POST api/Invoice/SelectInvoicesList
Created by: Vijaya Created On: 2018/04/01 Gets the List of Invoices...
Request Information
URI Parameters
None.
Body Parameters
CashSaleModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"StartDate": "2021-02-24T12:55:46.9326652+11:00",
"EndDate": "2021-02-24T12:55:46.9326652+11:00"
}
application/xml, text/xml
Sample:
<CashSaleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TARWebAPI.Models"> <EndDate>2021-02-24T12:55:46.9326652+11:00</EndDate> <LocationId>1</LocationId> <StartDate>2021-02-24T12:55:46.9326652+11:00</StartDate> </CashSaleModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.