POST api/HorseShowPro/GetHorseShowMessagePhoto?imageType={imageType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
imageType

string

Required

Body Parameters

HorseShowMessage
NameDescriptionTypeAdditional information
HorseShowMessageID

integer

None.

HorseShowID

integer

None.

SenderPersonID

integer

None.

PhotoID

integer

None.

SenderName

string

None.

SenderRole

string

None.

IsAdmin

boolean

None.

MessageText

string

None.

ImageUrl

string

None.

DateModified

date

None.

DateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "HorseShowMessageID": 1,
  "HorseShowID": 2,
  "SenderPersonID": 3,
  "PhotoID": 1,
  "SenderName": "sample string 4",
  "SenderRole": "sample string 5",
  "IsAdmin": true,
  "MessageText": "sample string 7",
  "ImageUrl": "sample string 8",
  "DateModified": "2026-08-04T13:52:57.8982869-07:00",
  "DateCreated": "2026-08-04T13:52:57.8982869-07:00"
}

application/xml, text/xml

Sample:
<HorseShowMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities">
  <DateCreated>2026-08-04T13:52:57.8982869-07:00</DateCreated>
  <DateModified>2026-08-04T13:52:57.8982869-07:00</DateModified>
  <HorseShowID>2</HorseShowID>
  <HorseShowMessageID>1</HorseShowMessageID>
  <ImageUrl>sample string 8</ImageUrl>
  <IsAdmin>true</IsAdmin>
  <MessageText>sample string 7</MessageText>
  <PhotoID>1</PhotoID>
  <SenderName>sample string 4</SenderName>
  <SenderPersonID>3</SenderPersonID>
  <SenderRole>sample string 5</SenderRole>
</HorseShowMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.