POST api/v1/AddPlanoRotulo

Request Information

URI Parameters

None.

Body Parameters

AddPlanoRotuloRequest
NameDescriptionTypeAdditional information
rotuloId

string

None.

planoId

string

Required

nome

string

Required

cor

string

Required

Matching regular expression pattern: ^#[0-9A-Fa-f]{6}$

Request Formats

application/json, text/json

Sample:
{
  "rotuloId": "sample string 1",
  "planoId": "sample string 2",
  "nome": "sample string 3",
  "cor": "sample string 4"
}

application/xml, text/xml

Sample:
<AddPlanoRotuloRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITS_ServiceDesk_Backend.Models">
  <Cor>sample string 4</Cor>
  <Nome>sample string 3</Nome>
  <PlanoID>sample string 2</PlanoID>
  <RotuloID>sample string 1</RotuloID>
</AddPlanoRotuloRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.