POST api/Clima
Request Information
URI Parameters
None.
Body Parameters
Clima| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| datFecha | date |
None. |
|
| strFecha | string |
None. |
|
| intPrevision | integer |
None. |
|
| strPrevisionTexto | string |
None. |
|
| strActivo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"intId": 1,
"datFecha": "2025-12-06T05:26:59.7735532+01:00",
"strFecha": "sample string 3",
"intPrevision": 4,
"strPrevisionTexto": "sample string 5",
"strActivo": "sample string 6"
}
application/xml, text/xml
Sample:
<Clima xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestNotariaSql.Models"> <datFecha>2025-12-06T05:26:59.7735532+01:00</datFecha> <intId>1</intId> <intPrevision>4</intPrevision> <strActivo>sample string 6</strActivo> <strFecha>sample string 3</strFecha> <strPrevisionTexto>sample string 5</strPrevisionTexto> </Clima>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |