POST v1/notificacao/andamento

Request Information

URI Parameters

None.

Body Parameters

AndamentoDto
NameDescriptionTypeAdditional information
Descricao

string

None.

NotificadoId

integer

None.

UserId

string

None.

TodosNotificados

boolean

None.

OutrosNotificados

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Descricao": "sample string 1",
  "NotificadoId": 2,
  "UserId": "sample string 3",
  "TodosNotificados": true,
  "OutrosNotificados": "sample string 5"
}

application/xml, text/xml

Sample:
<AndamentoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.DAL.Dtos">
  <Descricao>sample string 1</Descricao>
  <NotificadoId>2</NotificadoId>
  <OutrosNotificados>sample string 5</OutrosNotificados>
  <TodosNotificados>true</TodosNotificados>
  <UserId>sample string 3</UserId>
</AndamentoDto>

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.