Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.42 KB

ObjectCommunicationAPI.md

File metadata and controls

40 lines (26 loc) · 1.42 KB

ObjectCommunicationAPI

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

Method HTTP request Description
ObjectCommunicationAPI_communicationSendV1 POST /1/object/communication/send Send a new Communication

ObjectCommunicationAPI_communicationSendV1

// Send a new Communication
//
// The endpoint allows to send one or many elements at once.
//
communication_send_v1_response_t* ObjectCommunicationAPI_communicationSendV1(apiClient_t *apiClient, communication_send_v1_request_t *communication_send_v1_request);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
communication_send_v1_request communication_send_v1_request_t *

Return type

communication_send_v1_response_t *

Authorization

Authorization

HTTP request headers

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

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