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:
{
  "ad54cb89-efe2-4843-b3fd-474cc331faa6": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "73fd16b7-a457-4481-8a8e-0388864b77e6": {
    "sample string 1": {},
    "sample string 3": {}
  }
}