POST api/Planning
Request Information
URI Parameters
None.
Body Parameters
Collection of EventCreateUpdateCommand3PName | Description | Type | Additional information |
---|---|---|---|
WOCHoursPersonId | integer |
None. |
|
StartDate3P | date |
None. |
|
EndDate3P | date |
None. |
|
IsExecuted | boolean |
None. |
|
WoPortalId | globally unique identifier |
None. |
|
WorkmanIn3P_Id | string |
None. |
|
TeamIn3P_Id | globally unique identifier |
None. |
|
CrmId | string |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "WOCHoursPersonId": 1, "StartDate3P": "2021-01-21T05:56:50.0781812+00:00", "EndDate3P": "2021-01-21T05:56:50.0781812+00:00", "IsExecuted": true, "WoPortalId": "aeb489fb-bc33-457e-8d4b-5cef15a4972b", "WorkmanIn3P_Id": "sample string 6", "TeamIn3P_Id": "3b8a6948-44e1-4ed4-a35b-7c8dbde51159", "CrmId": "sample string 7", "Description": "sample string 8" }, { "WOCHoursPersonId": 1, "StartDate3P": "2021-01-21T05:56:50.0781812+00:00", "EndDate3P": "2021-01-21T05:56:50.0781812+00:00", "IsExecuted": true, "WoPortalId": "aeb489fb-bc33-457e-8d4b-5cef15a4972b", "WorkmanIn3P_Id": "sample string 6", "TeamIn3P_Id": "3b8a6948-44e1-4ed4-a35b-7c8dbde51159", "CrmId": "sample string 7", "Description": "sample string 8" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |