POST v1/batchshowactions

Request Information

URI Parameters

None.

Body Parameters

BatchShowActionResource
NameDescriptionTypeAdditional information
BatchShowAction

BatchShowActionDto

None.

Request Formats

application/json, text/json

Sample:
{
  "batchShowAction": {
    "id": "sample string 1",
    "type": "sample string 2",
    "shows": [
      1,
      2
    ]
  }
}

application/xml, text/xml

Sample:
<Resources xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CablecastAPI.DTOs">
  <BatchShowAction>
    <Id>sample string 1</Id>
    <Shows xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </Shows>
    <Type>sample string 2</Type>
  </BatchShowAction>
</Resources>

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.