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": "88cb7e07-5644-4751-915f-d0e9ea8bc1b7",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "de07763d-3de0-4e8a-b18a-f526cad3a714",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "946ad687-79ca-4d9b-9347-125bcdf3713c",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "96254a6c-32db-4858-abfe-3053b5309a00",
"WareHouseId": "259b306c-2ac4-4400-afff-89b39a0f6ed7",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "20c6a695-8bce-4709-bb79-e9f0be243c0b",
"DispatchLocations": [
{
"Id": "dea2c195-02a9-4333-99ff-bb78af99803c",
"DispatchLocationId": "ada7015a-04e6-4f62-af7f-a1debd3e6891",
"WarehouseId": "a36b55b0-f2ca-425b-bcca-5d306aed719b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "93bd917d-13f5-4f6c-9644-8ea1eb06273b",
"ActyId": "c7d1f0f5-e738-48f8-851e-2ae9bb849bdd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7d311248-eedb-4c0f-93ee-2bee032e2fd0"
},
{
"Id": "dea2c195-02a9-4333-99ff-bb78af99803c",
"DispatchLocationId": "ada7015a-04e6-4f62-af7f-a1debd3e6891",
"WarehouseId": "a36b55b0-f2ca-425b-bcca-5d306aed719b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "93bd917d-13f5-4f6c-9644-8ea1eb06273b",
"ActyId": "c7d1f0f5-e738-48f8-851e-2ae9bb849bdd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7d311248-eedb-4c0f-93ee-2bee032e2fd0"
}
],
"WarehouseLocations": [
{
"Id": "dea2c195-02a9-4333-99ff-bb78af99803c",
"DispatchLocationId": "ada7015a-04e6-4f62-af7f-a1debd3e6891",
"WarehouseId": "a36b55b0-f2ca-425b-bcca-5d306aed719b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "93bd917d-13f5-4f6c-9644-8ea1eb06273b",
"ActyId": "c7d1f0f5-e738-48f8-851e-2ae9bb849bdd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7d311248-eedb-4c0f-93ee-2bee032e2fd0"
},
{
"Id": "dea2c195-02a9-4333-99ff-bb78af99803c",
"DispatchLocationId": "ada7015a-04e6-4f62-af7f-a1debd3e6891",
"WarehouseId": "a36b55b0-f2ca-425b-bcca-5d306aed719b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "93bd917d-13f5-4f6c-9644-8ea1eb06273b",
"ActyId": "c7d1f0f5-e738-48f8-851e-2ae9bb849bdd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7d311248-eedb-4c0f-93ee-2bee032e2fd0"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}