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-07-08T23:20:40.6215847+03:00", "endDate": "2025-07-08T23:20:40.6215847+03:00", "companyId": "f24a1a58-397b-4a5c-beba-81d625de81d7", "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>f24a1a58-397b-4a5c-beba-81d625de81d7</CompanyId> <endDate>2025-07-08T23:20:40.6215847+03:00</endDate> <saleType>sample string 3</saleType> <startDate>2025-07-08T23:20:40.6215847+03:00</startDate> </GittiGidiyorGetListDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"startDate":"2025-07-08T23:20:40.6215847+03:00","endDate":"2025-07-08T23:20:40.6215847+03:00","companyId":"f24a1a58-397b-4a5c-beba-81d625de81d7","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.