TABLE OF CONTENTS

Introduction

The Supplier API is designed to provide structured information about properties, including their names, descriptions, and related attributes. This API supports multiple languages and follows a structured response format for seamless integration with external systems.


API Overview

  1. Property API

    • GET Property

    • GET Property Content with {propertyCode}

    • POST Property Content

  2. Guestroom API

    • GET Guestroom

    • GET Guestroom Content with {guestRoomCode}

    • POST Guestroom Content

  3. Rateplan API

    • GET Rateplan 

    • GET Rateplan Content with {ratePlanCode}

    • POST Rateplan Content

Tips:
You can download DerbySoft Supplier Content API v1.0 swagger from the attachment below.


Authentication

  1. Credentials Issuance: Derbysoft will provide clients with a username and password.
  2. Basic Authentication: Clients must use these credentials to authenticate API requests via Basic Authentication.
  3. Request Header: The credentials should be included in the HTTP request header using the Authorization field.