POST Api/JobCardReport/GetTimeEfficiency
Request Information
URI Parameters
None.
Body Parameters
JobCardSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| AccountId | integer |
None. |
|
| WorkOrderId | integer |
None. |
|
| SalesOrderId | integer |
None. |
|
| JobCardId | integer |
None. |
|
| ItemId | integer |
None. |
|
| Processwise | boolean |
None. |
|
| PriorityId | integer |
None. |
|
| JobCardStatus | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| MachineId | integer |
None. |
|
| ReportType | integer |
None. |
|
| ProcSeqNo | integer |
None. |
|
| ProcessStatus | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-05-11T13:45:08.1183248+05:30",
"ToDate": "2026-05-11T13:45:08.1183248+05:30",
"AccountId": 1,
"WorkOrderId": 1,
"SalesOrderId": 1,
"JobCardId": 1,
"ItemId": 1,
"Processwise": true,
"PriorityId": 1,
"JobCardStatus": 1,
"EmployeeId": 1,
"MachineId": 1,
"ReportType": 1,
"ProcSeqNo": 1,
"ProcessStatus": true
}
application/xml, text/xml
Sample:
<JobCardSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel"> <AccountId>1</AccountId> <EmployeeId>1</EmployeeId> <FromDate>2026-05-11T13:45:08.1183248+05:30</FromDate> <ItemId>1</ItemId> <JobCardId>1</JobCardId> <JobCardStatus>1</JobCardStatus> <MachineId>1</MachineId> <PriorityId>1</PriorityId> <ProcSeqNo>1</ProcSeqNo> <ProcessStatus>true</ProcessStatus> <Processwise>true</Processwise> <ReportType>1</ReportType> <SalesOrderId>1</SalesOrderId> <ToDate>2026-05-11T13:45:08.1183248+05:30</ToDate> <WorkOrderId>1</WorkOrderId> </JobCardSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |