POST api/management/profiles/{profileId}/events/{eventId}/titles

Request Information

URI Parameters

NameDescriptionTypeAdditional information
profileId

globally unique identifier

Required

eventId

globally unique identifier

Required

Body Parameters

CommonLanguageValueRequest
NameDescriptionTypeAdditional information
Content

string

Required

LanguageCode

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Content": "sample string 1",
  "LanguageCode": "sample string 2"
}

application/xml, text/xml

Sample:
<CommonLanguageValueRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServices.Models">
  <Content>sample string 1</Content>
  <LanguageCode>sample string 2</LanguageCode>
</CommonLanguageValueRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.