POST api/Tarefas/Reprogramar

Request Information

URI Parameters

None.

Body Parameters

ReprogramarTarefa
NameDescriptionTypeAdditional information
IdDaTarefa

integer

No documentation available

IdDoAprovador

integer

No documentation available

InicioPrevisto

date

No documentation available

FimPrevisto

date

No documentation available

Justificativa

string

No documentation available

Request Formats

application/json, text/json

Sample:
{
  "IdDaTarefa": 1,
  "IdDoAprovador": 2,
  "InicioPrevisto": "2026-05-13T06:39:27.3656596+00:00",
  "FimPrevisto": "2026-05-13T06:39:27.3656596+00:00",
  "Justificativa": "sample string 3"
}

application/xml, text/xml

Sample:
<ReprogramarTarefa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalSIM.Domain.Atividades.API">
  <FimPrevisto>2026-05-13T06:39:27.3656596+00:00</FimPrevisto>
  <IdDaTarefa>1</IdDaTarefa>
  <IdDoAprovador>2</IdDoAprovador>
  <InicioPrevisto>2026-05-13T06:39:27.3656596+00:00</InicioPrevisto>
  <Justificativa>sample string 3</Justificativa>
</ReprogramarTarefa>

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.