GET api/SystemUser/UPN/{UPN}/Details
Get system user details for specific user based on UPN
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UPN | 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": "f174e227-1291-4e5d-9c88-8cba4120f20e",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "f98dd3b4-274e-4053-8e82-0277fc297038",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "3870d526-340b-4616-9c9d-198e4cfe5934",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "b3e02ff4-0c56-4ccb-bf86-1ad4f84382e1",
"WareHouseId": "8f30ece1-d865-45df-a8f9-4835087aed2e",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "c1e236ca-3bc8-44d5-87de-42044e31392d",
"DispatchLocations": [
{
"Id": "ebe31cfa-e597-4646-800e-aac8ba41ca52",
"DispatchLocationId": "87da8d6a-32ce-4d12-96ae-969e2f71c192",
"WarehouseId": "9866fcb6-8880-4efa-ac09-73a344f552f7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a77a3fe4-64fe-4293-b39b-2842d112e774",
"ActyId": "0062aae3-18c5-4da8-a6bf-8ce3382b3df0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ae091f0f-1902-4b00-94de-7d24972d9160"
},
{
"Id": "ebe31cfa-e597-4646-800e-aac8ba41ca52",
"DispatchLocationId": "87da8d6a-32ce-4d12-96ae-969e2f71c192",
"WarehouseId": "9866fcb6-8880-4efa-ac09-73a344f552f7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a77a3fe4-64fe-4293-b39b-2842d112e774",
"ActyId": "0062aae3-18c5-4da8-a6bf-8ce3382b3df0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ae091f0f-1902-4b00-94de-7d24972d9160"
}
],
"WarehouseLocations": [
{
"Id": "ebe31cfa-e597-4646-800e-aac8ba41ca52",
"DispatchLocationId": "87da8d6a-32ce-4d12-96ae-969e2f71c192",
"WarehouseId": "9866fcb6-8880-4efa-ac09-73a344f552f7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a77a3fe4-64fe-4293-b39b-2842d112e774",
"ActyId": "0062aae3-18c5-4da8-a6bf-8ce3382b3df0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ae091f0f-1902-4b00-94de-7d24972d9160"
},
{
"Id": "ebe31cfa-e597-4646-800e-aac8ba41ca52",
"DispatchLocationId": "87da8d6a-32ce-4d12-96ae-969e2f71c192",
"WarehouseId": "9866fcb6-8880-4efa-ac09-73a344f552f7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a77a3fe4-64fe-4293-b39b-2842d112e774",
"ActyId": "0062aae3-18c5-4da8-a6bf-8ce3382b3df0",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ae091f0f-1902-4b00-94de-7d24972d9160"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}