GET api/SystemUser/UserName/{UserName}/Details
Get system user details for specific user based on user name
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SystemUser| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Password | string |
None. |
|
| TransportLabelDirectPrintPDA | boolean |
None. |
|
| TransportLabelProfileId | globally unique identifier |
None. |
|
| NumberOfCopiesTransportLabel | integer |
None. |
|
| ItemLabelDirectPrintPDA | boolean |
None. |
|
| ItemLabelProfileId | globally unique identifier |
None. |
|
| NumberOfCopiesItemLabel | integer |
None. |
|
| ChooseAllWarehousesAutomatically | boolean |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| WareHouseId | globally unique identifier |
None. |
|
| UseMyLocations | boolean |
None. |
|
| ChooseSpesificDispatchLocation | boolean |
None. |
|
| ChooseSpesificWarehouseLocation | boolean |
None. |
|
| SupplierId | globally unique identifier |
None. |
|
| DispatchLocations | Collection of Location |
None. |
|
| WarehouseLocations | Collection of Location |
None. |
|
| ReceiveProdBatchEnable | boolean |
None. |
|
| ReceiveProdBatchInOCEnable | boolean |
None. |
|
| SeeItemRestricted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "b5ca763b-91e7-4d84-8b03-3659f2da8382",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "1d4d33aa-4b39-4b91-a411-6e0eae7179f1",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "8e672b5b-4fb4-49c2-aaa0-e6666f823dc0",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "cdea0063-a326-4109-a91b-f1e1675c9094",
"WareHouseId": "d6a33e4b-2090-446d-b776-50344bad01cd",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "503010a6-9505-4424-a011-837a9a4015d0",
"DispatchLocations": [
{
"Id": "93885363-016c-4f41-9033-6b3df2061bd1",
"DispatchLocationId": "ae6ac5c0-1259-4f9d-8b4c-fc3ccddae348",
"WarehouseId": "988c80cc-effc-438d-a24f-d85237eab6a5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "607c9ff5-7916-4aed-8576-fc64e7b09ace",
"ActyId": "248b2595-6a9a-440a-93e2-3d677193887f",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fa51c0c7-6abf-4b7e-beb6-c14fd8b8ec59"
},
{
"Id": "93885363-016c-4f41-9033-6b3df2061bd1",
"DispatchLocationId": "ae6ac5c0-1259-4f9d-8b4c-fc3ccddae348",
"WarehouseId": "988c80cc-effc-438d-a24f-d85237eab6a5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "607c9ff5-7916-4aed-8576-fc64e7b09ace",
"ActyId": "248b2595-6a9a-440a-93e2-3d677193887f",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fa51c0c7-6abf-4b7e-beb6-c14fd8b8ec59"
}
],
"WarehouseLocations": [
{
"Id": "93885363-016c-4f41-9033-6b3df2061bd1",
"DispatchLocationId": "ae6ac5c0-1259-4f9d-8b4c-fc3ccddae348",
"WarehouseId": "988c80cc-effc-438d-a24f-d85237eab6a5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "607c9ff5-7916-4aed-8576-fc64e7b09ace",
"ActyId": "248b2595-6a9a-440a-93e2-3d677193887f",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fa51c0c7-6abf-4b7e-beb6-c14fd8b8ec59"
},
{
"Id": "93885363-016c-4f41-9033-6b3df2061bd1",
"DispatchLocationId": "ae6ac5c0-1259-4f9d-8b4c-fc3ccddae348",
"WarehouseId": "988c80cc-effc-438d-a24f-d85237eab6a5",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "607c9ff5-7916-4aed-8576-fc64e7b09ace",
"ActyId": "248b2595-6a9a-440a-93e2-3d677193887f",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "fa51c0c7-6abf-4b7e-beb6-c14fd8b8ec59"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}