SendMessageToEgate
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| unitId* | Edm.Int32 | |
| text | Edm.String |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/SendMessageToEgateExample body (sent with POST-request):
{
"unitId" : 1,
"text" : "text"
}