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": "6e527970-e63a-4e7b-88a8-4e081a9eb122",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "413b23c5-fa1e-4822-b931-468a79ad7e79",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "872fc155-0525-4820-bb29-4b518ce5560e",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "4eaef0ab-6d48-4256-8784-258038b78113",
"WareHouseId": "b33efd56-e2d0-4f01-883f-dd846c8bb425",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "4d008fc2-a27d-48e6-9060-b9d1d0d2619a",
"DispatchLocations": [
{
"Id": "4b13111a-8033-4f90-b511-48e0267357e4",
"DispatchLocationId": "ea6ed271-9d48-4cac-b965-5dbffc8eaf92",
"WarehouseId": "4ccdba38-17fb-41e6-959e-470a5833c353",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b5f92372-b914-426a-bf6a-be24bbc5b9a6",
"ActyId": "d1fcead2-dfd0-405a-9be4-73f91ad433f9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e2b79aa5-eba3-465b-a6f2-9d3362c886cd"
},
{
"Id": "4b13111a-8033-4f90-b511-48e0267357e4",
"DispatchLocationId": "ea6ed271-9d48-4cac-b965-5dbffc8eaf92",
"WarehouseId": "4ccdba38-17fb-41e6-959e-470a5833c353",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b5f92372-b914-426a-bf6a-be24bbc5b9a6",
"ActyId": "d1fcead2-dfd0-405a-9be4-73f91ad433f9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e2b79aa5-eba3-465b-a6f2-9d3362c886cd"
}
],
"WarehouseLocations": [
{
"Id": "4b13111a-8033-4f90-b511-48e0267357e4",
"DispatchLocationId": "ea6ed271-9d48-4cac-b965-5dbffc8eaf92",
"WarehouseId": "4ccdba38-17fb-41e6-959e-470a5833c353",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b5f92372-b914-426a-bf6a-be24bbc5b9a6",
"ActyId": "d1fcead2-dfd0-405a-9be4-73f91ad433f9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e2b79aa5-eba3-465b-a6f2-9d3362c886cd"
},
{
"Id": "4b13111a-8033-4f90-b511-48e0267357e4",
"DispatchLocationId": "ea6ed271-9d48-4cac-b965-5dbffc8eaf92",
"WarehouseId": "4ccdba38-17fb-41e6-959e-470a5833c353",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b5f92372-b914-426a-bf6a-be24bbc5b9a6",
"ActyId": "d1fcead2-dfd0-405a-9be4-73f91ad433f9",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e2b79aa5-eba3-465b-a6f2-9d3362c886cd"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}