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. |
|
| DefaultRouteIds | Collection of globally unique identifier |
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,
"DefaultRouteIds": [
"1582bc1f-c0fb-4320-8918-96314decaa6b",
"af687ca1-3632-400c-bd8d-7530d531cec4"
],
"Id": "3c1e3f91-cfb2-4b03-8042-2ad509e4255f",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "8640e09a-fb64-47b2-9735-c6285614838a",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "cd0ea79d-7228-47b5-90f3-3048d77c2bad",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "30ceca10-e3b4-45ae-9234-1c86fdad8a11",
"WareHouseId": "b388c9ed-b07d-461e-a6c6-f4428ffd161b",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "cc8e0c7a-2c69-4b31-9bec-38e3e5ee712f",
"DispatchLocations": [
{
"Id": "e0db1584-d5fa-4a31-98a3-79e96e66914d",
"DispatchLocationId": "7c450daf-7a6d-41e8-84e8-5d9eb285cd83",
"WarehouseId": "3dd525ec-ed4f-4d40-95da-e23eef637802",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "2792dea5-cd0a-4eb8-b59c-8463f02ca462",
"ActyId": "8a5769ae-00a1-4176-918c-8a6f1585631e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "22b98508-8feb-40fe-8f85-b5892aa1955e"
},
{
"Id": "e0db1584-d5fa-4a31-98a3-79e96e66914d",
"DispatchLocationId": "7c450daf-7a6d-41e8-84e8-5d9eb285cd83",
"WarehouseId": "3dd525ec-ed4f-4d40-95da-e23eef637802",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "2792dea5-cd0a-4eb8-b59c-8463f02ca462",
"ActyId": "8a5769ae-00a1-4176-918c-8a6f1585631e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "22b98508-8feb-40fe-8f85-b5892aa1955e"
}
],
"WarehouseLocations": [
{
"Id": "e0db1584-d5fa-4a31-98a3-79e96e66914d",
"DispatchLocationId": "7c450daf-7a6d-41e8-84e8-5d9eb285cd83",
"WarehouseId": "3dd525ec-ed4f-4d40-95da-e23eef637802",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "2792dea5-cd0a-4eb8-b59c-8463f02ca462",
"ActyId": "8a5769ae-00a1-4176-918c-8a6f1585631e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "22b98508-8feb-40fe-8f85-b5892aa1955e"
},
{
"Id": "e0db1584-d5fa-4a31-98a3-79e96e66914d",
"DispatchLocationId": "7c450daf-7a6d-41e8-84e8-5d9eb285cd83",
"WarehouseId": "3dd525ec-ed4f-4d40-95da-e23eef637802",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "2792dea5-cd0a-4eb8-b59c-8463f02ca462",
"ActyId": "8a5769ae-00a1-4176-918c-8a6f1585631e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "22b98508-8feb-40fe-8f85-b5892aa1955e"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}