GET API/AgendCntrConsulta/ReenviarEmailBat/{agendId}
Reenvia email de bat eletronica
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
agendId |
Id do agendamento. |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
WilsonSons.Terminais.WSNegocio.Negocio.Core.AgendCntr+ResultBatName | Description | Type | Additional information |
---|---|---|---|
Sucesso | boolean |
None. |
|
Mensagem | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Sucesso": true, "Mensagem": "sample string 2" }
application/xml, text/xml
Sample:
<AgendCntr.ResultBat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Negocio.Core"> <Mensagem>sample string 2</Mensagem> <Sucesso>true</Sucesso> </AgendCntr.ResultBat>