MovementSchedule.UpdateState
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTBindable
This action is bound to MovementSchedulesParameters
| Name | Type | Summary |
|---|---|---|
| statusName | MovementScheduleStatus | |
| statusDescription | Edm.String |
Return
Type: voidIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/MovementSchedules(#)/UpdateStateExample body (sent with POST-request):
{
"statusName" : "Name",
"statusDescription" : "statusdescription"
}