MIDAS API Addon MIDAS API: approve_request

Available in API 2.0+
Approves a booking request
Required ParametersPossible ValuesDescription
idBooking IDThe numeric ID of the booking request to be approved
Optional ParametersPossible ValuesDescription
silent1 | 0By default when a booking request is approved, the original requestor is sent an email notification informing them that their request has been approved. Setting "silent" to "1" will suppress the sending of this notification
Example Response
{
	"request_approved":"1"
}
Variables ReturnedDescription
request_approvedReturns "1" after a successful approval