CalculateBookingsCost
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| toBooking | CostCalcModel | |
| returnBooking | CostCalcModel |
Return
Type: Complex type - BudgetCalculationModelIs collection: true
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/CalculateBookingsCostExample body (sent with POST-request):
{
"toBooking" : {
"TransporterId" : 1,
"TripDate" : "2026-05-29T09:31:36",
"Recurrence" : {
"ValidFrom" : "2026-05-29T09:31:36",
"ValidUntil" : "2026-05-29T10:31:36",
"RecurrenceTypeName" : "Name",
"DayOfWeekPattern" : 1,
"RecurrenceWeekName" : "Name",
"RecurrenceDay" : 1,
"RecurrenceMonth" : 1,
"Interval" : 1
},
"VehicleKindName" : "Name",
"ContractorId" : 1,
"TravelerId" : 1,
"ContractId" : 1,
"PickUpAddress" : {
"Street" : "street",
"Number" : 1,
"Addition" : "addition",
"PostalCode" : "postalcode",
"State" : "state",
"Town" : "town",
"CountryId" : 1,
"Coordinates" : {
"Latitude" : 51.55404,
"Longitude" : 5.079524,
"FormatName" : "Pixel"
}
},
"DropOffAddress" : {
"Street" : "street",
"Number" : 1,
"Addition" : "addition",
"PostalCode" : "postalcode",
"State" : "state",
"Town" : "town",
"CountryId" : 1,
"Coordinates" : {
"Latitude" : 51.55404,
"Longitude" : 5.079524,
"FormatName" : "Pixel"
}
},
"PickUpLocationId" : 1,
"DropOffLocationId" : 1,
"WaitingTime" : 1,
"ScopeTypeName" : "Name",
"SettingRateId" : 1,
"CommaSepSystemIndicationIds" : "commasepsystemindicationids",
"CommaSepIndicationQuantities" : "commasepindicationquantities",
"Multiplier" : 1
},
"returnBooking" : {
"TransporterId" : 1,
"TripDate" : "2026-05-29T09:31:36",
"Recurrence" : {
"ValidFrom" : "2026-05-29T09:31:36",
"ValidUntil" : "2026-05-29T10:31:36",
"RecurrenceTypeName" : "Name",
"DayOfWeekPattern" : 1,
"RecurrenceWeekName" : "Name",
"RecurrenceDay" : 1,
"RecurrenceMonth" : 1,
"Interval" : 1
},
"VehicleKindName" : "Name",
"ContractorId" : 1,
"TravelerId" : 1,
"ContractId" : 1,
"PickUpAddress" : {
"Street" : "street",
"Number" : 1,
"Addition" : "addition",
"PostalCode" : "postalcode",
"State" : "state",
"Town" : "town",
"CountryId" : 1,
"Coordinates" : {
"Latitude" : 51.55404,
"Longitude" : 5.079524,
"FormatName" : "Pixel"
}
},
"DropOffAddress" : {
"Street" : "street",
"Number" : 1,
"Addition" : "addition",
"PostalCode" : "postalcode",
"State" : "state",
"Town" : "town",
"CountryId" : 1,
"Coordinates" : {
"Latitude" : 51.55404,
"Longitude" : 5.079524,
"FormatName" : "Pixel"
}
},
"PickUpLocationId" : 1,
"DropOffLocationId" : 1,
"WaitingTime" : 1,
"ScopeTypeName" : "Name",
"SettingRateId" : 1,
"CommaSepSystemIndicationIds" : "commasepsystemindicationids",
"CommaSepIndicationQuantities" : "commasepindicationquantities",
"Multiplier" : 1
}
}