POST api/AlertaInmobiliaria/Insert_Bitacora_Mov
Request Information
URI Parameters
None.
Body Parameters
AlertaInmBuscaName | Description | Type | Additional information |
---|---|---|---|
A_EMAIL | string |
None. |
|
A_CELULAR | string |
None. |
|
A_NOMBRES | string |
None. |
|
A_APELLIDO_P | string |
None. |
|
A_APELLIDO_M | string |
None. |
|
MUNICIPIO | string |
None. |
|
TIPOLIBRO | string |
None. |
|
VOLUMEN | string |
None. |
|
LIBRO | string |
None. |
|
INSCRIPCION | string |
None. |
|
IDLIBRO | string |
None. |
|
FECHA_SOLICITUD | string |
None. |
|
SECUENCIA | string |
None. |
|
A_ID | string |
None. |
|
BOLETA | string |
None. |
|
SOLICI | string |
None. |
|
OTORGA | string |
None. |
|
DESCRI | string |
None. |
|
A_EMAIL2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "A_EMAIL": "sample string 1", "A_CELULAR": "sample string 2", "A_NOMBRES": "sample string 3", "A_APELLIDO_P": "sample string 4", "A_APELLIDO_M": "sample string 5", "MUNICIPIO": "sample string 6", "TIPOLIBRO": "sample string 7", "VOLUMEN": "sample string 8", "LIBRO": "sample string 9", "INSCRIPCION": "sample string 10", "IDLIBRO": "sample string 11", "FECHA_SOLICITUD": "sample string 12", "SECUENCIA": "sample string 13", "A_ID": "sample string 14", "BOLETA": "sample string 15", "SOLICI": "sample string 16", "OTORGA": "sample string 17", "DESCRI": "sample string 18", "A_EMAIL2": "sample string 19" }
application/xml, text/xml
Sample:
<AlertaInmBusca xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSMotorAlertaCatastral.Models"> <A_APELLIDO_M>sample string 5</A_APELLIDO_M> <A_APELLIDO_P>sample string 4</A_APELLIDO_P> <A_CELULAR>sample string 2</A_CELULAR> <A_EMAIL>sample string 1</A_EMAIL> <A_EMAIL2>sample string 19</A_EMAIL2> <A_ID>sample string 14</A_ID> <A_NOMBRES>sample string 3</A_NOMBRES> <BOLETA>sample string 15</BOLETA> <DESCRI>sample string 18</DESCRI> <FECHA_SOLICITUD>sample string 12</FECHA_SOLICITUD> <IDLIBRO>sample string 11</IDLIBRO> <INSCRIPCION>sample string 10</INSCRIPCION> <LIBRO>sample string 9</LIBRO> <MUNICIPIO>sample string 6</MUNICIPIO> <OTORGA>sample string 17</OTORGA> <SECUENCIA>sample string 13</SECUENCIA> <SOLICI>sample string 16</SOLICI> <TIPOLIBRO>sample string 7</TIPOLIBRO> <VOLUMEN>sample string 8</VOLUMEN> </AlertaInmBusca>
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.