POST api/adhesion/insertarSocio
Request Information
URI Parameters
None.
Body Parameters
Socio| Name | Description | Type | Additional information |
|---|---|---|---|
| numeroCuenta | string |
None. |
|
| nombre | string |
None. |
|
| apellido | string |
None. |
|
| string |
None. |
||
| fechaNacimiento | string |
None. |
|
| celular | string |
None. |
|
| sexo | character |
None. |
|
| tipoDocumento | string |
None. |
|
| documento | string |
None. |
|
| password | string |
None. |
|
| idSucursal | integer |
None. |
|
| tipoDocumentoCuentaPadre | string |
None. |
|
| documentoCuentaPadre | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"numeroCuenta": "sample string 1",
"nombre": "sample string 2",
"apellido": "sample string 3",
"email": "sample string 4",
"fechaNacimiento": "sample string 5",
"celular": "sample string 6",
"sexo": "A",
"tipoDocumento": "sample string 8",
"documento": "sample string 9",
"password": "sample string 10",
"idSucursal": 11,
"tipoDocumentoCuentaPadre": "sample string 12",
"documentoCuentaPadre": "sample string 13"
}
application/xml, text/xml
Sample:
<Socio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DtoFidelitas.Dominio"> <apellido>sample string 3</apellido> <celular>sample string 6</celular> <documento>sample string 9</documento> <documentoCuentaPadre>sample string 13</documentoCuentaPadre> <email>sample string 4</email> <fechaNacimiento>sample string 5</fechaNacimiento> <idSucursal>11</idSucursal> <nombre>sample string 2</nombre> <numeroCuenta>sample string 1</numeroCuenta> <password>sample string 10</password> <sexo>65</sexo> <tipoDocumento>sample string 8</tipoDocumento> <tipoDocumentoCuentaPadre>sample string 12</tipoDocumentoCuentaPadre> </Socio>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfResponseInsertarSocio| Name | Description | Type | Additional information |
|---|---|---|---|
| value | ResponseInsertarSocio |
None. |
|
| message | string |
None. |
|
| string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.