POST api/sp_v_competitionView_Result

Request Information

URI Parameters

None.

Body Parameters

sp_v_competitionView_Result
NameDescriptionTypeAdditional information
id

integer

None.

memeId

integer

None.

competitionId

integer

None.

entryTStamp

date

None.

memeTitle

string

None.

img

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "memeId": 1,
  "competitionId": 1,
  "entryTStamp": "2025-12-18T07:21:52.0535382+02:00",
  "memeTitle": "sample string 2",
  "img": "QEA="
}

application/xml, text/xml

Sample:
<sp_v_competitionView_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/waytoodankapi.Models">
  <competitionId>1</competitionId>
  <entryTStamp>2025-12-18T07:21:52.0535382+02:00</entryTStamp>
  <id>1</id>
  <img>QEA=</img>
  <memeId>1</memeId>
  <memeTitle>sample string 2</memeTitle>
</sp_v_competitionView_Result>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

sp_v_competitionView_Result
NameDescriptionTypeAdditional information
id

integer

None.

memeId

integer

None.

competitionId

integer

None.

entryTStamp

date

None.

memeTitle

string

None.

img

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "memeId": 1,
  "competitionId": 1,
  "entryTStamp": "2025-12-18T07:21:52.0565397+02:00",
  "memeTitle": "sample string 2",
  "img": "QEA="
}

application/xml, text/xml

Sample:
<sp_v_competitionView_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/waytoodankapi.Models">
  <competitionId>1</competitionId>
  <entryTStamp>2025-12-18T07:21:52.0565397+02:00</entryTStamp>
  <id>1</id>
  <img>QEA=</img>
  <memeId>1</memeId>
  <memeTitle>sample string 2</memeTitle>
</sp_v_competitionView_Result>