POST api/InvoiceDashboardNew/SelectLocationwiseInvoicesandQuotesForRangeCharts

Created by: Vijaya Created On: 2018/02/22 Selects Location wise invoices for current day...

Request Information

URI Parameters

None.

Body Parameters

CashSaleModel
NameDescriptionTypeAdditional information
LocationId

integer

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1,
  "StartDate": "2020-02-27T04:57:09.8492256+11:00",
  "EndDate": "2020-02-27T04:57:09.8492256+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>2020-02-27T04:57:09.8492256+11:00</EndDate>
  <LocationId>1</LocationId>
  <StartDate>2020-02-27T04:57:09.8492256+11:00</StartDate>
</CashSaleModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.