Trip.StartPayment

Container: CCPService
Namespace: System.Data.Objects

Summary

No summary yet

Method

The HTTP method for this function import is POST

Bindable

This action is bound to Trips

Parameters

Name Type Summary
amount* Edm.Decimal
languageCode Edm.String
Parameters marked with a * are required

Return

Type: Edm.String
Is collection: false

Example

Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Trips(#)/StartPayment
Example body (sent with POST-request):
{
  "amount" : 1,
  "languageCode" : "languagecode"
}