POST api/resplan/{id}?ResMode={ResMode}

Update resource plan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Work Plan Id

globally unique identifier

Required

ResMode

boolean

Default value is False

Body Parameters

ResUpdate
NameDescriptionTypeAdditional 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": "01dd945d-72c1-4967-a02b-9fce55ea3e9f",
  "CostType": "cf463838-0a1b-46a7-af3c-e04b3ad6b061",
  "Values": {
    "2024-10-18T08:39:49.572734+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:
{
  "473389b3-21b1-4a0c-a416-086f77e7cd18": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "5f224821-ea4a-4279-88c4-69e9194cca03": {
    "sample string 1": {},
    "sample string 3": {}
  }
}