POST Jugador/AddSync

Request Information

URI Parameters

None.

Body Parameters

AddSyncDelete
NameDescriptionTypeAdditional information
ID

integer

None.

Anuncio

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Anuncio": true
}

text/html

Sample:
{"ID":1,"Anuncio":true}

application/xml, text/xml

Sample:
<AddSyncDelete xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaratonPackages_WS.Models">
  <Anuncio>true</Anuncio>
  <ID>1</ID>
</AddSyncDelete>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Resul
NameDescriptionTypeAdditional information
ID

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "Message": "sample string 2"
}

text/html

Sample:
{"ID":"sample string 1","Message":"sample string 2"}

application/xml, text/xml

Sample:
<Resul xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MaratonPackages_WS.Models">
  <ID>sample string 1</ID>
  <Message>sample string 2</Message>
</Resul>