postReservationAsk AIpost https://api.cloudbeds.com/api/v1.3/postReservationAdds a reservation to the selected propertyForm DatapropertyIDstring | nullProperty IDsourceIDstring | nullThe third-party source ID for this reservation.thirdPartyIdentifierstring | nullIf it was received from a booking channel, this can be an identifier from that channel.startDatedateCheck-In date.endDatedateCheck-Out date.guestFirstNamestringFirst name of the guestguestLastNamestringLast name of the guestguestGenderstring | nullenumMFN/AAllowed:MFN/AguestCountrystringValid ISO-Code for Country (2 characters)guestZipstringZIP CodeguestEmailstringGuest emailguestPhonestring | nullGuest main phone numberguestRequirementsarray of objects | nullObject with guest requirements information.guestRequirementsADD objectestimatedArrivalTimestring | nullEstimated Arrival Time, 24-hour format.roomsarray of objectsArray with quantity of roomsroomsADD objectadultsarray of objectsArray with number of adultsadultsADD objectchildrenarray of objectsArray with number of childrenchildrenADD objectpaymentMethodstringenumPayment Method of choice.cashcreditebankingpay_palAllowed:cashcreditebankingpay_palcardTokenstring | nullCredit Card identifier. Payment Method must be credit. This field should be filled with credit card identifier according to gateway. Only available for Stripe and should send the Customer ID.paymentAuthorizationCodestring | nullTransaction identifier. Payment Method must be credit. This field should be filled with transaction identifier according to gateway. Only available for Stripe and it should be filled with Charge ID associated to the Payment Intent.customFieldsarray of objects | nullArray with custom fields informationcustomFieldsADD objectpromoCodestring | nullPromotional code. Required for specials and packages that uses it. "rateID" parameter required for using "promoCode".allotmentBlockCodestring | nullAllotment block code to add reservation to allotment block.groupCodestring | nullCode from the Aggregate Allotment block the reservation will be added to.dateCreateddate-time | nullDate reservation was made. Defaults to current date if omitted.sendEmailConfirmationboolean | nullDefaults to trueSend confirmation email to guest.truefalseResponse 200200 ResponseUpdated 7 months ago