POST api/outbund/hada
Request Information
URI Parameters
None.
Body Parameters
HadaRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| tipoIdentificacion | string |
None. |
|
| numeroIdentificacion | string |
None. |
|
| codIPS | integer |
None. |
|
| destinatario | string |
None. |
|
| menu | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"tipoIdentificacion": "sample string 1",
"numeroIdentificacion": "sample string 2",
"codIPS": 3,
"destinatario": "sample string 4",
"menu": "sample string 5"
}
application/xml, text/xml
Sample:
<HadaRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ingeneo.Chattigo.WebAPI.Controllers"> <codIPS>3</codIPS> <destinatario>sample string 4</destinatario> <menu>sample string 5</menu> <numeroIdentificacion>sample string 2</numeroIdentificacion> <tipoIdentificacion>sample string 1</tipoIdentificacion> </HadaRequest>
application/x-www-form-urlencoded
Sample:
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. |