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": "94acba07-6296-4237-84b7-c75cb2a969ad",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "be1a85a5-d6a2-4a9e-9fc3-e3e8877a37bb",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "3d652a1c-210c-4fee-8ba0-fa84b928eb72",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "9a0f5a2b-dce3-4593-a373-2712564cb266",
"WareHouseId": "e0d7fc7e-f5a6-4df5-b4e5-df471aa5bc4b",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "b86f972d-7c45-4c81-a604-c4768483c11a",
"DispatchLocations": [
{
"Id": "9f739f3e-6616-4cb4-bf4e-c78dd7b75a8f",
"DispatchLocationId": "faaf20ed-3154-4d6f-83fa-e8d573f014ed",
"WarehouseId": "5f8af3dd-198e-4464-9195-a7e2ef13d372",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "893c903b-b3be-42a4-b5e5-87b7657992f6",
"ActyId": "ab95a05b-c031-434a-8260-486def88fbb4",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0b79acf6-4ccc-4aa8-a248-6ed394c764ad"
},
{
"Id": "9f739f3e-6616-4cb4-bf4e-c78dd7b75a8f",
"DispatchLocationId": "faaf20ed-3154-4d6f-83fa-e8d573f014ed",
"WarehouseId": "5f8af3dd-198e-4464-9195-a7e2ef13d372",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "893c903b-b3be-42a4-b5e5-87b7657992f6",
"ActyId": "ab95a05b-c031-434a-8260-486def88fbb4",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0b79acf6-4ccc-4aa8-a248-6ed394c764ad"
}
],
"WarehouseLocations": [
{
"Id": "9f739f3e-6616-4cb4-bf4e-c78dd7b75a8f",
"DispatchLocationId": "faaf20ed-3154-4d6f-83fa-e8d573f014ed",
"WarehouseId": "5f8af3dd-198e-4464-9195-a7e2ef13d372",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "893c903b-b3be-42a4-b5e5-87b7657992f6",
"ActyId": "ab95a05b-c031-434a-8260-486def88fbb4",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0b79acf6-4ccc-4aa8-a248-6ed394c764ad"
},
{
"Id": "9f739f3e-6616-4cb4-bf4e-c78dd7b75a8f",
"DispatchLocationId": "faaf20ed-3154-4d6f-83fa-e8d573f014ed",
"WarehouseId": "5f8af3dd-198e-4464-9195-a7e2ef13d372",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "893c903b-b3be-42a4-b5e5-87b7657992f6",
"ActyId": "ab95a05b-c031-434a-8260-486def88fbb4",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0b79acf6-4ccc-4aa8-a248-6ed394c764ad"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}