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:
{ "887f161a-9924-4055-a45d-7a9cc8be7027": { "sample string 1": {}, "sample string 3": {} }, "d65b586b-51a6-408a-ab9a-3e93492d1a95": { "sample string 1": {}, "sample string 3": {} } }