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:
{ "5d409d93-5962-4d79-85fb-9ba17a4481be": { "sample string 1": {}, "sample string 3": {} }, "403fb3c0-820b-4dbf-8ffd-bb4680bd869d": { "sample string 1": {}, "sample string 3": {} } }