POST api/SalvarSenha

Request Information

URI Parameters

None.

Body Parameters

SalvarSenha
NameDescriptionTypeAdditional information
CLIENTE_ID

integer

None.

MOTORISTA

boolean

None.

SENHA

string

None.

Erro

boolean

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CLIENTE_ID": 1,
  "MOTORISTA": true,
  "SENHA": "sample string 3",
  "Erro": true,
  "Message": "sample string 5"
}

application/xml, text/xml

Sample:
<SalvarSenha xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Yourcode.Api.Models.DTO">
  <CLIENTE_ID>1</CLIENTE_ID>
  <Erro>true</Erro>
  <MOTORISTA>true</MOTORISTA>
  <Message>sample string 5</Message>
  <SENHA>sample string 3</SENHA>
</SalvarSenha>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.