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": "55760399-48bc-4c3a-9813-078dba1356d7", "CostType": "e870c3e8-c884-4d05-bba1-87af07cc9ed5", "Values": { "2025-05-23T21:52:47.541335+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:
{ "4f5fd03c-0a05-4fa8-a754-264218da93d7": { "sample string 1": {}, "sample string 3": {} }, "7bf72efd-a496-47cb-8e0f-9355d77fe778": { "sample string 1": {}, "sample string 3": {} } }