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": "f563210c-0037-4de4-9f86-f86f664d34c6", "IsTeam": true, "CostTypeId": "c19fec67-c8da-43e2-a5cc-7ebfaf65a487", "ParentId": "5ad7ca4b-0a4c-4649-93f2-f333fcb2fd9c", "Zoom": 1, "Start": "2025-10-19T09:11:14.6088548+00:00", "End": "2025-10-19T09:11:14.6088548+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": {} } ]