POST api/Alerta/PostMailAlta
Request Information
URI Parameters
None.
Body Parameters
AlertaPropietarioName | Description | Type | Additional information |
---|---|---|---|
A_ID | integer |
None. |
|
IDLIBRO | string |
None. |
|
VOLUMEN | integer |
None. |
|
LIBRO | integer |
None. |
|
INSC | integer |
None. |
|
CLAVECAT | string |
None. |
|
string |
None. |
||
MAIL2 | string |
None. |
|
TEL | string |
None. |
|
TEL2 | string |
None. |
|
CURP | string |
None. |
|
RFC | string |
None. |
|
NOMBRES | string |
None. |
|
APATERNO | string |
None. |
|
AMATERNO | string |
None. |
|
FECHA_ALTA | date |
None. |
|
FECHA_FIN | date |
None. |
|
EMPRESA | string |
None. |
|
NOTAS | string |
None. |
|
REFERENCIA | string |
None. |
|
MUNICIPIO | string |
None. |
|
tipotramite | string |
None. |
|
foliotramite | string |
None. |
|
fechacreado | string |
None. |
|
USER | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "A_ID": 1, "IDLIBRO": "sample string 2", "VOLUMEN": 3, "LIBRO": 4, "INSC": 5, "CLAVECAT": "sample string 6", "MAIL": "sample string 7", "MAIL2": "sample string 8", "TEL": "sample string 9", "TEL2": "sample string 10", "CURP": "sample string 11", "RFC": "sample string 12", "NOMBRES": "sample string 13", "APATERNO": "sample string 14", "AMATERNO": "sample string 15", "FECHA_ALTA": "2025-04-25T13:37:06.8224732-06:00", "FECHA_FIN": "2025-04-25T13:37:06.8224732-06:00", "EMPRESA": "sample string 18", "NOTAS": "sample string 19", "REFERENCIA": "sample string 20", "MUNICIPIO": "sample string 21", "tipotramite": "sample string 22", "foliotramite": "sample string 23", "fechacreado": "sample string 24", "USER": "sample string 25" }
application/xml, text/xml
Sample:
<AlertaPropietario xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSAlertaCatastral.Models"> <AMATERNO>sample string 15</AMATERNO> <APATERNO>sample string 14</APATERNO> <A_ID>1</A_ID> <CLAVECAT>sample string 6</CLAVECAT> <CURP>sample string 11</CURP> <EMPRESA>sample string 18</EMPRESA> <FECHA_ALTA>2025-04-25T13:37:06.8224732-06:00</FECHA_ALTA> <FECHA_FIN>2025-04-25T13:37:06.8224732-06:00</FECHA_FIN> <IDLIBRO>sample string 2</IDLIBRO> <INSC>5</INSC> <LIBRO>4</LIBRO> <MAIL>sample string 7</MAIL> <MAIL2>sample string 8</MAIL2> <MUNICIPIO>sample string 21</MUNICIPIO> <NOMBRES>sample string 13</NOMBRES> <NOTAS>sample string 19</NOTAS> <REFERENCIA>sample string 20</REFERENCIA> <RFC>sample string 12</RFC> <TEL>sample string 9</TEL> <TEL2>sample string 10</TEL2> <USER>sample string 25</USER> <VOLUMEN>3</VOLUMEN> <fechacreado>sample string 24</fechacreado> <foliotramite>sample string 23</foliotramite> <tipotramite>sample string 22</tipotramite> </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.