POST api/resplan/{LineId}/reallocate?ResMode={ResMode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LineId

globally unique identifier

Required

ResMode

boolean

Default value is False

Body Parameters

None.

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:
{
  "59ac3e56-dd67-4e50-a9d7-6ad2ef8ed86d": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "5baafd97-fdb8-4060-9303-fc266436f372": {
    "sample string 1": {},
    "sample string 3": {}
  }
}