POST api/Tarefas/Reprogramar
Request Information
URI Parameters
None.
Body Parameters
ReprogramarTarefaName | Description | Type | Additional information |
---|---|---|---|
IdDaTarefa | integer |
Documentação não disponível |
|
IdDoAprovador | integer |
Documentação não disponível |
|
InicioPrevisto | date |
Documentação não disponível |
|
FimPrevisto | date |
Documentação não disponível |
|
Justificativa | string |
Documentação não disponível |
Request Formats
application/json, text/json
Sample:
{ "IdDaTarefa": 1, "IdDoAprovador": 2, "InicioPrevisto": "2025-09-13T10:13:25.2970544+00:00", "FimPrevisto": "2025-09-13T10:13:25.2970544+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>2025-09-13T10:13:25.2970544+00:00</FimPrevisto> <IdDaTarefa>1</IdDaTarefa> <IdDoAprovador>2</IdDoAprovador> <InicioPrevisto>2025-09-13T10:13:25.2970544+00:00</InicioPrevisto> <Justificativa>sample string 3</Justificativa> </ReprogramarTarefa>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.