POST api/ECommerceIntegration/GittiGidiyorGetSales
Request Information
URI Parameters
None.
Body Parameters
GittiGidiyorGetListDtoName | Description | Type | Additional information |
---|---|---|---|
startDate | date |
None. |
|
endDate | date |
None. |
|
CompanyId | globally unique identifier |
None. |
|
saleType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "startDate": "2025-05-24T18:34:08.7667565+03:00", "endDate": "2025-05-24T18:34:08.7667565+03:00", "companyId": "280d43ab-7d03-4406-b3d3-30d1742b393c", "saleType": "sample string 3" }
application/xml, text/xml
Sample:
<GittiGidiyorGetListDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.TulTrack.Core.Service.DTOs"> <CompanyId>280d43ab-7d03-4406-b3d3-30d1742b393c</CompanyId> <endDate>2025-05-24T18:34:08.7667565+03:00</endDate> <saleType>sample string 3</saleType> <startDate>2025-05-24T18:34:08.7667565+03:00</startDate> </GittiGidiyorGetListDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"startDate":"2025-05-24T18:34:08.7667565+03:00","endDate":"2025-05-24T18:34:08.7667565+03:00","companyId":"280d43ab-7d03-4406-b3d3-30d1742b393c","saleType":"sample string 3"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.