GET api/SystemUser/UserName/{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. |
|
| 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": [
"a5d8b34e-1b60-4380-8348-a7f27897efd0",
"f819d86e-6af3-4b33-bbfd-d63d59f989dd"
],
"Id": "8b6bd397-8428-4789-8b33-71cc5df077f6",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "ea595be0-a416-4e72-8510-b96e3549c4f2",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "4fa46be2-43da-4e43-b6da-7875ad0810f1",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "a36a2065-58a7-44fb-9298-ffe5c26c2ce6",
"WareHouseId": "0620d462-5d6a-459f-a660-ea0bb300af83",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "ae1d45de-0f19-4049-8d6b-9ace52cf7723",
"DispatchLocations": [
{
"Id": "20dbe21e-f5cc-4271-8db3-f78b5b12e52f",
"DispatchLocationId": "0ec057b7-ef57-41bf-95b4-8485878f1602",
"WarehouseId": "2723099a-5812-4e52-8db4-d56f09eae936",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "acda1c75-a5b7-42c5-810b-420f038e7584",
"ActyId": "cbc4507a-ad07-482f-9eb8-094b5c75d315",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ec5ebe04-9834-482d-9995-98bf120b4f03"
},
{
"Id": "20dbe21e-f5cc-4271-8db3-f78b5b12e52f",
"DispatchLocationId": "0ec057b7-ef57-41bf-95b4-8485878f1602",
"WarehouseId": "2723099a-5812-4e52-8db4-d56f09eae936",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "acda1c75-a5b7-42c5-810b-420f038e7584",
"ActyId": "cbc4507a-ad07-482f-9eb8-094b5c75d315",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ec5ebe04-9834-482d-9995-98bf120b4f03"
}
],
"WarehouseLocations": [
{
"Id": "20dbe21e-f5cc-4271-8db3-f78b5b12e52f",
"DispatchLocationId": "0ec057b7-ef57-41bf-95b4-8485878f1602",
"WarehouseId": "2723099a-5812-4e52-8db4-d56f09eae936",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "acda1c75-a5b7-42c5-810b-420f038e7584",
"ActyId": "cbc4507a-ad07-482f-9eb8-094b5c75d315",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ec5ebe04-9834-482d-9995-98bf120b4f03"
},
{
"Id": "20dbe21e-f5cc-4271-8db3-f78b5b12e52f",
"DispatchLocationId": "0ec057b7-ef57-41bf-95b4-8485878f1602",
"WarehouseId": "2723099a-5812-4e52-8db4-d56f09eae936",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "acda1c75-a5b7-42c5-810b-420f038e7584",
"ActyId": "cbc4507a-ad07-482f-9eb8-094b5c75d315",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "ec5ebe04-9834-482d-9995-98bf120b4f03"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}