POST Admin/Get_File_Special_Offers?Ticket={Ticket}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Ticket

string

Required

Body Parameters

Params_Get_Public_Special_Offers
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Params_Get_Public_Special_Offers'.

Response Information

Resource Description

Result_Get_All_Special_Offers
NameDescriptionTypeAdditional 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": 9.0,
      "CURRENCY": "sample string 10",
      "COMMISSION": 1.0,
      "COMMISSIONP": 1.0,
      "STATUS": 1,
      "APPROVED": true,
      "CREATE_DATE": "2025-04-19T07:10:20.4222448+00:00",
      "CREATE_OPERATOR_ID": 1,
      "CREATE_DATEs": "sample string 13",
      "SUPPLIER_NAME": "sample string 14",
      "CATEGORY_NAME": "sample string 15",
      "CREATE_OPERATOR": "sample string 16",
      "CAR_TYPE_ID": 1,
      "BRAND_ID": 1,
      "PHOTO": "sample string 17",
      "IS_NEW": true,
      "BRAND_NAME_TEXT": "sample string 19",
      "IS_PACKAGE": true,
      "IMAGE_COUNT": 20,
      "DELIVERY_COST": 1.0,
      "TECDOC_BRAND_NUMBER": "sample string 21",
      "TECDOC_BRAND_ID": 1,
      "TECDOC_BRANDNAME": "sample string 22",
      "BRAND_NUMBER_DESCRIPTION0": "sample string 23"
    },
    {
      "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": 9.0,
      "CURRENCY": "sample string 10",
      "COMMISSION": 1.0,
      "COMMISSIONP": 1.0,
      "STATUS": 1,
      "APPROVED": true,
      "CREATE_DATE": "2025-04-19T07:10:20.4222448+00:00",
      "CREATE_OPERATOR_ID": 1,
      "CREATE_DATEs": "sample string 13",
      "SUPPLIER_NAME": "sample string 14",
      "CATEGORY_NAME": "sample string 15",
      "CREATE_OPERATOR": "sample string 16",
      "CAR_TYPE_ID": 1,
      "BRAND_ID": 1,
      "PHOTO": "sample string 17",
      "IS_NEW": true,
      "BRAND_NAME_TEXT": "sample string 19",
      "IS_PACKAGE": true,
      "IMAGE_COUNT": 20,
      "DELIVERY_COST": 1.0,
      "TECDOC_BRAND_NUMBER": "sample string 21",
      "TECDOC_BRAND_ID": 1,
      "TECDOC_BRANDNAME": "sample string 22",
      "BRAND_NUMBER_DESCRIPTION0": "sample string 23"
    }
  ],
  "Commision": 4.0,
  "Empty_Tecdoc_Count": 1,
  "ExceptionMsg": "sample string 5"
}