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": "84782545-7cd9-4967-8356-148a1f8af644", "CostType": "f03b2f4e-ae64-4623-95e2-3def351dcd6e", "Values": { "2025-04-04T02:41:15.8188167+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:
{ "b93999c4-3f29-4a1f-bb38-623499802dc9": { "sample string 1": {}, "sample string 3": {} }, "c5dbc9b7-d430-4d92-b8ab-f991a49cbc77": { "sample string 1": {}, "sample string 3": {} } }