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:
{
  "80bea303-e94d-4672-bbee-156428042e49": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "44d2e848-ab07-4668-bc39-cc6ae72f46ae": {
    "sample string 1": {},
    "sample string 3": {}
  }
}