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": "d5c841af-e0f9-4576-a126-fdb7653ecbb6",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "dcdf531e-6c17-4bd8-9e2b-da584830dd45",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "a091236e-d487-4ae9-821a-2d9eea9528fd",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "a4ff9db2-e916-4625-9fa9-2fac7e9e8770",
"WareHouseId": "1740a990-5fd9-48c8-a290-362967e6e7c9",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "5354a565-4363-4630-8d0c-e9c568de2c75",
"DispatchLocations": [
{
"Id": "ecbf04ad-d65d-467e-93d9-c69c202c44a5",
"DispatchLocationId": "09d8eea0-b053-4d99-83dd-7239ca316b7b",
"WarehouseId": "cc6f2284-b04f-4989-8fcf-9c862b386f15",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ecab8703-b15a-4747-9824-a4a62d9f9f17",
"ActyId": "bba211fc-91f4-4863-96b9-184cf7e2a561",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "2c02bc01-3b3e-4536-a7b7-752e093f6dbc"
},
{
"Id": "ecbf04ad-d65d-467e-93d9-c69c202c44a5",
"DispatchLocationId": "09d8eea0-b053-4d99-83dd-7239ca316b7b",
"WarehouseId": "cc6f2284-b04f-4989-8fcf-9c862b386f15",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ecab8703-b15a-4747-9824-a4a62d9f9f17",
"ActyId": "bba211fc-91f4-4863-96b9-184cf7e2a561",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "2c02bc01-3b3e-4536-a7b7-752e093f6dbc"
}
],
"WarehouseLocations": [
{
"Id": "ecbf04ad-d65d-467e-93d9-c69c202c44a5",
"DispatchLocationId": "09d8eea0-b053-4d99-83dd-7239ca316b7b",
"WarehouseId": "cc6f2284-b04f-4989-8fcf-9c862b386f15",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ecab8703-b15a-4747-9824-a4a62d9f9f17",
"ActyId": "bba211fc-91f4-4863-96b9-184cf7e2a561",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "2c02bc01-3b3e-4536-a7b7-752e093f6dbc"
},
{
"Id": "ecbf04ad-d65d-467e-93d9-c69c202c44a5",
"DispatchLocationId": "09d8eea0-b053-4d99-83dd-7239ca316b7b",
"WarehouseId": "cc6f2284-b04f-4989-8fcf-9c862b386f15",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ecab8703-b15a-4747-9824-a4a62d9f9f17",
"ActyId": "bba211fc-91f4-4863-96b9-184cf7e2a561",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "2c02bc01-3b3e-4536-a7b7-752e093f6dbc"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}