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": [
"fea9db6e-26af-4a15-bc7a-0fae6e7948aa",
"e77bb14c-fd40-410a-8c74-c175d740821b"
],
"Id": "b0525f18-2921-492f-a047-735b200656d8",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "5d5b544e-c999-4354-975b-f1b12660137b",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "cc5bc0d4-3359-486c-a48f-10313870d7bf",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "6d47cc8b-495a-4e40-b308-f5717a092498",
"WareHouseId": "123ea16f-a64d-47f6-acc7-4814cd91add4",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "bc97a89a-340e-4d55-a1e9-21b4c2ea4faa",
"DispatchLocations": [
{
"Id": "6f4e1217-cf23-402a-aaab-43c3aa16b716",
"DispatchLocationId": "34ca9228-ae7c-4ad9-b7ae-2bf0c0638d09",
"WarehouseId": "c6d1fdad-af49-4e3a-980f-895f32cf7555",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f46f773b-310f-4287-a350-7674bbe5cf10",
"ActyId": "92580186-d445-4b99-8a85-cdabc8e32a0a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b3248098-8da6-4137-b308-58a915b53ed8"
},
{
"Id": "6f4e1217-cf23-402a-aaab-43c3aa16b716",
"DispatchLocationId": "34ca9228-ae7c-4ad9-b7ae-2bf0c0638d09",
"WarehouseId": "c6d1fdad-af49-4e3a-980f-895f32cf7555",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f46f773b-310f-4287-a350-7674bbe5cf10",
"ActyId": "92580186-d445-4b99-8a85-cdabc8e32a0a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b3248098-8da6-4137-b308-58a915b53ed8"
}
],
"WarehouseLocations": [
{
"Id": "6f4e1217-cf23-402a-aaab-43c3aa16b716",
"DispatchLocationId": "34ca9228-ae7c-4ad9-b7ae-2bf0c0638d09",
"WarehouseId": "c6d1fdad-af49-4e3a-980f-895f32cf7555",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f46f773b-310f-4287-a350-7674bbe5cf10",
"ActyId": "92580186-d445-4b99-8a85-cdabc8e32a0a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b3248098-8da6-4137-b308-58a915b53ed8"
},
{
"Id": "6f4e1217-cf23-402a-aaab-43c3aa16b716",
"DispatchLocationId": "34ca9228-ae7c-4ad9-b7ae-2bf0c0638d09",
"WarehouseId": "c6d1fdad-af49-4e3a-980f-895f32cf7555",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f46f773b-310f-4287-a350-7674bbe5cf10",
"ActyId": "92580186-d445-4b99-8a85-cdabc8e32a0a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "b3248098-8da6-4137-b308-58a915b53ed8"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}