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": "2f5e9be3-6f3a-497a-a3cb-29a22ca64a22",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "59536f8d-a564-4dcb-85f6-4261fd001d0e",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "76bbe7a8-8b14-4225-9039-0ebda979479c",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "f99b83d9-2c5d-48e0-85a2-3de58166d90e",
"WareHouseId": "1c1d9974-91e9-43d3-9daa-c0bb404c4db2",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "a7238bfa-2462-46ca-aa84-7c556b4a0d6d",
"DispatchLocations": [
{
"Id": "18300023-9570-4edf-93b7-b5ae44ba3242",
"DispatchLocationId": "2eb7e137-2801-4ae4-b814-82986007ca98",
"WarehouseId": "6324510f-31a4-49ba-b270-0f67c910a66d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4395dfaf-3828-442d-b418-1f24d211b952",
"ActyId": "45c39494-76f3-4cd5-8c78-6329a18c97ed",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ae2bbd40-1c60-4cd2-a08a-5b6d420ec1a9"
},
{
"Id": "18300023-9570-4edf-93b7-b5ae44ba3242",
"DispatchLocationId": "2eb7e137-2801-4ae4-b814-82986007ca98",
"WarehouseId": "6324510f-31a4-49ba-b270-0f67c910a66d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4395dfaf-3828-442d-b418-1f24d211b952",
"ActyId": "45c39494-76f3-4cd5-8c78-6329a18c97ed",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ae2bbd40-1c60-4cd2-a08a-5b6d420ec1a9"
}
],
"WarehouseLocations": [
{
"Id": "18300023-9570-4edf-93b7-b5ae44ba3242",
"DispatchLocationId": "2eb7e137-2801-4ae4-b814-82986007ca98",
"WarehouseId": "6324510f-31a4-49ba-b270-0f67c910a66d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4395dfaf-3828-442d-b418-1f24d211b952",
"ActyId": "45c39494-76f3-4cd5-8c78-6329a18c97ed",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ae2bbd40-1c60-4cd2-a08a-5b6d420ec1a9"
},
{
"Id": "18300023-9570-4edf-93b7-b5ae44ba3242",
"DispatchLocationId": "2eb7e137-2801-4ae4-b814-82986007ca98",
"WarehouseId": "6324510f-31a4-49ba-b270-0f67c910a66d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4395dfaf-3828-442d-b418-1f24d211b952",
"ActyId": "45c39494-76f3-4cd5-8c78-6329a18c97ed",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ae2bbd40-1c60-4cd2-a08a-5b6d420ec1a9"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}