Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.37 KB

ObjectOtherincomeAPI.md

File metadata and controls

40 lines (26 loc) · 1.37 KB

ObjectOtherincomeAPI

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
ObjectOtherincomeAPI_otherincomeGetCommunicationListV1 GET /1/object/otherincome/{pkiOtherincomeID}/getCommunicationList Retrieve Communication list

ObjectOtherincomeAPI_otherincomeGetCommunicationListV1

// Retrieve Communication list
//
// 
//
otherincome_get_communication_list_v1_response_t* ObjectOtherincomeAPI_otherincomeGetCommunicationListV1(apiClient_t *apiClient, int *pkiOtherincomeID);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
pkiOtherincomeID int *

Return type

otherincome_get_communication_list_v1_response_t *

Authorization

Authorization

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]