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

AddAvailOnly

POST
/resorts.asmx
Add of Availability ONLY for a resort for the specified period

Request

Header Params

Body Params application/xml

Examples

Responses

🟢200AddAvailOnly response
application/xml
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/resorts.asmx' \
--header 'SOAPAction: http://tempuri.org/AddAvailOnly' \
--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:AddAvailOnly 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.260Z</tns:date>
      <tns:RoomType>string</tns:RoomType>
      <tns:Qty>100</tns:Qty>
    </tns:AddAvailOnly>
  </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:AddAvailOnlyResponse xmlns:tns="http://tempuri.org/"/>
  </soap:Body>
</soap:Envelope>
Previous
Availability
Next
AmdAvailOnly
Built with