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": "a71c3442-055e-4a95-ac22-18d73373f49a", "IsTeam": true, "CostTypeId": "bc815968-b09d-4742-a1cb-f368f3a390a1", "ParentId": "e365db4f-c521-4862-adc0-1d93a948f371", "Zoom": 1, "Start": "2024-12-18T20:11:59.9428624+00:00", "End": "2024-12-18T20:11:59.9428624+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": {} } ]