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": "65b4da0d-ec83-4fd1-80ab-9667b2e41abc",
"Name": "sample string 2",
"Password": "sample string 3",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "a2af41b8-e98a-421f-a049-d565d4d8ab52",
"NumberOfCopiesTransportLabel": 6,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "92bbadd3-7aa2-4ba7-92b5-f1f6de98072e",
"NumberOfCopiesItemLabel": 9,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "f67b7265-a7a9-4e0c-b77a-f17cd538590c",
"WareHouseId": "56f6d660-7512-4862-a7c9-8923e3bd7a2e",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "1961f9cd-7112-46b2-84a1-2a7b9cc3d56d",
"DispatchLocations": [
{
"Id": "dd33e477-a7a6-4750-b385-3bf67ca06dfc",
"DispatchLocationId": "32589410-90fc-40e9-8d7d-3c1585123ebb",
"WarehouseId": "f12fb9a3-f34f-4a15-b326-98c99a4adce7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "19295a77-3035-4eea-8232-aaeec9bf5713",
"ActyId": "7dd61ce0-9a8b-4187-9bea-4fefebdaac75",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "abb48023-6cd6-4799-9c63-6d5b9155821f"
},
{
"Id": "dd33e477-a7a6-4750-b385-3bf67ca06dfc",
"DispatchLocationId": "32589410-90fc-40e9-8d7d-3c1585123ebb",
"WarehouseId": "f12fb9a3-f34f-4a15-b326-98c99a4adce7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "19295a77-3035-4eea-8232-aaeec9bf5713",
"ActyId": "7dd61ce0-9a8b-4187-9bea-4fefebdaac75",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "abb48023-6cd6-4799-9c63-6d5b9155821f"
}
],
"WarehouseLocations": [
{
"Id": "dd33e477-a7a6-4750-b385-3bf67ca06dfc",
"DispatchLocationId": "32589410-90fc-40e9-8d7d-3c1585123ebb",
"WarehouseId": "f12fb9a3-f34f-4a15-b326-98c99a4adce7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "19295a77-3035-4eea-8232-aaeec9bf5713",
"ActyId": "7dd61ce0-9a8b-4187-9bea-4fefebdaac75",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "abb48023-6cd6-4799-9c63-6d5b9155821f"
},
{
"Id": "dd33e477-a7a6-4750-b385-3bf67ca06dfc",
"DispatchLocationId": "32589410-90fc-40e9-8d7d-3c1585123ebb",
"WarehouseId": "f12fb9a3-f34f-4a15-b326-98c99a4adce7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "19295a77-3035-4eea-8232-aaeec9bf5713",
"ActyId": "7dd61ce0-9a8b-4187-9bea-4fefebdaac75",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "abb48023-6cd6-4799-9c63-6d5b9155821f"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}