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-24T16:19:28.4728815+03:00", "endDate": "2025-05-24T16:19:28.4728815+03:00", "companyId": "41578150-956d-493c-8c5d-30dc6cb85b91", "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>41578150-956d-493c-8c5d-30dc6cb85b91</CompanyId> <endDate>2025-05-24T16:19:28.4728815+03:00</endDate> <saleType>sample string 3</saleType> <startDate>2025-05-24T16:19:28.4728815+03:00</startDate> </GittiGidiyorGetListDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"startDate":"2025-05-24T16:19:28.4728815+03:00","endDate":"2025-05-24T16:19:28.4728815+03:00","companyId":"41578150-956d-493c-8c5d-30dc6cb85b91","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.