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

GetAuthCredentials

POST
/resorts.asmx
Get Login Credentials

Request

Header Params

Body Params application/xml

Examples

Responses

🟢200GetAuthCredentials response
application/xml
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/resorts.asmx' \
--header 'SOAPAction: http://tempuri.org/GetAuthCredentials' \
--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:GetAuthCredentials xmlns:tns="http://tempuri.org/">
      <tns:Username>string</tns:Username>
      <tns:Password>string</tns:Password>
    </tns:GetAuthCredentials>
  </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:GetAuthCredentialsResponse xmlns:tns="http://tempuri.org/">
      <tns:GetAuthCredentialsResult>
        <tns:s:schema/>
      </tns:GetAuthCredentialsResult>
    </tns:GetAuthCredentialsResponse>
  </soap:Body>
</soap:Envelope>
Next
GetAvailability
Built with