GET api/SystemUser/{UserName}/DetailsV2
Get system user details for specific user based on user name
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | 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": "7a002ce9-21f1-4e3a-b704-d267a554a5ad",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "3c4b8911-a2bd-4e27-b474-b14d23ccb9e6",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "fa5f1674-6695-4b35-a4bb-ce0b184ae23b",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "19cba3c3-e29a-4509-a167-08df404f6511",
"WareHouseId": "b014c614-79a7-48a2-b6dd-b548bfef0f43",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "2fc9e62f-eeb4-40e6-9c38-a33c7522cb9f",
"DispatchLocations": [
{
"Id": "6a543586-a33b-40f5-8a63-1f203ed12575",
"DispatchLocationId": "e1b49e69-100f-4e17-952b-3d572f9c7470",
"WarehouseId": "1a7f9c7e-719e-4498-ad59-1053365136d0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "832ed62f-dfcd-4e35-ad88-a0bc8ba30bc1",
"ActyId": "7ae53b89-5600-4cd8-ac1a-7cb29ea4cabf",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1c256f6d-7f12-4460-837a-b3a3ab7dcbe2"
},
{
"Id": "6a543586-a33b-40f5-8a63-1f203ed12575",
"DispatchLocationId": "e1b49e69-100f-4e17-952b-3d572f9c7470",
"WarehouseId": "1a7f9c7e-719e-4498-ad59-1053365136d0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "832ed62f-dfcd-4e35-ad88-a0bc8ba30bc1",
"ActyId": "7ae53b89-5600-4cd8-ac1a-7cb29ea4cabf",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1c256f6d-7f12-4460-837a-b3a3ab7dcbe2"
}
],
"WarehouseLocations": [
{
"Id": "6a543586-a33b-40f5-8a63-1f203ed12575",
"DispatchLocationId": "e1b49e69-100f-4e17-952b-3d572f9c7470",
"WarehouseId": "1a7f9c7e-719e-4498-ad59-1053365136d0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "832ed62f-dfcd-4e35-ad88-a0bc8ba30bc1",
"ActyId": "7ae53b89-5600-4cd8-ac1a-7cb29ea4cabf",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1c256f6d-7f12-4460-837a-b3a3ab7dcbe2"
},
{
"Id": "6a543586-a33b-40f5-8a63-1f203ed12575",
"DispatchLocationId": "e1b49e69-100f-4e17-952b-3d572f9c7470",
"WarehouseId": "1a7f9c7e-719e-4498-ad59-1053365136d0",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "832ed62f-dfcd-4e35-ad88-a0bc8ba30bc1",
"ActyId": "7ae53b89-5600-4cd8-ac1a-7cb29ea4cabf",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1c256f6d-7f12-4460-837a-b3a3ab7dcbe2"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}