POST Admin/Get_File_Special_Offers?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Public_Special_Offers| Name | Description | Type | Additional information |
|---|---|---|---|
| FILE_NAME | string |
None. |
|
| SUPPLIER_ID | integer |
None. |
|
| Type | string |
None. |
|
| Search | string |
None. |
|
| Search1 | string |
None. |
|
| Status | string |
None. |
|
| CategoryID | integer |
None. |
|
| CartypeID | integer |
None. |
|
| BrandID | integer |
None. |
|
| Time | integer |
None. |
|
| Time_From | string |
None. |
|
| Time_To | string |
None. |
|
| Start | integer |
None. |
|
| Max | integer |
None. |
|
| NotIsSoleAgent | boolean |
None. |
|
| IsNew | string |
None. |
|
| IsPackage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FILE_NAME": "sample string 1",
"SUPPLIER_ID": 2,
"Type": "sample string 3",
"Search": "sample string 4",
"Search1": "sample string 5",
"Status": "sample string 6",
"CategoryID": 1,
"CartypeID": 1,
"BrandID": 1,
"Time": 1,
"Time_From": "sample string 7",
"Time_To": "sample string 8",
"Start": 9,
"Max": 10,
"NotIsSoleAgent": true,
"IsNew": "sample string 11",
"IsPackage": "sample string 12"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_All_Special_Offers| Name | Description | Type | Additional information |
|---|---|---|---|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of Product |
None. |
|
| Commision | decimal number |
None. |
|
| Empty_Tecdoc_Count | integer |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"draw": 1,
"recordsFiltered": 2,
"recordsTotal": 3,
"data": [
{
"PRODUCT_ID": 1,
"SUPPLIER_ID": 1,
"CATEGORY_ID": 1,
"DESCRIPTION": "sample string 2",
"CAR_TYPE_DESCRIPTION": "sample string 3",
"CAR_DESCRIPTION": "sample string 4",
"OE_NUMBER_DESCRIPTION": "sample string 5",
"BRAND_NAME_DESCRIPTION": "sample string 6",
"BRAND_NUMBER_DESCRIPTION": "sample string 7",
"QUANTITY": "sample string 8",
"UNIT_PRICE": 1.0,
"FULL_PRICE": 1.0,
"CURRENCY": "sample string 9",
"COMMISSION": 1.0,
"COMMISSIONP": 1.0,
"STATUS": 1,
"APPROVED": true,
"CREATE_DATE": "2026-02-04T02:35:24.939512+00:00",
"CREATE_OPERATOR_ID": 1,
"CREATE_DATEs": "sample string 12",
"SUPPLIER_NAME": "sample string 13",
"CATEGORY_NAME": "sample string 14",
"CREATE_OPERATOR": "sample string 15",
"CAR_TYPE_ID": 1,
"BRAND_ID": 1,
"PHOTO": "sample string 16",
"IS_NEW": true,
"BRAND_NAME_TEXT": "sample string 18",
"IS_PACKAGE": true,
"IMAGE_COUNT": 19,
"DELIVERY_COST": 1.0,
"TECDOC_BRAND_NUMBER": "sample string 20",
"TECDOC_BRAND_ID": 1,
"TECDOC_BRANDNAME": "sample string 21",
"BRAND_NUMBER_DESCRIPTION0": "sample string 22"
},
{
"PRODUCT_ID": 1,
"SUPPLIER_ID": 1,
"CATEGORY_ID": 1,
"DESCRIPTION": "sample string 2",
"CAR_TYPE_DESCRIPTION": "sample string 3",
"CAR_DESCRIPTION": "sample string 4",
"OE_NUMBER_DESCRIPTION": "sample string 5",
"BRAND_NAME_DESCRIPTION": "sample string 6",
"BRAND_NUMBER_DESCRIPTION": "sample string 7",
"QUANTITY": "sample string 8",
"UNIT_PRICE": 1.0,
"FULL_PRICE": 1.0,
"CURRENCY": "sample string 9",
"COMMISSION": 1.0,
"COMMISSIONP": 1.0,
"STATUS": 1,
"APPROVED": true,
"CREATE_DATE": "2026-02-04T02:35:24.939512+00:00",
"CREATE_OPERATOR_ID": 1,
"CREATE_DATEs": "sample string 12",
"SUPPLIER_NAME": "sample string 13",
"CATEGORY_NAME": "sample string 14",
"CREATE_OPERATOR": "sample string 15",
"CAR_TYPE_ID": 1,
"BRAND_ID": 1,
"PHOTO": "sample string 16",
"IS_NEW": true,
"BRAND_NAME_TEXT": "sample string 18",
"IS_PACKAGE": true,
"IMAGE_COUNT": 19,
"DELIVERY_COST": 1.0,
"TECDOC_BRAND_NUMBER": "sample string 20",
"TECDOC_BRAND_ID": 1,
"TECDOC_BRANDNAME": "sample string 21",
"BRAND_NUMBER_DESCRIPTION0": "sample string 22"
}
],
"Commision": 4.0,
"Empty_Tecdoc_Count": 1,
"ExceptionMsg": "sample string 5"
}