POST Nivel/Inserir

Request Information

URI Parameters

None.

Body Parameters

NivelSasServiceCadastro
NameDescriptionTypeAdditional information
Nome

string

None.

Tempo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Nome": "sample string 1",
  "Tempo": 1
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Nome":"sample string 1","Tempo":1}

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.