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:
{
  "792deb87-02d7-4696-a111-bd5efc8a34f9": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "59154da2-17ff-4282-8eec-2d256f208b49": {
    "sample string 1": {},
    "sample string 3": {}
  }
}