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": "734e0404-2f8c-424d-b8fc-1c41888f7022",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "79a44af3-24b1-4add-80e8-3abb1c68a894",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "6435fdeb-d630-46b5-9e1d-a0cc4ddb4a6c",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "86e3a5b9-606a-4075-a8bb-a5ac5f4752f1",
"WareHouseId": "c4235a72-8676-4e54-9cfe-22f4f9a1eb87",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "73ca62c2-1838-484e-8173-9b3567452b74",
"DispatchLocations": [
{
"Id": "2afe1e8a-5214-4985-860a-bb95fe8a6896",
"DispatchLocationId": "199b3b3e-0d80-43e1-9e4f-760608508cd9",
"WarehouseId": "543f7118-07ca-431e-a883-fa35fc595f5d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d94bafd4-b00f-4b56-b8b1-2a4c96baf7cd",
"ActyId": "840d74c9-474a-44db-93a1-472a13299bec",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3be0f682-bf16-48c7-b776-95cc53a31288"
},
{
"Id": "2afe1e8a-5214-4985-860a-bb95fe8a6896",
"DispatchLocationId": "199b3b3e-0d80-43e1-9e4f-760608508cd9",
"WarehouseId": "543f7118-07ca-431e-a883-fa35fc595f5d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d94bafd4-b00f-4b56-b8b1-2a4c96baf7cd",
"ActyId": "840d74c9-474a-44db-93a1-472a13299bec",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3be0f682-bf16-48c7-b776-95cc53a31288"
}
],
"WarehouseLocations": [
{
"Id": "2afe1e8a-5214-4985-860a-bb95fe8a6896",
"DispatchLocationId": "199b3b3e-0d80-43e1-9e4f-760608508cd9",
"WarehouseId": "543f7118-07ca-431e-a883-fa35fc595f5d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d94bafd4-b00f-4b56-b8b1-2a4c96baf7cd",
"ActyId": "840d74c9-474a-44db-93a1-472a13299bec",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3be0f682-bf16-48c7-b776-95cc53a31288"
},
{
"Id": "2afe1e8a-5214-4985-860a-bb95fe8a6896",
"DispatchLocationId": "199b3b3e-0d80-43e1-9e4f-760608508cd9",
"WarehouseId": "543f7118-07ca-431e-a883-fa35fc595f5d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d94bafd4-b00f-4b56-b8b1-2a4c96baf7cd",
"ActyId": "840d74c9-474a-44db-93a1-472a13299bec",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3be0f682-bf16-48c7-b776-95cc53a31288"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}