POST api/Invoice/SearchQueryByNoAttach
Request Information
URI Parameters
None.
Body Parameters
NoAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| RowLimit | integer |
None. |
|
| LastRunDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RowLimit": 1,
"LastRunDate": "2025-12-16T07:43:42.8180407+07:00"
}
application/xml, text/xml
Sample:
<NoAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Models"> <LastRunDate>2025-12-16T07:43:42.8180407+07:00</LastRunDate> <RowLimit>1</RowLimit> </NoAttachment>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.