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": "bddce541-b4f1-487d-80a9-886feae7431d", "IsTeam": true, "CostTypeId": "8c173459-5941-4130-b7a6-6d7a891eaae1", "ParentId": "8beb0d2a-2334-4802-8cfa-94033bcdb4bc", "Zoom": 1, "Start": "2025-07-08T19:42:43.4845118+00:00", "End": "2025-07-08T19:42:43.4845118+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": {} } ]