POST v0/api/omdeo/get-enquiry-mis-report-filter
Request Information
URI Parameters
None.
Body Parameters
tbl_MisReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| Status | string |
None. |
|
| BranchCode | string |
None. |
|
| UserId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FromDate": "sample string 2",
"ToDate": "sample string 3",
"Status": "sample string 4",
"BranchCode": "sample string 5",
"UserId": "sample string 6"
}
application/xml, text/xml
Sample:
<tbl_MisReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_omdeo.Models"> <BranchCode>sample string 5</BranchCode> <FromDate>sample string 2</FromDate> <Id>1</Id> <Status>sample string 4</Status> <ToDate>sample string 3</ToDate> <UserId>sample string 6</UserId> </tbl_MisReport>
application/x-www-form-urlencoded
Sample:
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. |