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": "2252eeac-028c-4799-a5ef-56388067831b", "CostType": "a26c3daa-c4c4-4458-8557-13f69190d872", "Values": { "2025-07-16T13:08:23.6131321+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:
{ "9dfaf69f-885f-44c5-9e16-62eece11f34b": { "sample string 1": {}, "sample string 3": {} }, "c0fb14d2-7c34-4804-b937-ad416456d9c3": { "sample string 1": {}, "sample string 3": {} } }