POST api/Center/SalesReportLink

Request Information

URI Parameters

None.

Body Parameters

SalesViewModel
NameDescriptionTypeAdditional information
customerType

byte

None.

FromDate

date

None.

ToDate

date

None.

ReportType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "customerType": 64,
  "FromDate": "2024-10-06T07:05:26.8134304",
  "ToDate": "2024-10-06T07:05:26.8134304",
  "ReportType": 1
}

application/xml, text/xml

Sample:
<SalesViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesDomain.Models.Center">
  <FromDate>2024-10-06T07:05:26.8134304+04:30</FromDate>
  <ReportType>1</ReportType>
  <ToDate>2024-10-06T07:05:26.8134304+04:30</ToDate>
  <customerType>64</customerType>
</SalesViewModel>

multipart/form-data

Sample:
<SalesViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ServicesDomain.Models.Center"><FromDate>2024-10-06T07:05:26.8134304+04:30</FromDate><ReportType>1</ReportType><ToDate>2024-10-06T07:05:26.8134304+04:30</ToDate><customerType>64</customerType></SalesViewModel>

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, multipart/form-data

Sample:

Sample not available.