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": [
"a34b48ae-2075-441e-996d-827fbc2a7f5c",
"6d1d6359-6a6b-4cfe-9b9e-e59b758576e0"
],
"Id": "21b32a5f-df36-4794-b323-d7458d88889f",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "ce8d45ff-7243-4d23-9060-ce8b5c6c7bba",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "fbf3428f-3f1c-4b09-a656-674a12dd4daf",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "7719cda2-382f-4e37-b5c9-ed3eab592b3f",
"WareHouseId": "12e13f0d-22e9-437a-9537-6c3b6e99bde8",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "82c6a78d-ae76-4eec-ab43-dffbe6030810",
"DispatchLocations": [
{
"Id": "428e51c1-b62c-425a-895c-a22d9dd79830",
"DispatchLocationId": "01557eb6-603b-425b-af7a-ee315ede89ab",
"WarehouseId": "dade3476-e832-4fa0-8faf-f37fa335f8dc",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "11bcb141-faee-4e85-9f81-ebfec5b02017",
"ActyId": "9be40307-0ef7-484b-aa99-7d2873d1d37a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7cc1eace-6d7f-42f5-8822-e91f01617cb8"
},
{
"Id": "428e51c1-b62c-425a-895c-a22d9dd79830",
"DispatchLocationId": "01557eb6-603b-425b-af7a-ee315ede89ab",
"WarehouseId": "dade3476-e832-4fa0-8faf-f37fa335f8dc",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "11bcb141-faee-4e85-9f81-ebfec5b02017",
"ActyId": "9be40307-0ef7-484b-aa99-7d2873d1d37a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7cc1eace-6d7f-42f5-8822-e91f01617cb8"
}
],
"WarehouseLocations": [
{
"Id": "428e51c1-b62c-425a-895c-a22d9dd79830",
"DispatchLocationId": "01557eb6-603b-425b-af7a-ee315ede89ab",
"WarehouseId": "dade3476-e832-4fa0-8faf-f37fa335f8dc",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "11bcb141-faee-4e85-9f81-ebfec5b02017",
"ActyId": "9be40307-0ef7-484b-aa99-7d2873d1d37a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7cc1eace-6d7f-42f5-8822-e91f01617cb8"
},
{
"Id": "428e51c1-b62c-425a-895c-a22d9dd79830",
"DispatchLocationId": "01557eb6-603b-425b-af7a-ee315ede89ab",
"WarehouseId": "dade3476-e832-4fa0-8faf-f37fa335f8dc",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "11bcb141-faee-4e85-9f81-ebfec5b02017",
"ActyId": "9be40307-0ef7-484b-aa99-7d2873d1d37a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7cc1eace-6d7f-42f5-8822-e91f01617cb8"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}