POST api/restaurants/registro-cliente
Request Information
URI Parameters
None.
Body Parameters
RegistroClienteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| telefono | string |
None. |
|
| password | string |
None. |
|
| nombre | string |
None. |
|
| apellido | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"telefono": "sample string 2",
"password": "sample string 3",
"nombre": "sample string 4",
"apellido": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.