POST api/TemporadasAPI/SaveTemporada
Documentation for 'SaveTemporada'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Model | Documentation for 'Model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID": 1,
"Nombre": "sample string 2",
"Link": "sample string 3",
"Activa": true
}
application/xml, text/xml
Sample:
<TemporadasFenixAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AmericaBB.Web.Models"> <Activa>true</Activa> <ID>1</ID> <Link>sample string 3</Link> <Nombre>sample string 2</Nombre> </TemporadasFenixAPI>
application/x-www-form-urlencoded
Sample:
Sample not available.