POST Api/Indent/IndentSearch
Request Information
URI Parameters
None.
Body Parameters
IndentSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| skip | integer |
None. |
|
| take | integer |
None. |
|
| orderBy | string |
None. |
|
| desc | boolean |
None. |
|
| IndentCode | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| BranchId | integer |
None. |
|
| FinYearId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"skip": 1,
"take": 1,
"orderBy": "sample string 1",
"desc": true,
"IndentCode": "sample string 3",
"FromDate": "2025-12-08T01:56:35.0019724+05:30",
"ToDate": "2025-12-08T01:56:35.0019724+05:30",
"BranchId": 4,
"FinYearId": 5
}
application/xml, text/xml
Sample:
<IndentSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Web.Api.ViewModel"> <BranchId>4</BranchId> <FinYearId>5</FinYearId> <FromDate>2025-12-08T01:56:35.0019724+05:30</FromDate> <IndentCode>sample string 3</IndentCode> <ToDate>2025-12-08T01:56:35.0019724+05:30</ToDate> <desc>true</desc> <orderBy>sample string 1</orderBy> <skip>1</skip> <take>1</take> </IndentSearch>
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. |