POST api/Document/ReceiverQuery
Request Information
URI Parameters
None.
Body Parameters
ReceptorName | Description | Type | Additional information |
---|---|---|---|
emisor_Id | integer |
None. |
|
receptorIdentificacionNumero | string |
None. |
|
receptorIdentificacionTipo | string |
None. |
|
receptorNombre | string |
None. |
|
receptorNombreComercial | string |
None. |
|
receptorProvincia | string |
None. |
|
receptorCanton | string |
None. |
|
receptorDistrito | string |
None. |
|
receptorBarrio | string |
None. |
|
receptorOtrasSenas | string |
None. |
|
receptorTelefonoCodigoPais | integer |
None. |
|
receptorTelefonoNumTelefono | integer |
None. |
|
receptorCorreoElectronico | string |
None. |
|
token | string |
None. |
|
message | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "emisor_Id": 1, "receptorIdentificacionNumero": "sample string 2", "receptorIdentificacionTipo": "sample string 3", "receptorNombre": "sample string 4", "receptorNombreComercial": "sample string 5", "receptorProvincia": "sample string 6", "receptorCanton": "sample string 7", "receptorDistrito": "sample string 8", "receptorBarrio": "sample string 9", "receptorOtrasSenas": "sample string 10", "receptorTelefonoCodigoPais": 11, "receptorTelefonoNumTelefono": 12, "receptorCorreoElectronico": "sample string 13", "token": "sample string 14", "message": "sample string 15" }
text/html
Sample:
{"emisor_Id":1,"receptorIdentificacionNumero":"sample string 2","receptorIdentificacionTipo":"sample string 3","receptorNombre":"sample string 4","receptorNombreComercial":"sample string 5","receptorProvincia":"sample string 6","receptorCanton":"sample string 7","receptorDistrito":"sample string 8","receptorBarrio":"sample string 9","receptorOtrasSenas":"sample string 10","receptorTelefonoCodigoPais":11,"receptorTelefonoNumTelefono":12,"receptorCorreoElectronico":"sample string 13","token":"sample string 14","message":"sample string 15"}
application/xml, text/xml
Sample:
<Receptor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bussines.TableClasses"> <emisor_Id>1</emisor_Id> <message>sample string 15</message> <receptorBarrio>sample string 9</receptorBarrio> <receptorCanton>sample string 7</receptorCanton> <receptorCorreoElectronico>sample string 13</receptorCorreoElectronico> <receptorDistrito>sample string 8</receptorDistrito> <receptorIdentificacionNumero>sample string 2</receptorIdentificacionNumero> <receptorIdentificacionTipo>sample string 3</receptorIdentificacionTipo> <receptorNombre>sample string 4</receptorNombre> <receptorNombreComercial>sample string 5</receptorNombreComercial> <receptorOtrasSenas>sample string 10</receptorOtrasSenas> <receptorProvincia>sample string 6</receptorProvincia> <receptorTelefonoCodigoPais>11</receptorTelefonoCodigoPais> <receptorTelefonoNumTelefono>12</receptorTelefonoNumTelefono> <token>sample string 14</token> </Receptor>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |