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. |
|
| 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": "8ee5bc07-d534-429a-add9-35ffab2ff99c",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "5ae70122-9084-47f9-93a9-e895646bad73",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "ea60bc56-4131-48a9-906b-37ca5a93638a",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "0821339d-9053-41f0-88f4-517d42015ea5",
"WareHouseId": "226572e6-2f46-45ee-8557-057654b54535",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "c8d83d72-29bd-471b-b809-67113587213b",
"DispatchLocations": [
{
"Id": "41bde6a8-a3c4-48f6-9ca9-005bb1a42406",
"DispatchLocationId": "859323c4-6e04-4716-82f9-015dc13d14cf",
"WarehouseId": "8a07dc8a-f136-4dd1-b30b-5e711da70a92",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a5751039-80f3-4a48-92ff-2e66b84a0361",
"ActyId": "ee8fa466-7373-4ca5-81cd-d5e176e09dc6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "cb7ab9b6-8c47-4f8e-8c1d-4fd05307e8c8"
},
{
"Id": "41bde6a8-a3c4-48f6-9ca9-005bb1a42406",
"DispatchLocationId": "859323c4-6e04-4716-82f9-015dc13d14cf",
"WarehouseId": "8a07dc8a-f136-4dd1-b30b-5e711da70a92",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a5751039-80f3-4a48-92ff-2e66b84a0361",
"ActyId": "ee8fa466-7373-4ca5-81cd-d5e176e09dc6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "cb7ab9b6-8c47-4f8e-8c1d-4fd05307e8c8"
}
],
"WarehouseLocations": [
{
"Id": "41bde6a8-a3c4-48f6-9ca9-005bb1a42406",
"DispatchLocationId": "859323c4-6e04-4716-82f9-015dc13d14cf",
"WarehouseId": "8a07dc8a-f136-4dd1-b30b-5e711da70a92",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a5751039-80f3-4a48-92ff-2e66b84a0361",
"ActyId": "ee8fa466-7373-4ca5-81cd-d5e176e09dc6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "cb7ab9b6-8c47-4f8e-8c1d-4fd05307e8c8"
},
{
"Id": "41bde6a8-a3c4-48f6-9ca9-005bb1a42406",
"DispatchLocationId": "859323c4-6e04-4716-82f9-015dc13d14cf",
"WarehouseId": "8a07dc8a-f136-4dd1-b30b-5e711da70a92",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "a5751039-80f3-4a48-92ff-2e66b84a0361",
"ActyId": "ee8fa466-7373-4ca5-81cd-d5e176e09dc6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "cb7ab9b6-8c47-4f8e-8c1d-4fd05307e8c8"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}