POST api/Intercambio
Request Information
URI Parameters
None.
Body Parameters
Intercambio| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| datFechaRegistro | date |
None. |
|
| strDato | string |
None. |
|
| strLeido | string |
None. |
|
| datFechaLeido | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"intId": 1,
"datFechaRegistro": "2025-12-13T19:49:43.7753902+01:00",
"strDato": "sample string 3",
"strLeido": "sample string 4",
"datFechaLeido": "2025-12-13T19:49:43.7753902+01:00"
}
text/xml
Sample:
<Intercambio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestBridgeWA.Models"> <datFechaLeido>2025-12-13T19:49:43.7753902+01:00</datFechaLeido> <datFechaRegistro>2025-12-13T19:49:43.7753902+01:00</datFechaRegistro> <intId>1</intId> <strDato>sample string 3</strDato> <strLeido>sample string 4</strLeido> </Intercambio>
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. |