POST api/resplan/{id}/replaceresource?ResMode={ResMode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
ResMode | boolean |
Default value is False |
Body Parameters
ReplaceResourcePostName | Description | Type | Additional information |
---|---|---|---|
LineId | globally unique identifier |
None. |
|
ResourceId | globally unique identifier |
None. |
|
CostTypeId | globally unique identifier |
None. |
|
Zoom | Zoom |
None. |
|
Start | date |
None. |
|
End | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "LineId": "5064c493-4d1e-4f34-8cb7-fc61b6c7a31b", "ResourceId": "7acdc013-9585-45f9-83ef-7bdc7f05f19c", "CostTypeId": "dec89998-3b96-4635-9946-36154c36ee15", "Zoom": 1, "Start": "2025-05-23T21:08:36.6940095+00:00", "End": "2025-05-23T21:08:36.6940095+00:00" }
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}