Get all accommodation kinds

Sections

Maxxton External API

The document comprises RESTful web services which refers to the methods (GET, POST, PUT, DELETE), endpoints of the APIs, required fields and explains what services consumes and produces. It also tells what data is to be sent in request body and what will be returned in response body. The dates that are being entered along with time depicts the UTC time zone and the one without time represents just that day.

Base URL

Production:

https://api.maxxton.net

Language Box

Accommodation Types

A collection of similar units grouped together.

Endpoints

POST
GET
GET
PUT
GET
GET
GET
GET
GET
GET
GET
GET
GET
GET
POST
GET
POST
GET
GET
GET
GET
PUT
GET
GET
GET
GET
GET
GET
GET
GET
GET
POST
GET
GET
POST
POST
GET
GET
POST
POST
GET

Create accommodationtype

Add the new accommodation type.The details are to be mentioned in the request body.

Body Parameters

accotypeKindIdinteger (int64)Required

Unique id associated with each kind of accommodationtype

brandIdinteger (int64)

Unique id associated with each brand

codestring Required

Unique code associated with each accommodationtype

nrOfBathroomsnumber (double)

Number of bathrooms that an accommodationtype can possess

nrOfBedroomsnumber (double)

Number of bedrooms that an accommodationtype possess

parentIdinteger (int64)

If the accommodationtype is child to another accommodationtype

priorityinteger (int64)

The sequence in which the accommodationtype will be visible to the user

locationIdinteger (int64)Required

Unique id associated with each location to which the accommodationtype belong

translationsarray

Information of the accommodationtype which depends on a language and is translatable by the user. Multiple entries for different language can exist.

Show child attributes

addressobject

Show child attributes

originstring

Origin name of the resource

Max length
10
originIdstring

Origin Id of the resource

Response

200
Object
The request is completed successfully without any errors

Response Attributes

resourceIdinteger (int64)

Unique id associated with each accommodationtype

ledgerGroupIdinteger (int64)
typestring

Type of the resource i.e ACCOMMODATIONTYPE

Enum values:
ACCOMMODATIONTYPERESOURCEACTIVITYACTIVITYPRODUCTTYPEEXTRASPECIALCOMPOSITION
codestring

Unique code associated with each accommodationtype

locationIdinteger (int64)

Unique id associated with each location to which the accommodationtype belong

parentIdinteger (int64)

If the accommodationtype is child to another accommodationtype then the id of the parent accommodationtype is displayed in response

pathstring

The field denotes where the accommodationtype is located

hasObjectsboolean

If an accommodation is to be created having some predefined units then hasObjects check-box is checked and the value is true else the value is false.

dependsOnLedgerGroupboolean

If the accommodationtype ledger depends on a ledger group then the field is true else false

priorityinteger (int32)

The sequence in which the accommodationtype will be visible to the user

numberOfPersonsinteger (int32)

Total number of persons which an accommodationtype can accommodate

nrOfBedroomsnumber (double)

Number of bedrooms that an accommodationtype possess

nrOfBathroomsnumber (double)

Number of bathrooms that an accommodationtype can possess

accotypeKindIdinteger (int64)

Unique id associated with each kind of accommodationtype

translationsarray

Information of the accommodationtype which depends on a language and is translatable by the user. Multiple entries for different language can exist.

Show child attributes

addressobject

details of the visit address of the user

Show child attributes

archivedFromstring (date)

Date from which the accommodationtype was archived. The accommodationtypes will not be displayed if the accommodationtype is archived. Thus for all accommodationtypes which are being displayed the value will be null.The format of the date will be in ISO 8601 standard(yyyy-MM-dd)

ledgerIdinteger (int64)
brandstring

Label associated with the accommodationtype by which an accommodationtype can be sold out. It can vary from website to website for same accommodationtype.

originstring
originIdstring
powerplayGroupIdinteger (int64)
groupIdinteger (int64)
qualityLevelIdinteger (int64)
previousPmsIdstring

Primary key of the entity it used to have in the previous pms used by the client. This is generally imported once while migrating from another PMS to Maxxton

accotypeDoorlockinteger (int64)

Number cards/keys for accommodation

accotypeBarrierinteger (int64)

Number of access cards for entry barrier at a location

linkedWithSupplierboolean

Identifier if the Resource is Linked with the Supplier or not

accommodationTypeKindCodestring

Unique code associated with each accommodationkind

500
Object
Error occurred while adding new accommodation type.

POST

/maxxton/v2/accommodationtypes

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 curl --location 'https://api.maxxton.net/maxxton/v2/accommodationtypes' \ --data '{ "accotypeKindId": 0, "brandId": 0, "code": "string", "nrOfBathrooms": 0, "nrOfBedrooms": 0, "parentId": 0, "priority": 0, "locationId": 0, "translations": [ { "description": "string", "description2": "string", "language": "string", "name": "string", "shortDescription": "string" } ], "address": { "accuracy": "ROOFTOP", "address1": "string", "address2": "string", "address3": "string", "alternateContactPerson": "string", "boxNumber": "string", "city": "string", "countryId": 0, "dateEnd": "2025-06-04", "dateBegin": "2025-06-04", "district": "string", "email": "string", "exposeLocation": true, "fax": "string", "houseNumber": "string", "houseNumberSuffix": "string", "latitude": 0, "longitude": 0, "mobilePhone": "string", "mobilePhone2": "string", "municipality": "string", "poBox": "string", "poBoxZipcode": "string", "poBoxCity": "string", "privatePhone": "string", "stateId": 0, "workPhone": "string", "zipCode": "string" }, "origin": "string", "originId": "string" }'

Response

{
  "resourceId": 0,
  "ledgerGroupId": 0,
  "type": "ACCOMMODATIONTYPE",
  "code": "string",
  "locationId": 0,
  "parentId": 0,
  "path": "string",
  "hasObjects": true,
  "dependsOnLedgerGroup": true,
  "priority": 0,
  "numberOfPersons": 0,
  "nrOfBedrooms": 0,
  "nrOfBathrooms": 0,
  "accotypeKindId": 0,
  "translations": [
    {
      "language": "string",
      "name": "string",
      "shortDescription": "string",
      "description": "string",
      "description2": "string",
      "namePath": "string",
      "accotypeKind": "string"
    }
  ],
  "address": {
    "addressId": 0,
    "address1": "string",
    "address2": "string",
    "address3": "string",
    "boxNumber": "string",
    "houseNumberSuffix": "string",
    "zipCode": "string",
    "poBox": "string",
    "poBoxZipcode": "string",
    "poBoxCity": "string",
    "city": "string",
    "countryId": 0,
    "municipality": "string",
    "mobilePhone2": "string",
    "latitude": 0,
    "longitude": 0,
    "email": "string",
    "stateId": 0,
    "mobilePhone": "string",
    "houseNumber": "string",
    "district": "string",
    "privatePhone": "string",
    "workPhone": "string",
    "exposeLocation": true,
    "dateEnd": "2025-06-04",
    "dateBegin": "2025-06-04",
    "fax": "string",
    "alternateContactPerson": "string",
    "accuracy": "ROOFTOP",
    "country": {
      "countryId": 0,
      "priority": 0,
      "translations": [
        {
          "name": "string",
          "language": "string"
        }
      ],
      "default": true,
      "code": "string"
    }
  },
  "archivedFrom": "2025-06-04",
  "ledgerId": 0,
  "brand": "string",
  "origin": "string",
  "originId": "string",
  "powerplayGroupId": 0,
  "groupId": 0,
  "qualityLevelId": 0,
  "previousPmsId": "string",
  "accotypeDoorlock": 0,
  "accotypeBarrier": 0,
  "linkedWithSupplier": true,
  "accommodationTypeKindCode": "string"
}

Get accommodationtype

Get accommodation types based on its resource id.

Query Parameters

returnWorkOrderTypesboolean

Path Parameters

resourceIdinteger (int64)Required

Resource id to fetch accommodationtype

Response

200
Object
The request is completed successfully without any errors

Response Attributes

resourceIdinteger (int64)

Unique id associated with each accommodationtype

ledgerGroupIdinteger (int64)
typestring

Type of the resource i.e ACCOMMODATIONTYPE

Enum values:
ACCOMMODATIONTYPERESOURCEACTIVITYACTIVITYPRODUCTTYPEEXTRASPECIALCOMPOSITION
codestring

Unique code associated with each accommodationtype

locationIdinteger (int64)

Unique id associated with each location to which the accommodationtype belong

parentIdinteger (int64)

If the accommodationtype is child to another accommodationtype then the id of the parent accommodationtype is displayed in response

pathstring

The field denotes where the accommodationtype is located

hasObjectsboolean

If an accommodation is to be created having some predefined units then hasObjects check-box is checked and the value is true else the value is false.

dependsOnLedgerGroupboolean

If the accommodationtype ledger depends on a ledger group then the field is true else false

priorityinteger (int32)

The sequence in which the accommodationtype will be visible to the user

numberOfPersonsinteger (int32)

Total number of persons which an accommodationtype can accommodate

nrOfBedroomsnumber (double)

Number of bedrooms that an accommodationtype possess

nrOfBathroomsnumber (double)

Number of bathrooms that an accommodationtype can possess

accotypeKindIdinteger (int64)

Unique id associated with each kind of accommodationtype

translationsarray

Information of the accommodationtype which depends on a language and is translatable by the user. Multiple entries for different language can exist.

Show child attributes

addressobject

details of the visit address of the user

Show child attributes

archivedFromstring (date)

Date from which the accommodationtype was archived. The accommodationtypes will not be displayed if the accommodationtype is archived. Thus for all accommodationtypes which are being displayed the value will be null.The format of the date will be in ISO 8601 standard(yyyy-MM-dd)

ledgerIdinteger (int64)
brandstring

Label associated with the accommodationtype by which an accommodationtype can be sold out. It can vary from website to website for same accommodationtype.

originstring
originIdstring
powerplayGroupIdinteger (int64)
groupIdinteger (int64)
qualityLevelIdinteger (int64)
previousPmsIdstring

Primary key of the entity it used to have in the previous pms used by the client. This is generally imported once while migrating from another PMS to Maxxton

accotypeDoorlockinteger (int64)

Number cards/keys for accommodation

accotypeBarrierinteger (int64)

Number of access cards for entry barrier at a location

linkedWithSupplierboolean

Identifier if the Resource is Linked with the Supplier or not

accommodationTypeKindCodestring

Unique code associated with each accommodationkind

500
Object
Error occurred while fetching AccommodationType.

GET

/maxxton/v2/accommodationtypes/{resourceId}?returnWorkOrderTypes=

Select
1 curl --location --globoff 'https://api.maxxton.net/maxxton/v2/accommodationtypes/{resourceId}'

Response

{
  "resourceId": 0,
  "ledgerGroupId": 0,
  "type": "ACCOMMODATIONTYPE",
  "code": "string",
  "locationId": 0,
  "parentId": 0,
  "path": "string",
  "hasObjects": true,
  "dependsOnLedgerGroup": true,
  "priority": 0,
  "numberOfPersons": 0,
  "nrOfBedrooms": 0,
  "nrOfBathrooms": 0,
  "accotypeKindId": 0,
  "translations": [
    {
      "language": "string",
      "name": "string",
      "shortDescription": "string",
      "description": "string",
      "description2": "string",
      "namePath": "string",
      "accotypeKind": "string"
    }
  ],
  "address": {
    "addressId": 0,
    "address1": "string",
    "address2": "string",
    "address3": "string",
    "boxNumber": "string",
    "houseNumberSuffix": "string",
    "zipCode": "string",
    "poBox": "string",
    "poBoxZipcode": "string",
    "poBoxCity": "string",
    "city": "string",
    "countryId": 0,
    "municipality": "string",
    "mobilePhone2": "string",
    "latitude": 0,
    "longitude": 0,
    "email": "string",
    "stateId": 0,
    "mobilePhone": "string",
    "houseNumber": "string",
    "district": "string",
    "privatePhone": "string",
    "workPhone": "string",
    "exposeLocation": true,
    "dateEnd": "2025-06-04",
    "dateBegin": "2025-06-04",
    "fax": "string",
    "alternateContactPerson": "string",
    "accuracy": "ROOFTOP",
    "country": {
      "countryId": 0,
      "priority": 0,
      "translations": [
        {
          "name": "string",
          "language": "string"
        }
      ],
      "default": true,
      "code": "string"
    }
  },
  "archivedFrom": "2025-06-04",
  "ledgerId": 0,
  "brand": "string",
  "origin": "string",
  "originId": "string",
  "powerplayGroupId": 0,
  "groupId": 0,
  "qualityLevelId": 0,
  "previousPmsId": "string",
  "accotypeDoorlock": 0,
  "accotypeBarrier": 0,
  "linkedWithSupplier": true,
  "accommodationTypeKindCode": "string"
}

Get all accommodationtypes

Gets a page with accommodation types. The records can be filtered based on accommodation type object.It also supports pageable.

Query Parameters

brandstring

Brand to filter records based on brand.

countryCodestring

Country code to filter accommodation types.

resourceIdsarray
returnWorkOrderTypesboolean
pageinteger (int32)

Page number

sizeinteger (int32)

Size of the current page

sortstring

Sort parameter

filterarray

Following fields can be used for filtering response.
resourceId:0,
ledgerGroupId:0,
type:String,
code:String,
locationId:0,
parentId:0,
path:String,
hasObjects:true,
dependsOnLedgerGroup:true,
priority:0,
numberOfPersons:0,
nrOfBedrooms:0.0,
nrOfBathrooms:0.0,
accotypeKindId:0,
archivedFrom:2025-06-04,
ledgerId:0,
brand:String,
origin:String,
originId:String,
powerplayGroupId:0,
groupId:0,
qualit...

Response

200
Object
The request is completed successfully without any errors

Response Attributes

totalElementsinteger (int64)

Total number of elements available in the whole response.

totalPagesinteger (int32)

Total number of pages the response has.

firstboolean

Boolean field to specify if its the first page or not.

lastboolean

Boolean field to specify if its the last page or not.

sizeinteger (int32)

Size of the current page.

contentarray

Show child attributes

numberinteger (int32)

Page number currently accessed.

sortarray

Show child attributes

numberOfElementsinteger (int32)

Total number of elements in the current page.

emptyboolean
404
Object
No AccommodationType found for given criteria.
500
Object
Error occurred while fetching AccommodationTypes.

GET

/maxxton/v2/accommodationtypes?brand=&countryCode=&resourceIds=&returnWorkOrderTypes=&page=&size=&sort=&filter=

Select
1 curl --location 'https://api.maxxton.net/maxxton/v2/accommodationtypes'

Response

{
  "totalElements": 0,
  "totalPages": 0,
  "first": true,
  "last": true,
  "size": 0,
  "content": [
    {
      "resourceId": 0,
      "ledgerGroupId": 0,
      "type": "ACCOMMODATIONTYPE",
      "code": "string",
      "locationId": 0,
      "parentId": 0,
      "path": "string",
      "hasObjects": true,
      "dependsOnLedgerGroup": true,
      "priority": 0,
      "numberOfPersons": 0,
      "nrOfBedrooms": 0,
      "nrOfBathrooms": 0,
      "accotypeKindId": 0,
      "translations": [
        {
          "language": "string",
          "name": "string",
          "shortDescription": "string",
          "description": "string",
          "description2": "string",
          "namePath": "string",
          "accotypeKind": "string"
        }
      ],
      "address": {
        "addressId": 0,
        "address1": "string",
        "address2": "string",
        "address3": "string",
        "boxNumber": "string",
        "houseNumberSuffix": "string",
        "zipCode": "string",
        "poBox": "string",
        "poBoxZipcode": "string",
        "poBoxCity": "string",
        "city": "string",
        "countryId": 0,
        "municipality": "string",
        "mobilePhone2": "string",
        "latitude": 0,
        "longitude": 0,
        "email": "string",
        "stateId": 0,
        "mobilePhone": "string",
        "houseNumber": "string",
        "district": "string",
        "privatePhone": "string",
        "workPhone": "string",
        "exposeLocation": true,
        "dateEnd": "2025-06-04",
        "dateBegin": "2025-06-04",
        "fax": "string",
        "alternateContactPerson": "string",
        "accuracy": "ROOFTOP",
        "country": {
          "countryId": 0,
          "priority": 0,
          "translations": [
            {
              "name": "string",
              "language": "string"
            }
          ],
          "default": true,
          "code": "string"
        }
      },
      "archivedFrom": "2025-06-04",
      "ledgerId": 0,
      "brand": "string",
      "origin": "string",
      "originId": "string",
      "powerplayGroupId": 0,
      "groupId": 0,
      "qualityLevelId": 0,
      "previousPmsId": "string",
      "accotypeDoorlock": 0,
      "accotypeBarrier": 0,
      "linkedWithSupplier": true,
      "accommodationTypeKindCode": "string"
    }
  ],
  "number": 0,
  "sort": [
    {
      "direction": "string",
      "nullHandling": "string",
      "ascending": true,
      "property": "string",
      "ignoreCase": true
    }
  ],
  "numberOfElements": 0,
  "empty": true
}

Update accommodationtype

Updates accommodation types based on its resource id.

Path Parameters

resourceIdinteger (int64)Required

Resource id to update accommodationtype

Body Parameters

checkinTimeobject

Show child attributes

checkoutTimeobject

Show child attributes

earlyCheckinTimeobject

Show child attributes

lateCheckoutTimeobject

Show child attributes

nrOfBedroomsnumber (double)
nrOfBathroomsnumber (double)
translationsarray

Show child attributes

accotypeKindIdinteger (int64)
addressobject

Show child attributes

brandIdinteger (int64)
codestring
parentIdinteger (int64)
priorityinteger (int64)
locationIdinteger (int64)
originstring
originIdstring

Response

204
Object
The request is completed successfully without any errors
500
Object
Error occurred while fetching AccommodationType.

PUT

/maxxton/v2/accommodationtypes/{resourceId}

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 curl --location --globoff --request PUT 'https://api.maxxton.net/maxxton/v2/accommodationtypes/{resourceId}' \ --data '{ "checkinTime": { "hour": 0, "minute": 0, "second": 0, "nano": 0 }, "checkoutTime": { "hour": 0, "minute": 0, "second": 0, "nano": 0 }, "earlyCheckinTime": { "hour": 0, "minute": 0, "second": 0, "nano": 0 }, "lateCheckoutTime": { "hour": 0, "minute": 0, "second": 0, "nano": 0 }, "nrOfBedrooms": 0, "nrOfBathrooms": 0, "translations": [ { "languageId": 0, "language": "string", "name": "string", "shortDescription": "string", "description": "string", "description2": "string" } ], "accotypeKindId": 0, "address": { "accuracy": "ROOFTOP", "address1": "string", "address2": "string", "address3": "string", "alternateContactPerson": "string", "boxNumber": "string", "city": "string", "countryId": 0, "dateEnd": "2025-06-04", "dateBegin": "2025-06-04", "district": "string", "email": "string", "exposeLocation": true, "fax": "string", "houseNumber": "string", "houseNumberSuffix": "string", "latitude": 0, "longitude": 0, "mobilePhone": "string", "mobilePhone2": "string", "municipality": "string", "poBox": "string", "poBoxZipcode": "string", "poBoxCity": "string", "privatePhone": "string", "stateId": 0, "workPhone": "string", "zipCode": "string" }, "brandId": 0, "code": "string", "parentId": 0, "priority": 0, "locationId": 0, "origin": "string", "originId": "string" }'

Response

The request is completed successfully without any errors

Additions

Endpoints

GET
GET

Allotments

Endpoints

GET
GET

Amenitylinks

Endpoints

GET
GET

Availability

Endpoints

GET
GET
GET
GET

Budgets

Endpoints

POST
GET

Calculateprices

Endpoints

POST

Capacities

Endpoints

GET

Details

Endpoints

GET
GET

Dynamicfields

Endpoints

GET
PUT

Images

Endpoints

GET

Implies

Endpoints

GET
GET

Kinds

Endpoints

GET

Get all accommodation kinds

Get a page with accommodation kinds.The records can be filtered based on accommodation kind object.It also supports pageable.

Query Parameters

pageinteger (int32)

Page number

sizeinteger (int32)

Size of the current page

sortstring

Sort parameter

filterarray

Following fields can be used for filtering response.
accommodationkindId:0,
code:String,
priority:0,
excludeFromReporting:true,
workOrderUnits:true,
archivedFrom:2025-06-04For more information, check: Filtering

Response

200
Object
The request is completed successfully without any errors

Response Attributes

totalElementsinteger (int64)

Total number of elements available in the whole response.

totalPagesinteger (int32)

Total number of pages the response has.

firstboolean

Boolean field to specify if its the first page or not.

lastboolean

Boolean field to specify if its the last page or not.

sizeinteger (int32)

Size of the current page.

contentarray

Show child attributes

numberinteger (int32)

Page number currently accessed.

sortarray

Show child attributes

numberOfElementsinteger (int32)

Total number of elements in the current page.

emptyboolean
500
Object
Error occurred while fetching AccommodationKind.

GET

/maxxton/v2/accommodationtypes/kinds?page=&size=&sort=&filter=

Select
1 curl --location 'https://api.maxxton.net/maxxton/v2/accommodationtypes/kinds'

Response

{
  "totalElements": 0,
  "totalPages": 0,
  "first": true,
  "last": true,
  "size": 0,
  "content": [
    {
      "accommodationkindId": 0,
      "code": "string",
      "priority": 0,
      "translations": [
        {
          "name": "string",
          "description": "string",
          "language": "string"
        }
      ],
      "excludeFromReporting": true,
      "workOrderUnits": true,
      "archivedFrom": "2025-06-04"
    }
  ],
  "number": 0,
  "sort": [
    {
      "direction": "string",
      "nullHandling": "string",
      "ascending": true,
      "property": "string",
      "ignoreCase": true
    }
  ],
  "numberOfElements": 0,
  "empty": true
}

Locks

A lock will make the accommodationtype or unit unavailable to book because of a certain reason like maintenance.

Endpoints

GET

Occupancy

Endpoints

GET

Priorities

Endpoints

GET
GET

Qualitylevels

Endpoints

GET

Rates

Endpoints

POST
GET

Releases

Endpoints

GET

Rentability

The rules and conditions that define how an accommodation, product or services property can be booked or used. For example, the allowed arrival and departure date for an accommodation type.

Endpoints

POST

Representations

Endpoints

POST
GET

Rooms

A distinct space within a unit provided for guests to stay.

Endpoints

GET

Search

Endpoints

POST
POST

Videos

Endpoints

GET

AddOn

A product or extra that can be booked optionally in a reservation or will be added mandatory to the reservation. Examples of optional addons are: bedlinnen, breakfast, baby cot. Example of mandatory addons are: cleaning, tourist tax

Endpoints

GET
GET
GET
GET
GET
PUT
GET
GET
GET

Admin Organisation

A main level to funnel the companies, locations, employees, accounts and other properties that exclusively belongs to that Admin organisation.

Endpoints

POST
GET
PUT
GET
GET
GET
PUT
GET
GET
GET
PUT
GET
GET
PUT

Allotment

The allocation of a certain number of accommodation types or units for a specific period or purpose per distribution channel.

Endpoints

GET
GET

Amenity

A feature or service provided to enhance the guest experience, such as a pool, gym, or Wi-Fi.

Endpoints

POST
GET
GET
GET

Authentication

Authenticate to get access to the API. Authentication details can be provided by the Maxxton client who would like to give access to their environment using the API.

Endpoints

POST

Brands

A distinctive name associated with a specific product or service.

Endpoints

GET
GET

Cash Clearance

The process of reconciling and recording cash transactions to ensure accurate financial records.

Endpoints

GET
GET
GET
GET
GET
GET

Contracts

A formal agreement outlining the terms and conditions between an owner and an organisation about renting his unit.

Endpoints

POST
DELETE
GET
GET
PUT
GET
GET

Countries

All available countries, the countries are configured in Maxxton.

Endpoints

GET
GET

Currency

The type of money used in financial transactions, such as USD or EUR.

Endpoints

GET
GET

Customer Status

A certain label that is given to a customer. This can be assigned automatically or manually.

Endpoints

GET
GET

Customers

An individual or entity that purchases or uses accommodations or services.

Endpoints

POST
GET
GET
GET
PUT
GET
PUT
GET
PUT
GET
GET
POST
GET
GET
POST
GET
GET

DistributionChannels

The sales channel through which products or services are delivered to customers.

Endpoints

GET
GET
GET
GET
GET
GET
GET

Employee

An individual working for an organization, responsible for various tasks or roles.

Endpoints

POST
GET
PUT

Events

When certain entities are changed this will result in an event. This event can be used to update/refresh the data in the external system.

Endpoints

GET

Facilities

A physical location or infrastructure used to support operations or services.

Endpoints

GET
GET

Groups

Grouping of certain entities such as marketing groups, location groups in Maxxton.

Endpoints

GET
GET

Housekeeping

A specific job or duty that needs to be done on an accommodation on a specified date and time.

Endpoints

GET
GET

Icals

Ical calendar file to show reservations made for a certain unit. Mostly used for owners to show the usage of their unit.

Endpoints

GET

Infotexts

A piece of informative text visible to the customer.

Endpoints

POST
GET

Languages

The choice of language for user interfaces, or communication within the system.

Endpoints

GET

Ledgers

A comprehensive record of all financial transactions, including accounts and balances.

Endpoints

GET
GET
GET
GET

Locations

A physical place or address where accommodations or services are provided like a location.

Endpoints

POST
GET
GET
PUT
GET
GET
GET
PUT
GET
GET
GET
PUT
GET
GET
GET
POST
POST
GET

Locks

A lock will make the accommodationtype or unit unavailable to book because of a certain reason like maintenance.

Endpoints

GET

Memos

A remark or informative text added to an entity.

Endpoints

GET

Offer

A discount or additional product/service that can be added to a reservation.

Endpoints

POST
GET
GET
PUT
POST
GET
GET
PUT
POST
DELETE
GET
GET
GET
POST
GET
POST
POST
GET

Operations

Technical services which handles tasks to fix issues or maintenance in units.

Endpoints

GET
GET
GET

Owners

An individual or entity that holds a contractual agreement with the admin organization. Based on this agreement, the owner earns income when specific accommodations they control are utilized in reservations.

Endpoints

POST
GET
GET
PUT
GET
GET
GET
PUT
GET
GET
GET
POST
GET
GET
GET
POST
GET
GET
GET
GET
GET
PUT

Packages

Multiple add-ons which can be booked together.

Endpoints

GET
GET

Payment Term Set

Conditions like when and in how many times to pay the full reservation. The payment term sets will result in the instalments, with the actual amount to pay, when chosen in the reservation.

Endpoints

GET

Points Of Interests

Certain interesting features around the location such as cities, airports, theme parks.

Endpoints

GET
GET

Predefined Memo

A brief written message or note used for communication or record-keeping within the software.

Endpoints

GET

Rate Types

The category or classification of rates based on their application and currency such as BAR rate or tour operator rate.

Endpoints

GET
GET
GET

Region

A geographical area or division used for organizing and managing locations or data.

Endpoints

GET
GET

Rentability

The rules and conditions that define how an accommodation, product or services property can be booked or used. For example, the allowed arrival and departure date for an accommodation type.

Endpoints

GET
GET
GET

Representation

Triangle view of rentability, accommodation type, and distribution channel. Representations exist to connect a (set) of rentability rules to a (group) of distribution channels.

Endpoints

DELETE
GET
GET
PUT
POST
DELETE
GET

Resellers

An individual or entity that sells products or services on behalf of another company.

Endpoints

GET
GET
GET

Reservability

Actual count of available units per period or date without considering if it's allowed to arrive or depart on the certain date.

Endpoints

GET
GET
GET
GET
GET

Reservations

An arrangement to secure an accommodation or service for a specific time and date.

Endpoints

POST
POST
GET
GET
PUT
GET
GET
GET
GET
GET
GET
GET
GET
GET
GET
GET
GET
GET
POST
GET
GET
GET
POST
GET
GET
GET
GET
POST
GET
GET
GET
GET
GET
POST
POST
POST
GET
POST
GET
POST
GET
DELETE
PUT
GET
GET
DELETE
GET
GET
PUT
POST
GET

Room Types

The classification of rooms based on their characteristics, such as bedroom, bathroom, or living area.

Endpoints

GET

Rooms

A distinct space within a unit provided for guests to stay.

Endpoints

GET
GET

Send Methods

Defines how to communicate with the customer.

Endpoints

GET

Subjects

A classification of individuals, pets, travel methods, or equipment based on specific criteria such as age, size, etc.

Endpoints

GET

Suppliers

An integration with Maxxton to make it possible to to book external inventory from the Maxxton system

Endpoints

GET

Units

A place where guests stay, such as a hotel room, apartment, or vacation rental.

Endpoints

POST
GET
GET
PUT
GET
POST
DELETE
GET
GET
PUT
GET
GET
GET
GET
GET
GET
GET
GET
PUT
GET
PUT
POST
GET
POST
DELETE
GET
GET
GET
POST
GET