POST api/Advertising/spaceGeneralParamResult

Request Information

URI Parameters

None.

Body Parameters

SpaceGeneralParamModel
NameDescriptionTypeAdditional information
requestId

string

None.

AdPlatformConfig

integer

None.

userCode

string

None.

Displaydelay

decimal number

None.

AutoClose

string

None.

Closetimes

integer

None.

Popuprate

integer

None.

Displaytype

string

None.

AreaCode

string

None.

accountId

string

None.

data

string

None.

sign

string

None.

Request Formats

application/json, text/json

Sample:
{
  "requestId": "sample string 1",
  "AdPlatformConfig": 2,
  "userCode": "sample string 3",
  "Displaydelay": 1.0,
  "AutoClose": "sample string 4",
  "Closetimes": 5,
  "Popuprate": 6,
  "Displaytype": "sample string 7",
  "AreaCode": "sample string 8",
  "accountId": "sample string 9",
  "data": "sample string 10",
  "sign": "sample string 11"
}

application/xml, text/xml

Sample:
<SpaceGeneralParamModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdvertisingHelper.Model">
  <accountId>sample string 9</accountId>
  <data>sample string 10</data>
  <sign>sample string 11</sign>
  <AdPlatformConfig>2</AdPlatformConfig>
  <AreaCode>sample string 8</AreaCode>
  <AutoClose>sample string 4</AutoClose>
  <Closetimes>5</Closetimes>
  <Displaydelay>1</Displaydelay>
  <Displaytype>sample string 7</Displaytype>
  <Popuprate>6</Popuprate>
  <requestId>sample string 1</requestId>
  <userCode>sample string 3</userCode>
</SpaceGeneralParamModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SpaceGeneralParamResultOfSpaceParamResult
NameDescriptionTypeAdditional information
requestId

string

None.

data

SpaceParamResult

None.

isSuccess

boolean

None.

message

string

None.

data

string

None.

sign

string

None.

Response Formats

application/json, text/json

Sample:
{
  "requestId": "sample string 1",
  "data": {
    "requestId": "sample string 1",
    "bidSeat": {
      "bidId": "sample string 1",
      "adstype": "sample string 2",
      "displaytime": 1.0,
      "displaydelay": 1.0,
      "displaytype": "sample string 3",
      "seatId": "sample string 4",
      "price": 5.0,
      "targeType": "sample string 6",
      "target": "sample string 7",
      "materias": [
        {
          "id": "sample string 1",
          "group": 2,
          "type": "sample string 3",
          "url": "sample string 4",
          "width": 5.0,
          "height": 6.0,
          "size": 7.0,
          "playTime": 8.0
        },
        {
          "id": "sample string 1",
          "group": 2,
          "type": "sample string 3",
          "url": "sample string 4",
          "width": 5.0,
          "height": 6.0,
          "size": 7.0,
          "playTime": 8.0
        }
      ],
      "extparams": {
        "adPosId": "sample string 1",
        "zhizhu": {
          "appid": "sample string 1",
          "sdk": "sample string 2",
          "spaceCode": "sample string 3"
        },
        "appid": "sample string 2",
        "api": "sample string 3",
        "navigatetype": "sample string 4",
        "parkId": "sample string 5",
        "anbourl": "sample string 6"
      }
    },
    "defaultSeat": {
      "bidId": "sample string 1",
      "adstype": "sample string 2",
      "displaytime": 1.0,
      "displaydelay": 1.0,
      "displaytype": "sample string 3",
      "seatId": "sample string 4",
      "price": 5.0,
      "targeType": "sample string 6",
      "target": "sample string 7",
      "materias": [
        {
          "id": "sample string 1",
          "group": 2,
          "type": "sample string 3",
          "url": "sample string 4",
          "width": 5.0,
          "height": 6.0,
          "size": 7.0,
          "playTime": 8.0
        },
        {
          "id": "sample string 1",
          "group": 2,
          "type": "sample string 3",
          "url": "sample string 4",
          "width": 5.0,
          "height": 6.0,
          "size": 7.0,
          "playTime": 8.0
        }
      ],
      "extparams": {
        "adPosId": "sample string 1",
        "zhizhu": {
          "appid": "sample string 1",
          "sdk": "sample string 2",
          "spaceCode": "sample string 3"
        },
        "appid": "sample string 2",
        "api": "sample string 3",
        "navigatetype": "sample string 4",
        "parkId": "sample string 5",
        "anbourl": "sample string 6"
      }
    }
  },
  "isSuccess": true,
  "message": "sample string 3",
  "sign": "sample string 5"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.