GET api/preview/GetPreviewImage

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

PreviewImageDto
NameDescriptionTypeAdditional information
Height

integer

None.

Width

integer

None.

Src

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Height": 1,
  "Width": 2,
  "Src": "sample string 3"
}

application/xml, text/xml

Sample:
<PreviewImageDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Moelven.Lagerbalk.Models.Dto">
  <Height>1</Height>
  <Src>sample string 3</Src>
  <Width>2</Width>
</PreviewImageDto>