Trip.EmailTrip
Container: CCPServiceNamespace: System.Data.Objects
Summary
Emails information about a trip and links a token to this trip/email combinationParameters
| Name | Type | Summary |
|---|---|---|
| Edm.String | Email to send to | |
| language | Edm.String | Two letter ISO 639-1 language name (e.g. nl, en) |
Return
Type: voidIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Trips(#)/EmailTripExample body (sent with POST-request):
{
"email" : "email",
"language" : "language"
}