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:
{
  "61e40eaf-7d05-4c78-a671-bae631e8fb69": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "bc34456c-b7d7-4c40-966e-022968393346": {
    "sample string 1": {},
    "sample string 3": {}
  }
}