POST seo/conversions

Request Information

URI Parameters

None.

Body Parameters

SeoConverstionDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

SeoWebsiteId

globally unique identifier

None.

AccountId

globally unique identifier

None.

campaign_type

string

None.

domain

string

None.

name

string

None.

email

string

None.

phone_number

string

None.

question_comments

string

None.

campaign_name

string

None.

page_url

string

None.

where_found_us

string

None.

api_key

string

None.

tags

Collection of string

None.

CreatedDate

date

None.

PpcId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "ff002f05-8da3-4bc8-aa09-ea36ee5deec4",
  "SeoWebsiteId": "fbed2274-82e9-4de5-ab95-1796f7a210fc",
  "AccountId": "1dbb6d5f-c163-4342-bcd8-0c9be6fbffbc",
  "campaign_type": "sample string 2",
  "domain": "sample string 3",
  "name": "sample string 4",
  "email": "sample string 5",
  "phone_number": "sample string 6",
  "question_comments": "sample string 7",
  "campaign_name": "sample string 8",
  "page_url": "sample string 9",
  "where_found_us": "sample string 10",
  "api_key": "sample string 11",
  "tags": [
    "sample string 1",
    "sample string 2"
  ],
  "CreatedDate": "2023-12-08T19:54:45.9365844-06:00",
  "PpcId": "sample string 13"
}

text/html

Sample:
{"Id":"ff002f05-8da3-4bc8-aa09-ea36ee5deec4","SeoWebsiteId":"fbed2274-82e9-4de5-ab95-1796f7a210fc","AccountId":"1dbb6d5f-c163-4342-bcd8-0c9be6fbffbc","campaign_type":"sample string 2","domain":"sample string 3","name":"sample string 4","email":"sample string 5","phone_number":"sample string 6","question_comments":"sample string 7","campaign_name":"sample string 8","page_url":"sample string 9","where_found_us":"sample string 10","api_key":"sample string 11","tags":["sample string 1","sample string 2"],"CreatedDate":"2023-12-08T19:54:45.9365844-06:00","PpcId":"sample string 13"}

application/xml, text/xml

Sample:
<SeoConverstionDto>
  <Id>ff002f05-8da3-4bc8-aa09-ea36ee5deec4</Id>
  <SeoWebsiteId>fbed2274-82e9-4de5-ab95-1796f7a210fc</SeoWebsiteId>
  <AccountId>1dbb6d5f-c163-4342-bcd8-0c9be6fbffbc</AccountId>
  <campaign_type>sample string 2</campaign_type>
  <domain>sample string 3</domain>
  <name>sample string 4</name>
  <email>sample string 5</email>
  <phone_number>sample string 6</phone_number>
  <question_comments>sample string 7</question_comments>
  <campaign_name>sample string 8</campaign_name>
  <page_url>sample string 9</page_url>
  <where_found_us>sample string 10</where_found_us>
  <api_key>sample string 11</api_key>
  <tags>sample string 1</tags>
  <tags>sample string 2</tags>
  <CreatedDate>2023-12-08T19:54:45.9365844-06:00</CreatedDate>
  <PpcId>sample string 13</PpcId>
</SeoConverstionDto>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.