PlanningJob.ApprovePartial
Container: CCPServiceNamespace: System.Data.Objects
Summary
No summary yetMethod
The HTTP method for this function import is POSTBindable
This action is bound to PlanningJobsParameters
| Name | Type | Summary |
|---|---|---|
| recurrenceGroupId* | Edm.Int32 | |
| changeGroupId* | Edm.Int32 |
Return
Type: voidIs collection: false
Example
Request URL: https://www.cabmanonline.nl/CCPService/DataServiceCCP.svc/PlanningJobs(#)/ApprovePartialExample body (sent with POST-request):
{
"recurrenceGroupId" : 1,
"changeGroupId" : 1
}