POST v1/registro/Post/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

None.

Body Parameters

CartaChaveDto
NameDescriptionTypeAdditional information
Chave

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Chave": "sample string 1"
}

application/xml, text/xml

Sample:
<CartaChaveDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.DAL.Dtos">
  <Chave>sample string 1</Chave>
</CartaChaveDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
{"Chave":"sample string 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.