GET api/SystemUser/{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": "7b1e68a8-758e-444c-8aed-be37e420656d",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "da835ee7-9399-446c-a189-29ca369534da",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "592c3545-edfb-4f63-bca7-c8427cf94ff1",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "a52d4d8b-8588-42ee-96a2-bf6da28108e8",
"WareHouseId": "5ea2c96c-4393-46aa-951c-0be289fbe28d",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "19c0c0c2-a35d-4abb-b862-3dcccd6ed87f",
"DispatchLocations": [
{
"Id": "e54bc095-aefc-4638-a492-47f499ce13b7",
"DispatchLocationId": "179f9300-7f36-4bf9-9c18-20ca795ce90b",
"WarehouseId": "6fa87f2d-9b68-4e2b-b18c-17e2ef137203",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "5dca61a0-f1d4-40c7-b7ea-0bdf6b0f93dc",
"ActyId": "93a9362a-cda6-4c16-8c94-a62bc49681b8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9b7c5140-3358-4ba2-a0d9-d0d47be39fbb"
},
{
"Id": "e54bc095-aefc-4638-a492-47f499ce13b7",
"DispatchLocationId": "179f9300-7f36-4bf9-9c18-20ca795ce90b",
"WarehouseId": "6fa87f2d-9b68-4e2b-b18c-17e2ef137203",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "5dca61a0-f1d4-40c7-b7ea-0bdf6b0f93dc",
"ActyId": "93a9362a-cda6-4c16-8c94-a62bc49681b8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9b7c5140-3358-4ba2-a0d9-d0d47be39fbb"
}
],
"WarehouseLocations": [
{
"Id": "e54bc095-aefc-4638-a492-47f499ce13b7",
"DispatchLocationId": "179f9300-7f36-4bf9-9c18-20ca795ce90b",
"WarehouseId": "6fa87f2d-9b68-4e2b-b18c-17e2ef137203",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "5dca61a0-f1d4-40c7-b7ea-0bdf6b0f93dc",
"ActyId": "93a9362a-cda6-4c16-8c94-a62bc49681b8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9b7c5140-3358-4ba2-a0d9-d0d47be39fbb"
},
{
"Id": "e54bc095-aefc-4638-a492-47f499ce13b7",
"DispatchLocationId": "179f9300-7f36-4bf9-9c18-20ca795ce90b",
"WarehouseId": "6fa87f2d-9b68-4e2b-b18c-17e2ef137203",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "5dca61a0-f1d4-40c7-b7ea-0bdf6b0f93dc",
"ActyId": "93a9362a-cda6-4c16-8c94-a62bc49681b8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9b7c5140-3358-4ba2-a0d9-d0d47be39fbb"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}