POST Ads

No Documentation Found.

Request Information

Parameters

NameDescriptionAdditional information
ads
No Documentation Found.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ID": 1,
    "RegionCode": 64,
    "Place": "sample string 3",
    "Category": "sample string 4",
    "EMail": "sample string 5",
    "URL": "sample string 6",
    "DatePosted": "2024-03-28T08:58:20.6140808+00:00",
    "Header": "sample string 9",
    "Description": "sample string 10",
    "Teaser": "sample string 13",
    "DetailClick": 15,
    "HeaderURL": "sample string 16",
    "VideoCode": "sample string 17",
    "ImageURL": "sample string 18",
    "Manufacturer": "sample string 19",
    "Model": "sample string 20",
    "Price": 1.1,
    "Year": 1,
    "Phone": "sample string 21",
    "AdPics": [
      {
        "$id": "2",
        "ID": 1,
        "ad_id": 2,
        "url": "sample string 3",
        "DatePosted": "2024-03-28T08:58:20.6140808+00:00",
        "ad": {
          "$ref": "1"
        }
      },
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "ThumbUrl": "sample string 22",
    "IsGoBack": true
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Ad": {
      "$id": "2",
      "ID": 1,
      "RegionCode": 64,
      "Place": "sample string 3",
      "Category": "sample string 4",
      "EMail": "sample string 5",
      "URL": "sample string 6",
      "DatePosted": "2024-03-28T08:58:21.0374373+00:00",
      "Header": "sample string 9",
      "Description": "sample string 10",
      "Teaser": "sample string 13",
      "DetailClick": 15,
      "HeaderURL": "sample string 16",
      "VideoCode": "sample string 17",
      "ImageURL": "sample string 18",
      "Manufacturer": "sample string 19",
      "Model": "sample string 20",
      "Price": 1.1,
      "Year": 1,
      "Phone": "sample string 21",
      "AdPics": [
        {
          "$id": "3",
          "ID": 1,
          "ad_id": 2,
          "url": "sample string 3",
          "DatePosted": "2024-03-28T08:58:21.0374373+00:00",
          "ad": {
            "$ref": "2"
          }
        },
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "ThumbUrl": "sample string 22",
      "IsGoBack": true
    },
    "IsError": true,
    "ErrorMessage": "sample string 2"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.