POST api/Account/AtualizarClienteSteps
Atualizar clienteSteps do usuário
Request Information
URI Parameters
None.
Body Parameters
RemoteAtualizarClienteSteps| Name | Description | Type | Additional information |
|---|---|---|---|
| userName |
Nome do usuario no sistema |
string |
None. |
| funcionarioId |
Id do Funcionario |
integer |
None. |
| clienteStepsId |
Id do novo ClienteSteps |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"userName": "sample string 1",
"funcionarioId": 2,
"clienteStepsId": 3
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
object
booleanResponse Formats
application/json, text/json
Sample:
true