POST api/ConstructImprintUrl

Request Information

URI Parameters

None.

Body Parameters

ConstructUrlRequest
NameDescriptionTypeAdditional information
ImprintUrlRequest

Collection of CountryLanguage

Required

Request Formats

application/json, text/json

Sample:
{
  "ImprintUrlRequest": [
    {
      "IsoCountry": "sample string 1",
      "IsoLanguage": [
        "sample string 1",
        "sample string 2"
      ]
    },
    {
      "IsoCountry": "sample string 1",
      "IsoLanguage": [
        "sample string 1",
        "sample string 2"
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<ConstructUrlRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/S2.EnterpriseService.Imprint.Controllers">
  <ImprintUrlRequest>
    <CountryLanguage>
      <IsoCountry>sample string 1</IsoCountry>
      <IsoLanguage xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </IsoLanguage>
    </CountryLanguage>
    <CountryLanguage>
      <IsoCountry>sample string 1</IsoCountry>
      <IsoLanguage xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </IsoLanguage>
    </CountryLanguage>
  </ImprintUrlRequest>
</ConstructUrlRequest>

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.