POST api/GetSales/GetSales

Request Information

URI Parameters

None.

Body Parameters

GetSales
NameDescriptionTypeAdditional information
CSL_CP_ID

integer

None.

CSL_AR_ID

integer

None.

CSL_VALID_FROM

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CSL_CP_ID": 1,
  "CSL_AR_ID": 1,
  "CSL_VALID_FROM": "2024-05-19T15:43:45.8852271+05:30"
}

application/xml, text/xml

Sample:
<GetSales xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <CSL_AR_ID>1</CSL_AR_ID>
  <CSL_CP_ID>1</CSL_CP_ID>
  <CSL_VALID_FROM>2024-05-19T15:43:45.8852271+05:30</CSL_VALID_FROM>
</GetSales>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.