POST services/api/v1/Get_Promotion
Request Information
URI Parameters
None.
Body Parameters
LocId_ChkTime_ReportFilter_BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| LocId | integer |
None. |
|
| ChkTime | integer |
None. |
|
| ReportFilter | ReportFiter |
None. |
|
| BasicFilter | BasicFilter |
None. |
|
| DepartmentId | integer |
None. |
|
| CategoryId | integer |
None. |
|
| SubCategoryId | integer |
None. |
|
| BrandId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocId": 1,
"ChkTime": 2,
"ReportFilter": {
"FromDate": "2026-09-09T15:13:17.7577653+04:00",
"ToDate": "2026-09-09T15:13:17.7577653+04:00",
"FilterTypeId": 3,
"FilterType": 0
},
"BasicFilter": {
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"ItemTypeId": 4,
"CAType": 5
},
"DepartmentId": 3,
"CategoryId": 4,
"SubCategoryId": 5,
"BrandId": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |