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": "3454b45b-cb3d-4c99-ae7e-26b4d36c3c8f",
  "SeoWebsiteId": "c1788f0b-4d52-41ad-b0d2-23d8aa706df7",
  "AccountId": "6cf4b37b-2827-40be-bf93-d7079f3a5179",
  "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": "2024-10-22T04:47:55.1112586+00:00",
  "PpcId": "sample string 13"
}

text/html

Sample:
{"Id":"3454b45b-cb3d-4c99-ae7e-26b4d36c3c8f","SeoWebsiteId":"c1788f0b-4d52-41ad-b0d2-23d8aa706df7","AccountId":"6cf4b37b-2827-40be-bf93-d7079f3a5179","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":"2024-10-22T04:47:55.1112586+00:00","PpcId":"sample string 13"}

application/xml, text/xml

Sample:
<SeoConverstionDto>
  <Id>3454b45b-cb3d-4c99-ae7e-26b4d36c3c8f</Id>
  <SeoWebsiteId>c1788f0b-4d52-41ad-b0d2-23d8aa706df7</SeoWebsiteId>
  <AccountId>6cf4b37b-2827-40be-bf93-d7079f3a5179</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>2024-10-22T04:47:55.1112586+00: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.