GET api/SystemUser/{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": "e241497c-0c27-4d60-98c8-bceab29373c0",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "8d8f9a79-6d16-4953-8687-53e50380161a",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "a50179ce-86ff-40b3-99f1-3a84e4e202d6",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "e8b4b921-f9a1-4cbc-8647-f91e0c0ec4fd",
"WareHouseId": "6f5ef7a8-4452-4943-aa37-b78a0b7140cd",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "d0fbf554-926e-4b67-910b-3adc3aa1f4c2",
"DispatchLocations": [
{
"Id": "02805384-1ed2-41f1-9a04-d90506368457",
"DispatchLocationId": "3890146e-679d-47dc-b31d-eb6e65831061",
"WarehouseId": "a352e33f-bd5f-44e6-9d2f-4e6d441be191",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "0bfbda8a-4014-42ab-bdb8-8f4653cf8bc0",
"ActyId": "1f280119-b801-4d14-b322-71f57f2712d5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "70f93b05-ec69-4646-85d6-ff0c73709f5c"
},
{
"Id": "02805384-1ed2-41f1-9a04-d90506368457",
"DispatchLocationId": "3890146e-679d-47dc-b31d-eb6e65831061",
"WarehouseId": "a352e33f-bd5f-44e6-9d2f-4e6d441be191",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "0bfbda8a-4014-42ab-bdb8-8f4653cf8bc0",
"ActyId": "1f280119-b801-4d14-b322-71f57f2712d5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "70f93b05-ec69-4646-85d6-ff0c73709f5c"
}
],
"WarehouseLocations": [
{
"Id": "02805384-1ed2-41f1-9a04-d90506368457",
"DispatchLocationId": "3890146e-679d-47dc-b31d-eb6e65831061",
"WarehouseId": "a352e33f-bd5f-44e6-9d2f-4e6d441be191",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "0bfbda8a-4014-42ab-bdb8-8f4653cf8bc0",
"ActyId": "1f280119-b801-4d14-b322-71f57f2712d5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "70f93b05-ec69-4646-85d6-ff0c73709f5c"
},
{
"Id": "02805384-1ed2-41f1-9a04-d90506368457",
"DispatchLocationId": "3890146e-679d-47dc-b31d-eb6e65831061",
"WarehouseId": "a352e33f-bd5f-44e6-9d2f-4e6d441be191",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "0bfbda8a-4014-42ab-bdb8-8f4653cf8bc0",
"ActyId": "1f280119-b801-4d14-b322-71f57f2712d5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "70f93b05-ec69-4646-85d6-ff0c73709f5c"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}