MovementSchedule.UpdateState

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 MovementSchedules

Parameters

Name Type Summary
statusName MovementScheduleStatus
statusDescription Edm.String
Parameters marked with a * are required

Return

Type: void
Is collection: false

Example

Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/MovementSchedules(#)/UpdateState
Example body (sent with POST-request):
{
  "statusName" : "Name",
  "statusDescription" : "statusdescription"
}