POST api/resplan/{id}/addresource?Replacing={Replacing}&ResMode={ResMode}
Add resource to plan
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
Replacing | globally unique identifier |
None. |
|
ResMode | boolean |
Default value is False |
Body Parameters
AddResourcePostName | Description | Type | Additional information |
---|---|---|---|
ResourceId | globally unique identifier |
None. |
|
IsTeam | boolean |
None. |
|
CostTypeId | globally unique identifier |
None. |
|
ParentId | globally unique identifier |
None. |
|
Zoom | Zoom |
None. |
|
Start | date |
None. |
|
End | date |
None. |
|
Public | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "ResourceId": "4a43275e-53bd-4ada-9c7f-538317390e40", "IsTeam": true, "CostTypeId": "095d76eb-e4b4-4994-bcad-91ec98186bce", "ParentId": "08f851a6-0240-4f63-a70a-23d0eb26f659", "Zoom": 1, "Start": "2025-05-23T21:47:49.7579488+00:00", "End": "2025-05-23T21:47:49.7579488+00:00", "Public": true }
Response Information
Resource Description
Collection of Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
[ { "sample string 1": {}, "sample string 3": {} }, { "sample string 1": {}, "sample string 3": {} } ]