POST api/Inmobbague/Cotizacion/Clientes/nuevo?idUsuario={idUsuario}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idUsuario | integer |
Required |
Body Parameters
ClienteName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
cedula | string |
None. |
|
nombre | string |
None. |
|
direccion | string |
None. |
|
telefono | string |
None. |
|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "cedula": "sample string 2", "nombre": "sample string 3", "direccion": "sample string 4", "telefono": "sample string 5", "mail": "sample string 6" }
application/xml, text/xml
Sample:
<Cliente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DLLInmobbagueApi.Models"> <cedula>sample string 2</cedula> <direccion>sample string 4</direccion> <id>1</id> <mail>sample string 6</mail> <nombre>sample string 3</nombre> <telefono>sample string 5</telefono> </Cliente>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.