DeleteTransporter
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTParameters
| Name | Type | Summary |
|---|---|---|
| transporterId* | Edm.Int32 | |
| cleanupParent* | Edm.Boolean | |
| deleteParent* | Edm.Boolean | |
| deleteChildren* | Edm.Boolean |
Return
Type: Edm.BooleanIs collection: false
Example
Request URL: https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/DeleteTransporterExample body (sent with POST-request):
{
"transporterId" : 1,
"cleanupParent" : 1,
"deleteParent" : 1,
"deleteChildren" : 1
}