POST api/Banner

Request Information

URI Parameters

None.

Body Parameters

UserData
NameDescriptionTypeAdditional information
Values

Collection of Value

None.

PrefixFilename

string

None.

UriConfig

URI

None.

DateiConfig

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Values": null,
  "PrefixFilename": "sample string 1",
  "UriConfig": "http://webapihelppage2.com",
  "DateiConfig": "sample string 3"
}

application/xml, text/xml

Sample:
<UserData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MCH.ImageGenerator.Banner.Data">
  <DateiConfig>sample string 3</DateiConfig>
  <PrefixFilename>sample string 1</PrefixFilename>
  <UriConfig>http://webapihelppage2.com/</UriConfig>
  <Values i:nil="true" />
</UserData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of OutImageAttribute
NameDescriptionTypeAdditional information
ImageNumber

integer

None.

ImageType

string

None.

ImageGuid

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ImageNumber": 1,
    "ImageType": "sample string 2",
    "ImageGuid": "b467cf17-be14-4f45-908f-754a3878ef83"
  },
  {
    "ImageNumber": 1,
    "ImageType": "sample string 2",
    "ImageGuid": "b467cf17-be14-4f45-908f-754a3878ef83"
  }
]

application/xml, text/xml

Sample:
<ArrayOfOutImageAttribute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MCH.ImageGenerator.Banner.Data">
  <OutImageAttribute>
    <ImageGuid>b467cf17-be14-4f45-908f-754a3878ef83</ImageGuid>
    <ImageNumber>1</ImageNumber>
    <ImageType>sample string 2</ImageType>
  </OutImageAttribute>
  <OutImageAttribute>
    <ImageGuid>b467cf17-be14-4f45-908f-754a3878ef83</ImageGuid>
    <ImageNumber>1</ImageNumber>
    <ImageType>sample string 2</ImageType>
  </OutImageAttribute>
</ArrayOfOutImageAttribute>