SendChatMessage

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Parameters

Name Type Summary
senderDriverId* Edm.Int32
senderTransporterId* Edm.Int32
receiverTransporterId Edm.Int32
receiverDriverId Edm.Int32
networkId Edm.Int32
body Edm.String
coordinate Coordinate
Parameters marked with a * are required

Return

Type: Entity type - Message
Is collection: false

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/SendChatMessage
Example body (sent with POST-request):
{
  "senderDriverId" : 1,
  "senderTransporterId" : 1,
  "receiverTransporterId" : 1,
  "receiverDriverId" : 1,
  "networkId" : 1,
  "body" : "body",
  "coordinate" : {
    "Latitude" : 51.55404,
    "Longitude" : 5.079524,
    "FormatName" : "Pixel"
  }
}