POST api/resplan/{id}?ResMode={ResMode}
Update resource plan
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Work Plan Id |
globally unique identifier |
Required |
ResMode | boolean |
Default value is False |
Body Parameters
ResUpdateName | Description | Type | Additional information |
---|---|---|---|
Mode | ResPlanMode |
None. |
|
Zoom | Zoom |
None. |
|
LineId | globally unique identifier |
None. |
|
CostType | globally unique identifier |
None. |
|
Values | Dictionary of date [key] and decimal number [value] |
None. |
Request Formats
application/json, text/json
Sample:
{ "Mode": 0, "Zoom": 1, "LineId": "ba67af52-c18b-44b1-b5df-22f984c73bf7", "CostType": "bd51807f-d6ce-48fd-9026-aa8fd89bc6e8", "Values": { "2025-07-08T19:47:28.4889226+00:00": 2.0, "2025-07-08T19:47:28.5045456+00:00": 4.0 } }
Response Information
Resource Description
Dictionary of globally unique identifier [key] and Dictionary of string [key] and Object [value] [value]Response Formats
application/json, text/json
Sample:
{ "4b159a90-80da-4308-b5fc-9db7ee980af2": { "sample string 1": {}, "sample string 3": {} }, "b38afab4-19dc-4495-a0bb-c9b07dc7d19d": { "sample string 1": {}, "sample string 3": {} } }