POST api/Alerta/PostAlerta
Request Information
URI Parameters
None.
Body Parameters
AlertaPropietario| Name | Description | Type | Additional information |
|---|---|---|---|
| A_ID | integer |
None. |
|
| A_IDLIBRO | string |
None. |
|
| A_VOLUMEN | integer |
None. |
|
| A_LIBRO | integer |
None. |
|
| A_INSC | integer |
None. |
|
| A_EMAIL | string |
None. |
|
| A_CELULAR | string |
None. |
|
| A_RFC | string |
None. |
|
| A_NOMBRES | string |
None. |
|
| A_APELLIDO_P | string |
None. |
|
| A_APELLIDO_M | string |
None. |
|
| A_EMAIL2 | string |
None. |
|
| A_FECHA_ALTA | date |
None. |
|
| A_FECHA_INICIO | date |
None. |
|
| A_FECHA_FIN | date |
None. |
|
| A_EMPRESA | string |
None. |
|
| A_CURP | string |
None. |
|
| A_REFERENCIA | string |
None. |
|
| A_MUNICIPIO | string |
None. |
|
| A_EXP_CAT | string |
None. |
|
| A_NOTAS | string |
None. |
|
| A_FECHA_INSC | date |
None. |
|
| nombreUsuario | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"A_ID": 1,
"A_IDLIBRO": "sample string 2",
"A_VOLUMEN": 3,
"A_LIBRO": 4,
"A_INSC": 5,
"A_EMAIL": "sample string 6",
"A_CELULAR": "sample string 7",
"A_RFC": "sample string 8",
"A_NOMBRES": "sample string 9",
"A_APELLIDO_P": "sample string 10",
"A_APELLIDO_M": "sample string 11",
"A_EMAIL2": "sample string 12",
"A_FECHA_ALTA": "2025-12-05T22:12:15.1534824-06:00",
"A_FECHA_INICIO": "2025-12-05T22:12:15.1534824-06:00",
"A_FECHA_FIN": "2025-12-05T22:12:15.1534824-06:00",
"A_EMPRESA": "sample string 16",
"A_CURP": "sample string 17",
"A_REFERENCIA": "sample string 18",
"A_MUNICIPIO": "sample string 19",
"A_EXP_CAT": "sample string 20",
"A_NOTAS": "sample string 21",
"A_FECHA_INSC": "2025-12-05T22:12:15.1534824-06:00",
"nombreUsuario": "sample string 23"
}
application/xml, text/xml
Sample:
<AlertaPropietario xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Alerta_Inmobiliaria.Models"> <A_APELLIDO_M>sample string 11</A_APELLIDO_M> <A_APELLIDO_P>sample string 10</A_APELLIDO_P> <A_CELULAR>sample string 7</A_CELULAR> <A_CURP>sample string 17</A_CURP> <A_EMAIL>sample string 6</A_EMAIL> <A_EMAIL2>sample string 12</A_EMAIL2> <A_EMPRESA>sample string 16</A_EMPRESA> <A_EXP_CAT>sample string 20</A_EXP_CAT> <A_FECHA_ALTA>2025-12-05T22:12:15.1534824-06:00</A_FECHA_ALTA> <A_FECHA_FIN>2025-12-05T22:12:15.1534824-06:00</A_FECHA_FIN> <A_FECHA_INICIO>2025-12-05T22:12:15.1534824-06:00</A_FECHA_INICIO> <A_FECHA_INSC>2025-12-05T22:12:15.1534824-06:00</A_FECHA_INSC> <A_ID>1</A_ID> <A_IDLIBRO>sample string 2</A_IDLIBRO> <A_INSC>5</A_INSC> <A_LIBRO>4</A_LIBRO> <A_MUNICIPIO>sample string 19</A_MUNICIPIO> <A_NOMBRES>sample string 9</A_NOMBRES> <A_NOTAS>sample string 21</A_NOTAS> <A_REFERENCIA>sample string 18</A_REFERENCIA> <A_RFC>sample string 8</A_RFC> <A_VOLUMEN>3</A_VOLUMEN> <nombreUsuario>sample string 23</nombreUsuario> </AlertaPropietario>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.