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": "e33bc089-06ae-438c-b70a-8831f07b1f70", "ResourceId": "e8d0f87d-a7b2-4a07-80d0-2a9a577e7b8e", "CostTypeId": "a1eb127a-9707-41c6-8413-37982ea8272f", "Zoom": 1, "Start": "2025-07-16T12:30:28.7717018+00:00", "End": "2025-07-16T12:30:28.7717018+00:00" }
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}