POST api/ShowCase/Add

Request Information

URI Parameters

None.

Body Parameters

ShowCaseAddDto
NameDescriptionTypeAdditional information
Category

string

Required

WebSiteID

globally unique identifier

None.

LanguageID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "category": "sample string 1",
  "webSiteID": "3cb3096b-b0a3-40e0-aee0-c7a773d4a274",
  "languageID": "a6a239a0-069c-464d-81da-5f8d6155e361"
}

application/xml, text/xml

Sample:
<ShowCaseAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs">
  <Category>sample string 1</Category>
  <LanguageID>a6a239a0-069c-464d-81da-5f8d6155e361</LanguageID>
  <WebSiteID>3cb3096b-b0a3-40e0-aee0-c7a773d4a274</WebSiteID>
</ShowCaseAddDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Category":"sample string 1","WebSiteID":"3cb3096b-b0a3-40e0-aee0-c7a773d4a274","LanguageID":"a6a239a0-069c-464d-81da-5f8d6155e361"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.