POST api/resplan/{LineId}/reallocate?ResMode={ResMode}
Request Information
URI Parameters
Name | Description | Type | Additional 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:
{ "9ba17255-d9e1-4d0d-87a0-b5dab8bffb7c": { "sample string 1": {}, "sample string 3": {} }, "53071987-8a4e-48fc-82ea-d5350d2dd3ba": { "sample string 1": {}, "sample string 3": {} } }