GET user/getperformancereport?FromDate={FromDate}&ToDate={ToDate}&UserDetailId={UserDetailId}&MachineId={MachineId}&MachineSerialNoId={MachineSerialNoId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| UserDetailId | integer |
None. |
|
| MachineId | integer |
None. |
|
| MachineSerialNoId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
PerformanceReportModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| TotalEngineHMR | decimal number |
None. |
|
| TotalRoadRunning | decimal number |
None. |
|
| NetHarvestingHour | decimal number |
None. |
|
| TotalTonHarvester | decimal number |
None. |
|
| AverageTonPerHour | decimal number |
None. |
|
| TotalAcres | decimal number |
None. |
|
| TotalDieselHarvester | decimal number |
None. |
|
| TotalDieselInfielder | decimal number |
None. |
|
| TotalFuelConsumption | decimal number |
None. |
|
| TotalEarnings | decimal number |
None. |
|
| DieselFuelRate | decimal number |
None. |
|
| CostOfSpares | decimal number |
None. |
|
| CostOfLubricants | decimal number |
None. |
|
| TotalServiceLabourCharges | decimal number |
None. |
|
| TotalSalaryAndWages | decimal number |
None. |
|
| NetIncome | decimal number |
None. |
|
| BladesCost | decimal number |
None. |
|
| TotalExpenses | decimal number |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"TotalEngineHMR": 1.0,
"TotalRoadRunning": 1.0,
"NetHarvestingHour": 1.0,
"TotalTonHarvester": 1.0,
"AverageTonPerHour": 1.0,
"TotalAcres": 1.0,
"TotalDieselHarvester": 1.0,
"TotalDieselInfielder": 1.0,
"TotalFuelConsumption": 1.0,
"TotalEarnings": 1.0,
"DieselFuelRate": 1.0,
"CostOfSpares": 1.0,
"CostOfLubricants": 1.0,
"TotalServiceLabourCharges": 1.0,
"TotalSalaryAndWages": 1.0,
"NetIncome": 1.0,
"BladesCost": 1.0,
"TotalExpenses": 1.0,
"FromDate": "2025-12-28T14:49:23.3353286-06:00",
"ToDate": "2025-12-28T14:49:23.3353286-06:00"
}
application/xml, text/xml
Sample:
<PerformanceReportModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NH_MachineOwner.Models.ComplexTypes"> <AverageTonPerHour>1</AverageTonPerHour> <BladesCost>1</BladesCost> <CostOfLubricants>1</CostOfLubricants> <CostOfSpares>1</CostOfSpares> <DieselFuelRate>1</DieselFuelRate> <FromDate>2025-12-28T14:49:23.3353286-06:00</FromDate> <Message>sample string 2</Message> <NetHarvestingHour>1</NetHarvestingHour> <NetIncome>1</NetIncome> <Success>true</Success> <ToDate>2025-12-28T14:49:23.3353286-06:00</ToDate> <TotalAcres>1</TotalAcres> <TotalDieselHarvester>1</TotalDieselHarvester> <TotalDieselInfielder>1</TotalDieselInfielder> <TotalEarnings>1</TotalEarnings> <TotalEngineHMR>1</TotalEngineHMR> <TotalExpenses>1</TotalExpenses> <TotalFuelConsumption>1</TotalFuelConsumption> <TotalRoadRunning>1</TotalRoadRunning> <TotalSalaryAndWages>1</TotalSalaryAndWages> <TotalServiceLabourCharges>1</TotalServiceLabourCharges> <TotalTonHarvester>1</TotalTonHarvester> </PerformanceReportModel>