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": "35bd703e-8fa5-4012-b191-6370c987045b",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "d5335172-00b2-48f8-8bac-8a910c5f19e2",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "dfd03b2d-4529-4dc7-818d-9c8ddcab4f7a",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "e106828c-d994-43d5-8267-1faf8d986a15",
"WareHouseId": "c5543420-5c2d-40ee-a9d2-dd6045d2fe8c",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "46510b5f-27f4-4f71-b9fd-2f32a0e0cc91",
"DispatchLocations": [
{
"Id": "203395e3-262a-4b62-94dd-2fc8281693e7",
"DispatchLocationId": "3f03b7ea-d1af-4b2c-8ee8-47937e3b1919",
"WarehouseId": "92fa5676-97e5-4444-a16b-5abca3196a12",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "04e39ebb-4dfe-4ffb-843b-f83b3d2b444e",
"ActyId": "27e739f1-f8b5-41fe-833f-ad48efd433fc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5d049a0c-6add-48da-9d4b-2a250f2ff045"
},
{
"Id": "203395e3-262a-4b62-94dd-2fc8281693e7",
"DispatchLocationId": "3f03b7ea-d1af-4b2c-8ee8-47937e3b1919",
"WarehouseId": "92fa5676-97e5-4444-a16b-5abca3196a12",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "04e39ebb-4dfe-4ffb-843b-f83b3d2b444e",
"ActyId": "27e739f1-f8b5-41fe-833f-ad48efd433fc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5d049a0c-6add-48da-9d4b-2a250f2ff045"
}
],
"WarehouseLocations": [
{
"Id": "203395e3-262a-4b62-94dd-2fc8281693e7",
"DispatchLocationId": "3f03b7ea-d1af-4b2c-8ee8-47937e3b1919",
"WarehouseId": "92fa5676-97e5-4444-a16b-5abca3196a12",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "04e39ebb-4dfe-4ffb-843b-f83b3d2b444e",
"ActyId": "27e739f1-f8b5-41fe-833f-ad48efd433fc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5d049a0c-6add-48da-9d4b-2a250f2ff045"
},
{
"Id": "203395e3-262a-4b62-94dd-2fc8281693e7",
"DispatchLocationId": "3f03b7ea-d1af-4b2c-8ee8-47937e3b1919",
"WarehouseId": "92fa5676-97e5-4444-a16b-5abca3196a12",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "04e39ebb-4dfe-4ffb-843b-f83b3d2b444e",
"ActyId": "27e739f1-f8b5-41fe-833f-ad48efd433fc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5d049a0c-6add-48da-9d4b-2a250f2ff045"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}