POST api/WP

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_CW_WP_Post
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "edition_resource_domain": "sample string 1",
  "post_id": "sample string 2",
  "post_title": "sample string 3",
  "post_name": "sample string 4",
  "post_content": "sample string 5",
  "post_excerpt": "sample string 6",
  "post_status": "sample string 7",
  "post_type": "sample string 8",
  "post_date": "sample string 9",
  "post_modified": "sample string 10",
  "author": "sample string 11",
  "thumbnail": "sample string 12",
  "post_categories": "sample string 13",
  "post_tags": "sample string 14"
}

application/xml, text/xml

Sample:
<WPController.CW_WP_Post xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SH101WPWebAPI.Controllers">
  <author>sample string 11</author>
  <edition_resource_domain>sample string 1</edition_resource_domain>
  <post_categories>sample string 13</post_categories>
  <post_content>sample string 5</post_content>
  <post_date>sample string 9</post_date>
  <post_excerpt>sample string 6</post_excerpt>
  <post_id>sample string 2</post_id>
  <post_modified>sample string 10</post_modified>
  <post_name>sample string 4</post_name>
  <post_status>sample string 7</post_status>
  <post_tags>sample string 14</post_tags>
  <post_title>sample string 3</post_title>
  <post_type>sample string 8</post_type>
  <thumbnail>sample string 12</thumbnail>
</WPController.CW_WP_Post>

application/x-www-form-urlencoded

Sample:

Sample not available.