POST Totem/cadastrarClienteUnidade
Request Information
URI Parameters
None.
Body Parameters
ClienteUnidadeParam| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| totenId | integer |
None. |
|
| nome | string |
None. |
|
| cpf | string |
None. |
|
| senha | string |
None. |
|
| confirmaSenha | string |
None. |
|
| telefoneId | integer |
None. |
|
| ddd | string |
None. |
|
| telefone | string |
None. |
|
| Rg | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"totenId": 2,
"nome": "sample string 3",
"cpf": "sample string 4",
"senha": "sample string 5",
"confirmaSenha": "sample string 6",
"telefoneId": 7,
"ddd": "sample string 8",
"telefone": "sample string 9",
"Rg": "sample string 10"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}