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": "a25ccb30-599d-4b14-a61b-7f35a4a884a3",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "0395b5ba-8030-47cd-9c35-1aa6b6769438",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "2799f696-27fd-4dee-a96f-a24fcf16cef8",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "fac9beef-fc45-42f9-b1d1-32d490c76d7d",
"WareHouseId": "dcbf69a2-419b-4c19-801b-b41623a229cb",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "0bf29e05-bc8c-4566-b044-104c6f940f38",
"DispatchLocations": [
{
"Id": "05f26c8a-9d35-4942-a5bb-c962923822af",
"DispatchLocationId": "498e49ee-1534-4b88-ab17-d232b235f860",
"WarehouseId": "ca23a362-7060-481c-a234-efcf4d280b7e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e2c8c5e9-31ee-4a3f-8b38-5e12a434b994",
"ActyId": "d21679ff-0adc-4d54-a47d-ede5bc45551b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bdddf1d1-0c9a-4619-8924-55590858821b"
},
{
"Id": "05f26c8a-9d35-4942-a5bb-c962923822af",
"DispatchLocationId": "498e49ee-1534-4b88-ab17-d232b235f860",
"WarehouseId": "ca23a362-7060-481c-a234-efcf4d280b7e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e2c8c5e9-31ee-4a3f-8b38-5e12a434b994",
"ActyId": "d21679ff-0adc-4d54-a47d-ede5bc45551b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bdddf1d1-0c9a-4619-8924-55590858821b"
}
],
"WarehouseLocations": [
{
"Id": "05f26c8a-9d35-4942-a5bb-c962923822af",
"DispatchLocationId": "498e49ee-1534-4b88-ab17-d232b235f860",
"WarehouseId": "ca23a362-7060-481c-a234-efcf4d280b7e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e2c8c5e9-31ee-4a3f-8b38-5e12a434b994",
"ActyId": "d21679ff-0adc-4d54-a47d-ede5bc45551b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bdddf1d1-0c9a-4619-8924-55590858821b"
},
{
"Id": "05f26c8a-9d35-4942-a5bb-c962923822af",
"DispatchLocationId": "498e49ee-1534-4b88-ab17-d232b235f860",
"WarehouseId": "ca23a362-7060-481c-a234-efcf4d280b7e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e2c8c5e9-31ee-4a3f-8b38-5e12a434b994",
"ActyId": "d21679ff-0adc-4d54-a47d-ede5bc45551b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "bdddf1d1-0c9a-4619-8924-55590858821b"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}