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. |
|
| 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": [
"87a04915-aec3-4b5a-a15e-0b74aacbb3c6",
"a421a531-a8f8-4b0e-96c4-22a68d383d47"
],
"Id": "f281cc98-2701-4ce1-b86a-fd63ccca085c",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "629e5479-bdff-4487-be57-539d4aa549eb",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "5daa096b-29e8-48f5-810c-a60c2200a0e4",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "4d71d91f-728b-45d4-a6d0-e0a9c5fa61a6",
"WareHouseId": "cdf2619b-c20b-49cf-bdd3-39c55821eb0b",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "fbc3ca67-9fa1-4d24-9a10-b40373786380",
"DispatchLocations": [
{
"Id": "26d3bcf9-5457-4068-9f9a-b7f068bdc73d",
"DispatchLocationId": "288eda14-761c-43ca-b069-8fc848cc08b6",
"WarehouseId": "7af37bd7-e5a1-4487-9efa-4a6b72dbeeb2",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6e848601-89cb-4f75-b6cc-dc33cf2b8bd4",
"ActyId": "cda82c28-7f4f-483b-a35d-a35e8a7ce91b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "22103ec7-8b3f-469b-88bc-a1103f1e8862"
},
{
"Id": "26d3bcf9-5457-4068-9f9a-b7f068bdc73d",
"DispatchLocationId": "288eda14-761c-43ca-b069-8fc848cc08b6",
"WarehouseId": "7af37bd7-e5a1-4487-9efa-4a6b72dbeeb2",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6e848601-89cb-4f75-b6cc-dc33cf2b8bd4",
"ActyId": "cda82c28-7f4f-483b-a35d-a35e8a7ce91b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "22103ec7-8b3f-469b-88bc-a1103f1e8862"
}
],
"WarehouseLocations": [
{
"Id": "26d3bcf9-5457-4068-9f9a-b7f068bdc73d",
"DispatchLocationId": "288eda14-761c-43ca-b069-8fc848cc08b6",
"WarehouseId": "7af37bd7-e5a1-4487-9efa-4a6b72dbeeb2",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6e848601-89cb-4f75-b6cc-dc33cf2b8bd4",
"ActyId": "cda82c28-7f4f-483b-a35d-a35e8a7ce91b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "22103ec7-8b3f-469b-88bc-a1103f1e8862"
},
{
"Id": "26d3bcf9-5457-4068-9f9a-b7f068bdc73d",
"DispatchLocationId": "288eda14-761c-43ca-b069-8fc848cc08b6",
"WarehouseId": "7af37bd7-e5a1-4487-9efa-4a6b72dbeeb2",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6e848601-89cb-4f75-b6cc-dc33cf2b8bd4",
"ActyId": "cda82c28-7f4f-483b-a35d-a35e8a7ce91b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "22103ec7-8b3f-469b-88bc-a1103f1e8862"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}