POST api/CompletaRegistro
Request Information
URI Parameters
None.
Body Parameters
ParamCompletaRegistroName | Description | Type | Additional information |
---|---|---|---|
Nombre | string |
None. |
|
TipoId | string |
None. |
|
Identificacion | string |
None. |
|
Telefono | string |
None. |
|
Correo | string |
None. |
|
LugarTrabajo | string |
None. |
|
FotoIdFrontal | string |
None. |
|
FotoIdPosterior | string |
None. |
|
Productos | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Nombre": "sample string 1", "TipoId": "sample string 2", "Identificacion": "sample string 3", "Telefono": "sample string 4", "Correo": "sample string 5", "LugarTrabajo": "sample string 6", "FotoIdFrontal": "sample string 7", "FotoIdPosterior": "sample string 8", "Productos": "sample string 9" }
application/xml, text/xml
Sample:
<ParamCompletaRegistro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub_API.Models.Request"> <Correo>sample string 5</Correo> <FotoIdFrontal>sample string 7</FotoIdFrontal> <FotoIdPosterior>sample string 8</FotoIdPosterior> <Identificacion>sample string 3</Identificacion> <LugarTrabajo>sample string 6</LugarTrabajo> <Nombre>sample string 1</Nombre> <Productos>sample string 9</Productos> <Telefono>sample string 4</Telefono> <TipoId>sample string 2</TipoId> </ParamCompletaRegistro>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResponseName | Description | Type | Additional information |
---|---|---|---|
Data | Object |
None. |
|
IsSuccess | boolean |
None. |
|
UserMessage | string |
None. |
|
TechMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": {}, "IsSuccess": true, "UserMessage": "sample string 3", "TechMessage": "sample string 4" }
application/xml, text/xml
Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hub_API.Models.Response"> <Data /> <IsSuccess>true</IsSuccess> <TechMessage>sample string 4</TechMessage> <UserMessage>sample string 3</UserMessage> </BaseResponse>