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": "1ad7bb7d-8177-4a12-8433-5feadcac61b1", "IsTeam": true, "CostTypeId": "9f29f876-bfc7-477f-a3e0-9bc825b7f945", "ParentId": "60307b23-65a4-4147-b61a-2771ebe61b32", "Zoom": 1, "Start": "2025-04-04T02:40:32.5498508+00:00", "End": "2025-04-04T02:40:32.5498508+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": {} } ]