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": "e90d133a-ba8a-4037-8408-3af288912fe0", "CostType": "0dcd5ef5-65a0-44bc-bc7f-811605f0609f", "Values": { "2025-09-03T18:07:27.5083964+00:00": 2.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:
{ "f8f3ba6a-4add-4a6f-b587-494d8b2bd86a": { "sample string 1": {}, "sample string 3": {} }, "0288783c-31b3-4cf3-8298-08d85302dac0": { "sample string 1": {}, "sample string 3": {} } }