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-08-04T22:45:19.1631857+03:00", "endDate": "2025-08-04T22:45:19.1631857+03:00", "companyId": "4cf11986-b182-4a23-aa17-2373e20397f7", "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>4cf11986-b182-4a23-aa17-2373e20397f7</CompanyId> <endDate>2025-08-04T22:45:19.1631857+03:00</endDate> <saleType>sample string 3</saleType> <startDate>2025-08-04T22:45:19.1631857+03:00</startDate> </GittiGidiyorGetListDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"startDate":"2025-08-04T22:45:19.1631857+03:00","endDate":"2025-08-04T22:45:19.1631857+03:00","companyId":"4cf11986-b182-4a23-aa17-2373e20397f7","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.