POST api/Invoice/SearchQueryByNoAttach

Request Information

URI Parameters

None.

Body Parameters

NoAttachment
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NoAttachment'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.