POST api/InsCuentasOcasionalesSP
Request Information
URI Parameters
None.
Body Parameters
CuentasOcasionalesRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroConexion | integer |
None. |
|
| Id | integer |
None. |
|
| Nombre | string |
None. |
|
| DocumentoNumero | string |
None. |
|
| Telefono | string |
None. |
|
| IdInstitucion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"numeroConexion": 1,
"Id": 2,
"Nombre": "sample string 3",
"DocumentoNumero": "sample string 4",
"Telefono": "sample string 5",
"IdInstitucion": 6
}
application/xml, text/xml
Sample:
<Clases.CuentasOcasionalesRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ws_svp2.Models.SVP_DB"> <DocumentoNumero>sample string 4</DocumentoNumero> <Id>2</Id> <IdInstitucion>6</IdInstitucion> <Nombre>sample string 3</Nombre> <Telefono>sample string 5</Telefono> <numeroConexion>1</numeroConexion> </Clases.CuentasOcasionalesRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |