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": "d0b4c73e-0de9-4758-a187-08f499707c6b",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "ea6f0204-4c69-400f-9835-5855ae06a250",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "a37d0eec-2235-4ce4-b55e-66b40eeedcce",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "e1b878cb-ccb9-472d-84fc-d780b17dfb77",
"WareHouseId": "1c326630-b912-4a8d-b706-1ccfc17b4eae",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "0243ef35-e7ea-45ac-be80-6dc533596f2b",
"DispatchLocations": [
{
"Id": "3d01f8d1-49ac-404f-9d5a-b6c853194be1",
"DispatchLocationId": "891d02cb-3553-409e-ae17-1ad1ec8df554",
"WarehouseId": "9330bbc8-057f-47ae-b2a0-c250ec45ef30",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "eff5b321-c527-4291-97a6-96edbf97ca57",
"ActyId": "2f890547-6542-40dc-ac02-47a4980c8383",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0c781d5e-f278-4227-8647-24456bbf3231"
},
{
"Id": "3d01f8d1-49ac-404f-9d5a-b6c853194be1",
"DispatchLocationId": "891d02cb-3553-409e-ae17-1ad1ec8df554",
"WarehouseId": "9330bbc8-057f-47ae-b2a0-c250ec45ef30",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "eff5b321-c527-4291-97a6-96edbf97ca57",
"ActyId": "2f890547-6542-40dc-ac02-47a4980c8383",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0c781d5e-f278-4227-8647-24456bbf3231"
}
],
"WarehouseLocations": [
{
"Id": "3d01f8d1-49ac-404f-9d5a-b6c853194be1",
"DispatchLocationId": "891d02cb-3553-409e-ae17-1ad1ec8df554",
"WarehouseId": "9330bbc8-057f-47ae-b2a0-c250ec45ef30",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "eff5b321-c527-4291-97a6-96edbf97ca57",
"ActyId": "2f890547-6542-40dc-ac02-47a4980c8383",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0c781d5e-f278-4227-8647-24456bbf3231"
},
{
"Id": "3d01f8d1-49ac-404f-9d5a-b6c853194be1",
"DispatchLocationId": "891d02cb-3553-409e-ae17-1ad1ec8df554",
"WarehouseId": "9330bbc8-057f-47ae-b2a0-c250ec45ef30",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "eff5b321-c527-4291-97a6-96edbf97ca57",
"ActyId": "2f890547-6542-40dc-ac02-47a4980c8383",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0c781d5e-f278-4227-8647-24456bbf3231"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}