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": "93b4a206-0633-403d-8944-a2edb584e515", "ResourceId": "12e2e756-50d3-4b6a-8178-19c6cefc0851", "CostTypeId": "1e2f3f65-0c5f-4a25-a350-5e101747b0cc", "Zoom": 1, "Start": "2025-09-03T06:47:21.1714957+00:00", "End": "2025-09-03T06:47:21.1714957+00:00" }
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}