POST api/v_competitionLastMemes

Request Information

URI Parameters

None.

Body Parameters

v_competitionLastMemes
NameDescriptionTypeAdditional information
id

integer

None.

memeId

integer

None.

img

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "memeId": 1,
  "img": "QEA="
}

application/xml, text/xml

Sample:
<v_competitionLastMemes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/waytoodankapi.Models">
  <id>1</id>
  <img>QEA=</img>
  <memeId>1</memeId>
</v_competitionLastMemes>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

v_competitionLastMemes
NameDescriptionTypeAdditional information
id

integer

None.

memeId

integer

None.

img

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "memeId": 1,
  "img": "QEA="
}

application/xml, text/xml

Sample:
<v_competitionLastMemes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/waytoodankapi.Models">
  <id>1</id>
  <img>QEA=</img>
  <memeId>1</memeId>
</v_competitionLastMemes>