GET API/AgendCntrManter/BuscarDataAgendamentoBooking?booking={booking}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
booking | string |
Required |
Body Parameters
None.
Response Information
Resource Description
WilsonSons.Terminais.WSNegocio.Negocio.Core.AgendCntr+ResultDataAgendamentoName | Description | Type | Additional information |
---|---|---|---|
Mensagem | string |
None. |
|
Sucesso | boolean |
None. |
|
DataAgendamentoBooking | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "Mensagem": "sample string 1", "Sucesso": true, "DataAgendamentoBooking": "2025-06-06T20:38:23.1406233-03:00" }
application/xml, text/xml
Sample:
<AgendCntr.ResultDataAgendamento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Negocio.Core"> <DataAgendamentoBooking>2025-06-06T20:38:23.1406233-03:00</DataAgendamentoBooking> <Mensagem>sample string 1</Mensagem> <Sucesso>true</Sucesso> </AgendCntr.ResultDataAgendamento>