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": [
"e8879931-11a7-4a4a-8c2e-9a50f1077e81",
"8ba0ae8b-d5cf-4a24-b14d-83d1546aee62"
],
"Id": "098231b3-515d-4f9a-904d-78df17218eca",
"Name": "sample string 5",
"Password": "sample string 6",
"TransportLabelDirectPrintPDA": true,
"TransportLabelProfileId": "b95cdd76-873e-481d-a2f0-dd0864a0e684",
"NumberOfCopiesTransportLabel": 9,
"ItemLabelDirectPrintPDA": true,
"ItemLabelProfileId": "44260be3-fb2f-47b1-8522-885c941cee18",
"NumberOfCopiesItemLabel": 12,
"ChooseAllWarehousesAutomatically": true,
"DispatchLocationId": "7cd3d0e5-073a-474c-8cf9-726aec8f6d64",
"WareHouseId": "1a56db33-e105-4752-8051-f485cd269e13",
"UseMyLocations": true,
"ChooseSpesificDispatchLocation": true,
"ChooseSpesificWarehouseLocation": true,
"SupplierId": "91b7df40-8444-4ca0-9ef3-ee140a235f02",
"DispatchLocations": [
{
"Id": "f6653e3e-1a5d-45fb-8243-c226d8d7a65a",
"DispatchLocationId": "b22a69f0-3995-40ff-a5ed-397968d24d1c",
"WarehouseId": "ad732443-70ba-4199-b3f7-77516fb65f79",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "57c65ad0-8ae7-4827-b84d-afca8ab266fe",
"ActyId": "18374848-4d0e-44e1-a150-a9a5f6fec6bc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4ca58677-d917-404d-9a1c-3409a8a131ad"
},
{
"Id": "f6653e3e-1a5d-45fb-8243-c226d8d7a65a",
"DispatchLocationId": "b22a69f0-3995-40ff-a5ed-397968d24d1c",
"WarehouseId": "ad732443-70ba-4199-b3f7-77516fb65f79",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "57c65ad0-8ae7-4827-b84d-afca8ab266fe",
"ActyId": "18374848-4d0e-44e1-a150-a9a5f6fec6bc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4ca58677-d917-404d-9a1c-3409a8a131ad"
}
],
"WarehouseLocations": [
{
"Id": "f6653e3e-1a5d-45fb-8243-c226d8d7a65a",
"DispatchLocationId": "b22a69f0-3995-40ff-a5ed-397968d24d1c",
"WarehouseId": "ad732443-70ba-4199-b3f7-77516fb65f79",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "57c65ad0-8ae7-4827-b84d-afca8ab266fe",
"ActyId": "18374848-4d0e-44e1-a150-a9a5f6fec6bc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4ca58677-d917-404d-9a1c-3409a8a131ad"
},
{
"Id": "f6653e3e-1a5d-45fb-8243-c226d8d7a65a",
"DispatchLocationId": "b22a69f0-3995-40ff-a5ed-397968d24d1c",
"WarehouseId": "ad732443-70ba-4199-b3f7-77516fb65f79",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "57c65ad0-8ae7-4827-b84d-afca8ab266fe",
"ActyId": "18374848-4d0e-44e1-a150-a9a5f6fec6bc",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "4ca58677-d917-404d-9a1c-3409a8a131ad"
}
],
"ReceiveProdBatchEnable": true,
"ReceiveProdBatchInOCEnable": true,
"SeeItemRestricted": true
}