POST api/v2/CrearCuenta
Request Information
URI Parameters
None.
Body Parameters
TB_Cuenta| Name | Description | Type | Additional information |
|---|---|---|---|
| nickname | string |
None. |
|
| numTelefono | string |
None. |
|
| password | string |
None. |
|
| Firma | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nickname": "sample string 1",
"numTelefono": "sample string 2",
"password": "sample string 3",
"Firma": "sample string 4"
}
application/xml, text/xml
Sample:
<TB_Cuenta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <Firma>sample string 4</Firma> <nickname>sample string 1</nickname> <numTelefono>sample string 2</numTelefono> <password>sample string 3</password> </TB_Cuenta>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuperAPPpruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>