POST api/v3/SemanticSearchs/shotclasses/ppt/slideId

Request Information

URI Parameters

None.

Body Parameters

SlideInfo
NameDescriptionTypeAdditional information
url

string

None.

Number

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "url": "sample string 1",
  "Number": 2
}

text/html

Sample:
{"url":"sample string 1","Number":2}

text/xml

Sample:
<SlideInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShotClassCore.Models">
  <Number>2</Number>
  <url>sample string 1</url>
</SlideInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, text/xml

Sample:

Sample not available.