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. |
|
| 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": [
"edfd8ae5-6603-49d3-8fe5-4b533c9bb75d",
"d81b167c-917f-45fd-bfad-0d989abf2962"
],
"Id": "29154569-cc1f-4d4d-9536-c5f873aba6c7",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "c2e0084f-73e2-4a18-ad20-4b308b8c6f90",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "9b2552ee-2742-4bba-90af-25a76f986cdd",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "d3a59f3e-9fae-4afb-afc2-09bc83763024",
"WareHouseId": "8e8a580b-7fd1-4bb1-9540-5cd954834316",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "20be3ebe-481e-49f9-8b03-1c77ce6cd88d",
"DispatchLocations": [
{
"Id": "b602dd69-5d9a-42dd-884e-b40d6c1696ec",
"DispatchLocationId": "dbc24bc8-2d3c-404b-b3f3-8a9c72a461ce",
"WarehouseId": "8efaf11d-91c2-442d-a1af-cf473ea29db8",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "211010e7-19f2-49ab-930a-caea1b2e740f",
"ActyId": "329c280b-9671-402d-a674-5046a343df86",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "74cb255e-6c38-41fc-bc51-adf2dc3d3160"
},
{
"Id": "b602dd69-5d9a-42dd-884e-b40d6c1696ec",
"DispatchLocationId": "dbc24bc8-2d3c-404b-b3f3-8a9c72a461ce",
"WarehouseId": "8efaf11d-91c2-442d-a1af-cf473ea29db8",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "211010e7-19f2-49ab-930a-caea1b2e740f",
"ActyId": "329c280b-9671-402d-a674-5046a343df86",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "74cb255e-6c38-41fc-bc51-adf2dc3d3160"
}
],
"WarehouseLocations": [
{
"Id": "b602dd69-5d9a-42dd-884e-b40d6c1696ec",
"DispatchLocationId": "dbc24bc8-2d3c-404b-b3f3-8a9c72a461ce",
"WarehouseId": "8efaf11d-91c2-442d-a1af-cf473ea29db8",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "211010e7-19f2-49ab-930a-caea1b2e740f",
"ActyId": "329c280b-9671-402d-a674-5046a343df86",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "74cb255e-6c38-41fc-bc51-adf2dc3d3160"
},
{
"Id": "b602dd69-5d9a-42dd-884e-b40d6c1696ec",
"DispatchLocationId": "dbc24bc8-2d3c-404b-b3f3-8a9c72a461ce",
"WarehouseId": "8efaf11d-91c2-442d-a1af-cf473ea29db8",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "211010e7-19f2-49ab-930a-caea1b2e740f",
"ActyId": "329c280b-9671-402d-a674-5046a343df86",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "74cb255e-6c38-41fc-bc51-adf2dc3d3160"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}