POST Nivel/Alterar

Request Information

URI Parameters

None.

Body Parameters

NivelSasServiceCadastroAlterar
NameDescriptionTypeAdditional information
Nome

string

None.

ID

integer

None.

Situacao

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Nome": "sample string 1",
  "ID": 1,
  "Situacao": true
}

application/xml, text/xml

Sample:
<NivelSasServiceCadastroAlterar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/br.sebrae_na.sas.Model.ValueObject.SasService">
  <ID>1</ID>
  <Nome>sample string 1</Nome>
  <Situacao>true</Situacao>
</NivelSasServiceCadastroAlterar>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Nome":"sample string 1","ID":1,"Situacao":true}

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.