POST api/Invoice/SearchQueryByNoAttach
Request Information
URI Parameters
None.
Body Parameters
NoAttachmentName | Description | Type | Additional information |
---|---|---|---|
RowLimit | integer |
None. |
|
LastRunDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "RowLimit": 1, "LastRunDate": "2025-07-17T10:57:14.8159492+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-07-17T10:57:14.8159492+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.