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": "5569f666-de95-4540-8823-c64cc9b28bca",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "99ee931b-2067-41d9-a578-f80affc286c6",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "4c825acc-8ace-46c0-a29c-575201a8db0f",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "0a182bb4-f4b4-458b-8b23-99814c47d97d",
"WareHouseId": "99270974-e8cb-4876-9f99-4a0752165ce8",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "ef7597df-e527-43d2-8822-a0c499379b58",
"DispatchLocations": [
{
"Id": "1c94dbd2-9b2a-4ae3-8b5c-fc1c3caee49e",
"DispatchLocationId": "3005f1ac-e899-4ae2-9a32-726db2728f06",
"WarehouseId": "a6d82bc0-5d84-4313-bf02-30fdb49a8b09",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1e43589b-e1db-4cf5-81b3-b421a1022150",
"ActyId": "6034381b-cb8b-4755-b3e0-03a009799ee4",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "be4ac24a-a8ef-40d8-84e0-cd893b0ec5a3"
},
{
"Id": "1c94dbd2-9b2a-4ae3-8b5c-fc1c3caee49e",
"DispatchLocationId": "3005f1ac-e899-4ae2-9a32-726db2728f06",
"WarehouseId": "a6d82bc0-5d84-4313-bf02-30fdb49a8b09",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1e43589b-e1db-4cf5-81b3-b421a1022150",
"ActyId": "6034381b-cb8b-4755-b3e0-03a009799ee4",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "be4ac24a-a8ef-40d8-84e0-cd893b0ec5a3"
}
],
"WarehouseLocations": [
{
"Id": "1c94dbd2-9b2a-4ae3-8b5c-fc1c3caee49e",
"DispatchLocationId": "3005f1ac-e899-4ae2-9a32-726db2728f06",
"WarehouseId": "a6d82bc0-5d84-4313-bf02-30fdb49a8b09",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1e43589b-e1db-4cf5-81b3-b421a1022150",
"ActyId": "6034381b-cb8b-4755-b3e0-03a009799ee4",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "be4ac24a-a8ef-40d8-84e0-cd893b0ec5a3"
},
{
"Id": "1c94dbd2-9b2a-4ae3-8b5c-fc1c3caee49e",
"DispatchLocationId": "3005f1ac-e899-4ae2-9a32-726db2728f06",
"WarehouseId": "a6d82bc0-5d84-4313-bf02-30fdb49a8b09",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1e43589b-e1db-4cf5-81b3-b421a1022150",
"ActyId": "6034381b-cb8b-4755-b3e0-03a009799ee4",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "be4ac24a-a8ef-40d8-84e0-cd893b0ec5a3"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}