POST api/v1/AprovarReembolso
Request Information
URI Parameters
None.
Body Parameters
AprovarReembolsoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| reembolsoId | string |
Required |
|
| previsaoPagamento | date |
Required |
|
| usuarioId | string |
Required |
|
| notificacoes | Collection of ReembolsoNotificacaoItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"reembolsoId": "sample string 1",
"previsaoPagamento": "2026-08-24T09:04:49.1115986-03:00",
"usuarioId": "sample string 3",
"notificacoes": [
{
"nome": "sample string 1",
"email": "sample string 2",
"assunto": "sample string 3",
"corpoHtml": "sample string 4"
},
{
"nome": "sample string 1",
"email": "sample string 2",
"assunto": "sample string 3",
"corpoHtml": "sample string 4"
}
]
}
application/xml, text/xml
Sample:
<AprovarReembolsoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ITS_ServiceDesk_Backend.Models">
<Notificacoes>
<ReembolsoNotificacaoItem>
<Assunto>sample string 3</Assunto>
<CorpoHtml>sample string 4</CorpoHtml>
<Email>sample string 2</Email>
<Nome>sample string 1</Nome>
</ReembolsoNotificacaoItem>
<ReembolsoNotificacaoItem>
<Assunto>sample string 3</Assunto>
<CorpoHtml>sample string 4</CorpoHtml>
<Email>sample string 2</Email>
<Nome>sample string 1</Nome>
</ReembolsoNotificacaoItem>
</Notificacoes>
<PrevisaoPagamento>2026-08-24T09:04:49.1115986-03:00</PrevisaoPagamento>
<ReembolsoID>sample string 1</ReembolsoID>
<UsuarioID>sample string 3</UsuarioID>
</AprovarReembolsoRequest>
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.