POST api/Servicio?strCookie={strCookie}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| strCookie | string |
Required |
Body Parameters
Servicio| Name | Description | Type | Additional information |
|---|---|---|---|
| intId | integer |
None. |
|
| datFechaRegistro | date |
None. |
|
| intProductoId | integer |
None. |
|
| strProductoNombre | string |
None. |
|
| strDatos | string |
None. |
|
| strDescargado | string |
None. |
|
| intMesaId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"intId": 1,
"datFechaRegistro": "2025-12-13T20:02:44.6892549+01:00",
"intProductoId": 3,
"strProductoNombre": "sample string 4",
"strDatos": "sample string 5",
"strDescargado": "sample string 6",
"intMesaId": 7
}
application/xml, text/xml
Sample:
<Servicio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestTpvWA.Models"> <datFechaRegistro>2025-12-13T20:02:44.6892549+01:00</datFechaRegistro> <intId>1</intId> <intMesaId>7</intMesaId> <intProductoId>3</intProductoId> <strDatos>sample string 5</strDatos> <strDescargado>sample string 6</strDescargado> <strProductoNombre>sample string 4</strProductoNombre> </Servicio>
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. |