POST api/GetSales/GetSales
Request Information
URI Parameters
None.
Body Parameters
GetSalesName | Description | Type | Additional 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": "2025-04-29T15:18:19.738606+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>2025-04-29T15:18:19.738606+05:30</CSL_VALID_FROM> </GetSales>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |