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": "ce043c7f-0c59-4942-9062-159c811378d4",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "13093987-50c7-40ee-8455-19cd1bc60a37",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "4eea7e4b-42be-4f83-a35f-10a2c389bbbd",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "0fa0dffe-35cc-4dae-93b6-8593497d0f91",
"WareHouseId": "bbc490ae-1138-4406-8800-591cb6deab49",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "7bbaa2f1-bde4-4f94-9aaf-015e2e3a2a33",
"DispatchLocations": [
{
"Id": "f61e5bd7-2174-48c4-8cdf-9e1ee855cc58",
"DispatchLocationId": "aafdd3de-89f9-4b63-8aca-dafd6ac660cc",
"WarehouseId": "bd908a3b-d1bc-4c5a-9c98-42c5f0c4107c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4cf5c4a3-4038-47b3-8345-7483f2343edc",
"ActyId": "f236b4f1-3c6c-4df0-8763-56c04aa73a4d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7fa13893-c470-410f-be01-c0b097b6dddd"
},
{
"Id": "f61e5bd7-2174-48c4-8cdf-9e1ee855cc58",
"DispatchLocationId": "aafdd3de-89f9-4b63-8aca-dafd6ac660cc",
"WarehouseId": "bd908a3b-d1bc-4c5a-9c98-42c5f0c4107c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4cf5c4a3-4038-47b3-8345-7483f2343edc",
"ActyId": "f236b4f1-3c6c-4df0-8763-56c04aa73a4d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7fa13893-c470-410f-be01-c0b097b6dddd"
}
],
"WarehouseLocations": [
{
"Id": "f61e5bd7-2174-48c4-8cdf-9e1ee855cc58",
"DispatchLocationId": "aafdd3de-89f9-4b63-8aca-dafd6ac660cc",
"WarehouseId": "bd908a3b-d1bc-4c5a-9c98-42c5f0c4107c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4cf5c4a3-4038-47b3-8345-7483f2343edc",
"ActyId": "f236b4f1-3c6c-4df0-8763-56c04aa73a4d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7fa13893-c470-410f-be01-c0b097b6dddd"
},
{
"Id": "f61e5bd7-2174-48c4-8cdf-9e1ee855cc58",
"DispatchLocationId": "aafdd3de-89f9-4b63-8aca-dafd6ac660cc",
"WarehouseId": "bd908a3b-d1bc-4c5a-9c98-42c5f0c4107c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4cf5c4a3-4038-47b3-8345-7483f2343edc",
"ActyId": "f236b4f1-3c6c-4df0-8763-56c04aa73a4d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7fa13893-c470-410f-be01-c0b097b6dddd"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}