POST Api/logistics/GetUser
Request Information
URI Parameters
None.
Body Parameters
LogPanelUserModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserName | string |
None. |
|
LimitedToScale | boolean |
None. |
|
LimitedToOOT | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "UserName": "sample string 2", "LimitedToScale": true, "LimitedToOOT": true }
application/xml, text/xml
Sample:
<LogPanelUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Logistics"> <Id>1</Id> <LimitedToOOT>true</LimitedToOOT> <LimitedToScale>true</LimitedToScale> <UserName>sample string 2</UserName> </LogPanelUserModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LogPanelUserModelName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserName | string |
None. |
|
LimitedToScale | boolean |
None. |
|
LimitedToOOT | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "UserName": "sample string 2", "LimitedToScale": true, "LimitedToOOT": true }
application/xml, text/xml
Sample:
<LogPanelUserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models.Logistics"> <Id>1</Id> <LimitedToOOT>true</LimitedToOOT> <LimitedToScale>true</LimitedToScale> <UserName>sample string 2</UserName> </LogPanelUserModel>