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": [
"52fa7f05-ba2e-4aef-94ab-5ed7063416f0",
"490de4fe-c1d8-4bfa-9bbf-5afcadbabed6"
],
"Id": "b44e58fe-dbe3-4fdf-8578-5ff387b4cd10",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "99b3a34e-872f-401d-a2b6-029b99f19554",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "0d6a5b8f-74d6-4e8a-8719-7ee43ec10399",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "02851ef9-7fc2-4786-9937-2847339d7fe4",
"WareHouseId": "2d75223d-7063-440a-bf98-1610c0929f62",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "960e4bae-02be-42bb-b771-6184a838af8f",
"DispatchLocations": [
{
"Id": "2a809a01-37a6-45a8-9cd4-a2ab2bcdfd82",
"DispatchLocationId": "9bf43659-5a48-44b3-bb97-4bab85e53542",
"WarehouseId": "230842f6-e4fa-4073-be7d-d6f023e6ccdb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c37a9f31-ea94-47e7-94ad-dd012cfe5fb3",
"ActyId": "f213d43d-69df-4a00-9088-460507c682fd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "29d56cd3-48f6-436f-b321-5f27c990a075"
},
{
"Id": "2a809a01-37a6-45a8-9cd4-a2ab2bcdfd82",
"DispatchLocationId": "9bf43659-5a48-44b3-bb97-4bab85e53542",
"WarehouseId": "230842f6-e4fa-4073-be7d-d6f023e6ccdb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c37a9f31-ea94-47e7-94ad-dd012cfe5fb3",
"ActyId": "f213d43d-69df-4a00-9088-460507c682fd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "29d56cd3-48f6-436f-b321-5f27c990a075"
}
],
"WarehouseLocations": [
{
"Id": "2a809a01-37a6-45a8-9cd4-a2ab2bcdfd82",
"DispatchLocationId": "9bf43659-5a48-44b3-bb97-4bab85e53542",
"WarehouseId": "230842f6-e4fa-4073-be7d-d6f023e6ccdb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c37a9f31-ea94-47e7-94ad-dd012cfe5fb3",
"ActyId": "f213d43d-69df-4a00-9088-460507c682fd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "29d56cd3-48f6-436f-b321-5f27c990a075"
},
{
"Id": "2a809a01-37a6-45a8-9cd4-a2ab2bcdfd82",
"DispatchLocationId": "9bf43659-5a48-44b3-bb97-4bab85e53542",
"WarehouseId": "230842f6-e4fa-4073-be7d-d6f023e6ccdb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c37a9f31-ea94-47e7-94ad-dd012cfe5fb3",
"ActyId": "f213d43d-69df-4a00-9088-460507c682fd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "29d56cd3-48f6-436f-b321-5f27c990a075"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}