POST api/Servicio/RegistroServicio/Insert
Request Information
URI Parameters
None.
Body Parameters
RegistroServicio| Name | Description | Type | Additional information |
|---|---|---|---|
| IDRegistroServicio | integer |
None. |
|
| IDRegistro | integer |
None. |
|
| IDServicio | integer |
None. |
|
| IDEvento | integer |
None. |
|
| IDTipoServicio | integer |
None. |
|
| Fecha | date |
None. |
|
| FechaRegistro | date |
None. |
|
| IDAccount | integer |
None. |
|
| Monto | decimal number |
None. |
|
| IDFormaPago | integer |
None. |
|
| DocumentoHTML | string |
None. |
|
| DataBinary | Collection of byte |
None. |
|
| Estatus | integer |
None. |
|
| GuidCode | string |
None. |
|
| servicio | Servicio |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDRegistroServicio": 1,
"IDRegistro": 2,
"IDServicio": 3,
"IDEvento": 4,
"IDTipoServicio": 5,
"Fecha": "2025-12-11T09:30:03.8247503-08:00",
"FechaRegistro": "2025-12-11T09:30:03.8247503-08:00",
"IDAccount": 1,
"Monto": 8.1,
"IDFormaPago": 9,
"DocumentoHTML": "sample string 10",
"DataBinary": "QEA=",
"Estatus": 11,
"GuidCode": "sample string 12",
"servicio": {
"IDServicio": 1,
"NombreServicio": "sample string 2",
"DescripcionServicio": "sample string 3",
"IDTipoServicio": 4,
"Costo": 5.1,
"Tiempo": "sample string 6",
"Firma": "sample string 7",
"IDAccount": 8,
"FechaRegistro": "2025-12-11T09:30:03.8247503-08:00",
"PlantillaData": "sample string 10",
"PlantillaHTML": "sample string 11",
"servicioDataPlantillas": [
{
"IDServicio": 1,
"IDServicioDataPlantilla": 2,
"TagName": "sample string 3",
"TagDescription": "sample string 4",
"TagOrder": 5
},
{
"IDServicio": 1,
"IDServicioDataPlantilla": 2,
"TagName": "sample string 3",
"TagDescription": "sample string 4",
"TagOrder": 5
}
],
"servicioFormaPagos": [
{
"IDServicioFormaPago": 1,
"IDServicio": 2,
"IDFormaPago": 3,
"DescripcionFormaPago": "sample string 4",
"Mensaje": "sample string 5"
},
{
"IDServicioFormaPago": 1,
"IDServicio": 2,
"IDFormaPago": 3,
"DescripcionFormaPago": "sample string 4",
"Mensaje": "sample string 5"
}
]
}
}
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. |