POST Api/Agendamento/postCancelaAgendamentoMV

Request Information

URI Parameters

None.

Body Parameters

CancelaAgendamentoMVEntrada
NameDescriptionTypeAdditional information
cdPaciente

string

None.

cdItemAgendaCentral

string

None.

Request Formats

application/json, text/json

Sample:
{
  "cdPaciente": "sample string 1",
  "cdItemAgendaCentral": "sample string 2"
}

application/xml, text/xml

Sample:
<CancelaAgendamentoMVEntrada xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UniCuiaba.UniBrasil.Modelo.Agendamento.MV">
  <cdItemAgendaCentral>sample string 2</cdItemAgendaCentral>
  <cdPaciente>sample string 1</cdPaciente>
</CancelaAgendamentoMVEntrada>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CancelaAgendamentoMVRetorno
NameDescriptionTypeAdditional information
sucesso

boolean

None.

pRetornoMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "sucesso": true,
  "pRetornoMsg": "sample string 2"
}

application/xml, text/xml

Sample:
<CancelaAgendamentoMVRetorno xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UniCuiaba.UniBrasil.Modelo.Agendamento.MV">
  <pRetornoMsg>sample string 2</pRetornoMsg>
  <sucesso>true</sucesso>
</CancelaAgendamentoMVRetorno>