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": [
"bc237a93-1d22-4bc1-ab5b-867202e02a0d",
"23054d68-244d-427a-8f4d-42ca7ceaed12"
],
"Id": "499f438c-49a3-46e3-b55d-2ef190592a05",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "46ac6b61-bc32-4683-be1b-60566687f73a",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "0dbb5e3c-8776-41f8-a25c-e91b4f5f620a",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "4346a97b-36d4-4ae1-8298-23a31dc658cc",
"WareHouseId": "5454da3b-6a8e-4650-aefc-838cf31b1e71",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "ed63f002-3f47-4281-83c1-64240b30e980",
"DispatchLocations": [
{
"Id": "8bffd704-c001-4861-aab1-369a25b4f40b",
"DispatchLocationId": "703243c1-fac2-4369-b759-c8ebe34057d8",
"WarehouseId": "34e60b84-2ce3-423b-9bff-d07e12dce97e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "04fc1b2b-5301-424d-8a39-72c0eb3f3754",
"ActyId": "10c3b0e5-673e-4d92-a99d-5a9567472126",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e6e72819-832c-4447-a29f-c7e039b76016"
},
{
"Id": "8bffd704-c001-4861-aab1-369a25b4f40b",
"DispatchLocationId": "703243c1-fac2-4369-b759-c8ebe34057d8",
"WarehouseId": "34e60b84-2ce3-423b-9bff-d07e12dce97e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "04fc1b2b-5301-424d-8a39-72c0eb3f3754",
"ActyId": "10c3b0e5-673e-4d92-a99d-5a9567472126",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e6e72819-832c-4447-a29f-c7e039b76016"
}
],
"WarehouseLocations": [
{
"Id": "8bffd704-c001-4861-aab1-369a25b4f40b",
"DispatchLocationId": "703243c1-fac2-4369-b759-c8ebe34057d8",
"WarehouseId": "34e60b84-2ce3-423b-9bff-d07e12dce97e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "04fc1b2b-5301-424d-8a39-72c0eb3f3754",
"ActyId": "10c3b0e5-673e-4d92-a99d-5a9567472126",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e6e72819-832c-4447-a29f-c7e039b76016"
},
{
"Id": "8bffd704-c001-4861-aab1-369a25b4f40b",
"DispatchLocationId": "703243c1-fac2-4369-b759-c8ebe34057d8",
"WarehouseId": "34e60b84-2ce3-423b-9bff-d07e12dce97e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "04fc1b2b-5301-424d-8a39-72c0eb3f3754",
"ActyId": "10c3b0e5-673e-4d92-a99d-5a9567472126",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e6e72819-832c-4447-a29f-c7e039b76016"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}