Trip.EmailTrip

Container: CCPService
Namespace: System.Data.Objects

Summary

Emails information about a trip and links a token to this trip/email combination

Method

The HTTP method for this function import is POST

Bindable

This action is bound to Trips

Parameters

Name Type Summary
email Edm.String Email to send to
language Edm.String Two letter ISO 639-1 language name (e.g. nl, en)
Parameters marked with a * are required

Return

Type: void
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Trips(#)/EmailTrip
Example body (sent with POST-request):
{
  "email" : "email",
  "language" : "language"
}