Pacificbedbank Resorts API
  1. ResortServiceSoap
Pacificbedbank Resorts API
  • ResortServiceSoap
    • GetAuthCredentials
      POST
    • GetAvailability
      POST
    • GetBookings
      POST
    • GetCancellations
      POST
    • GetAmendedBookings
      POST
    • AddAvailability
      POST
    • AmendAvailability
      POST
    • AddMulAvail
      POST
    • AmdMultipleAvail
      POST
    • AvailabilityOnly
      POST
    • Availability
      POST
    • AddAvailOnly
      POST
    • AmdAvailOnly
      POST
    • MultipleAvail
      POST
    • AddAvailPriceOnly
      POST
    • AmdAvailPriceOnly
      POST
    • AvailPriceOnly
      POST
  1. ResortServiceSoap

AddMulAvail

POST
/resorts.asmx
Add Multiple Availability for the resort

Request

Header Params

Body Params application/xml

Examples

Responses

🟢200AddMulAvail response
application/xml
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/resorts.asmx' \
--header 'SOAPAction: http://tempuri.org/AddMulAvail' \
--header 'Content-Type: text/xml; charset=utf-8' \
--data-raw '<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <tns:AddMulAvail xmlns:tns="http://tempuri.org/">
      <tns:Username>string</tns:Username>
      <tns:Password>string</tns:Password>
      <tns:ResortID>100</tns:ResortID>
      <tns:date>2025-04-04T00:57:55.259Z</tns:date>
      <tns:RoomType>string</tns:RoomType>
      <tns:Qty>100</tns:Qty>
      <tns:CurPrice>77</tns:CurPrice>
    </tns:AddMulAvail>
  </soap:Body>
</soap:Envelope>'
Response Response Example
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <tns:AddMulAvailResponse xmlns:tns="http://tempuri.org/"/>
  </soap:Body>
</soap:Envelope>
Previous
AmendAvailability
Next
AmdMultipleAvail
Built with