GET api/SystemUser/UPN/{UPN}/DetailsV2
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
SystemUserV2| Name | Description | Type | Additional information |
|---|---|---|---|
| ReceiveProdBatchCalculationInOCEnable | boolean |
None. |
|
| ReceiveProdBatchCuttingInOCEnable | boolean |
None. |
|
| ReceiveProdBatchWithoutCalcInOCEnable | boolean |
None. |
|
| 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:
{
"ReceiveProdBatchCalculationInOCEnable": true,
"ReceiveProdBatchCuttingInOCEnable": true,
"ReceiveProdBatchWithoutCalcInOCEnable": true,
"Id": "8f09089d-24f5-40b6-a44b-74e276d197fe",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "af95c4ba-86eb-470b-be29-06af51d2688e",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "cc60e191-89fd-4f47-811a-727a1b8813a0",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "7ab68a5e-45b5-436a-b086-5b7c3bef35c6",
"WareHouseId": "3c41c229-d2b3-4835-ade0-5de92b260f2e",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "d27e8ac9-a30a-44f4-aa08-5cb655a4c4d3",
"DispatchLocations": [
{
"Id": "ab9acdb3-c0e8-4abb-b3b2-6bd2159df015",
"DispatchLocationId": "b735938f-cf7f-4043-b3b6-a70bbd676ea5",
"WarehouseId": "dea67e61-a23e-40fb-a41d-2634351a764c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6a1c58a3-dd46-462f-a759-92459580da2e",
"ActyId": "a4bcffae-63d9-486e-85ef-d12cc34024b8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "189225d1-2f2d-4812-a4be-aa016af5fab1"
},
{
"Id": "ab9acdb3-c0e8-4abb-b3b2-6bd2159df015",
"DispatchLocationId": "b735938f-cf7f-4043-b3b6-a70bbd676ea5",
"WarehouseId": "dea67e61-a23e-40fb-a41d-2634351a764c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6a1c58a3-dd46-462f-a759-92459580da2e",
"ActyId": "a4bcffae-63d9-486e-85ef-d12cc34024b8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "189225d1-2f2d-4812-a4be-aa016af5fab1"
}
],
"WarehouseLocations": [
{
"Id": "ab9acdb3-c0e8-4abb-b3b2-6bd2159df015",
"DispatchLocationId": "b735938f-cf7f-4043-b3b6-a70bbd676ea5",
"WarehouseId": "dea67e61-a23e-40fb-a41d-2634351a764c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6a1c58a3-dd46-462f-a759-92459580da2e",
"ActyId": "a4bcffae-63d9-486e-85ef-d12cc34024b8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "189225d1-2f2d-4812-a4be-aa016af5fab1"
},
{
"Id": "ab9acdb3-c0e8-4abb-b3b2-6bd2159df015",
"DispatchLocationId": "b735938f-cf7f-4043-b3b6-a70bbd676ea5",
"WarehouseId": "dea67e61-a23e-40fb-a41d-2634351a764c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6a1c58a3-dd46-462f-a759-92459580da2e",
"ActyId": "a4bcffae-63d9-486e-85ef-d12cc34024b8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "189225d1-2f2d-4812-a4be-aa016af5fab1"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}