Get configuration
POST /api/connector/v1/configuration/get
Returns the enterprise configuration. For single-enterprise Access Tokens, this is the enterprise associated with the token. For Portfolio Access Tokens, use the EnterpriseId
parameter to specify which enterprise you want the configuration for. In the case of service scoped integrations, the operation returns the configuration associated with both the enterprise and the bookable service linked to the token.
Request Body
Section titled “Request Body ”object
Token identifying the client application.
Access token of the client application.
Name and version of the client application.
Unique identifier of the Enterprise, defaults to the enterprise associated with the given access token.
Example
{ "ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D", "AccessToken": "C66EF7B239D24632943D115EDE9CB810-EA00F8FD8294692C940F6B5A8F9453D", "Client": "Sample Client 1.0.0", "EnterpriseId": "851df8c8-90f2-4c4a-8e01-a4fc46b25178"}
Responses
Section titled “ Responses ”OK
object
Current server date and time in UTC timezone in ISO 8601 format.
The enterprise (e.g. hotel, hostel) associated with the access token.
object
Unique identifier of the enterprise.
Identifier of the enterprise from external system.
Identifies an enterprise in the external system of a holding company. The holding company may administer multiple portfolios.
Unique identifier of the chain to which the enterprise belongs.
Name of the Chain
to which the enterprise belongs.
Creation date and time of the enterprise in UTC timezone in ISO 8601 format.
Creation date and time of the enterprise in UTC timezone in ISO 8601 format.
Name of the enterprise.
IANA timezone identifier of the enterprise.
Unique identifier of the legal environment where the enterprise resides.
Unique code of the accommodation environment where the enterprise resides.
Unique code of the accounting environment where the enterprise resides.
Unique code of the tax environment where the enterprise resides.
Language-culture codes of the enterprise default Language
.
Editable history interval for accounting data in ISO 8601 duration format.
Editable history interval for operational data in ISO 8601 duration format.
URL of the enterprise website.
Email address of the enterprise.
Phone number of the enterprise.
Unique identifier of the Image
of the enterprise logo.
Unique identifier of the Image
of the enterprise cover.
Pricing of the enterprise.
Gross (The enterprise shows amount with gross prices.)
Net (The enterprise shows amount with net prices.)
Tax precision used for financial calculations in the enterprise. If null
, Currency
precision is used.
Unique identifier of the Address
of the enterprise.
Address of the enterprise.
object
Unique identifier of the address.
First line of the address.
Second line of the address.
The city.
Postal code.
ISO 3166-1 code of the Country
.
ISO 3166-2 code of the administrative division, e.g. DE-BW
.
The latitude.
The longitude.
A list of the group names of the enterprise.
Subscription information of the enterprise.
object
Tax identifier of the Enterprise
.
Currencies accepted by the enterprise.
object
ISO-4217 code of the Currency
.
Whether the currency is a default accounting currency.
Whether the currency is enabled for usage.
Configuration information containing financial information about the property.
object
Organization number.
Legal name of the company.
Bank account number.
Name of the bank.
International Bank Account Number.
Business Identification Code.
Configuration for surcharging fees.
object
Dictionary keys are CreditCardType
and values are surcharging fees as a percentage.
object
Unique identifier of the surcharging Service
.
Surcharging fee TaxCode
.
External payment types that are enabled for the enterprise and can be used in payments/addExternal
.
Whether the enterprise is a Portfolio enterprise (see Multi-property guidelines).
The reservable service (e.g. accommodation, parking) associated with the access token of the service scoped integration.
object
Unique identifier of the service.
Unique identifier of the Enterprise.
Whether the service is still active.
Name of the service.
All translations of the name.
object
Options of the service.
object
Products should be displayed as a single package instead of individual items.
object
Whether it can be promoted before check-in.
Whether it can be promoted after check-in.
Whether it can be promoted during stay.
Whether it can be promoted before check-out.
Whether it can be promoted after check-out.
Whether it can be promoted during check-out.
Order value for presentation purposes.
Additional information about the specific service.
object
object
Offset from the start of the time unit which defines the default start of the service; expressed in ISO 8601 duration format.
Offset from the end of the time unit which defines the default end of the service; expressed in ISO 8601 duration format.
Offset from the start of the time unit which defines the occupancy start of the service; expressed in ISO 8601 duration format. ‘Occupancy start’ is used for availability and reporting purposes, it implies the time at which the booked resource is considered occupied.
Offset from the end of the time unit which defines the occupancy end of the service; expressed in ISO 8601 duration format. ‘Occupancy end’ is used for availability and reporting purposes, it implies the time at which the booked resource is no longer considered occupied.
Day
Month
Hour
The length of time or period represented by a time unit, for which the service can be booked.
Day
Month
Hour
object
Promotions of the service.
object
Whether it can be promoted before check-in.
Whether it can be promoted after check-in.
Whether it can be promoted during stay.
Whether it can be promoted before check-out.
Whether it can be promoted after check-out.
Whether it can be promoted during check-out.
Identifier of the service from external system.
Creation date and time of the service in UTC timezone in ISO 8601 format.
Last update date and time of the service in UTC timezone in ISO 8601 format.
Contains information about payment card storage.
object
Key for accessing PCI proxy storage.
Whether the identity documents for this enterprise include the value of identity document number as required by the legal environment. When false
, the number is not required, and an empty string can be used in write operations. In read operations, an empty string is returned when an empty string was provided for the number.
Example
{ "NowUtc": "2018-01-01T14:58:02Z", "Enterprise": { "Currencies": [ { "Currency": "GBP", "IsDefault": true, "IsEnabled": true }, { "Currency": "USD", "IsDefault": false, "IsEnabled": true } ], "AccountingConfiguration": { "AdditionalTaxIdentifier": null, "CompanyName": "Connector API Hotel", "BankAccountNumber": "1234", "BankName": "Random bank", "Iban": "CZ7250517882393618329719", "Bic": "GIBACZPY", "SurchargeConfiguration": { "SurchargeFees": { "Amex": 3, "DinersClub": 4 }, "SurchargeServiceId": "2b9b0143-3135-485b-8064-76c90d1be69e", "SurchargeTaxCode": "US-HI-KA" }, "EnabledExternalPaymentTypes": [ "Invoice", "Cash", "GiftCard" ] }, "IsPortfolio": false, "Id": "851df8c8-90f2-4c4a-8e01-a4fc46b25178", "ExternalIdentifier": null, "HoldingKey": "CA123", "ChainId": "8ddea57b-6a5c-4eec-8c4c-24467dce118e", "ChainName": "Connector API Chain", "CreatedUtc": "2015-07-07T13:33:17Z", "UpdatedUtc": "2015-07-07T13:33:17Z", "Name": "Connector API Hotel", "TimeZoneIdentifier": "Europe/Budapest", "LegalEnvironmentCode": "UK", "AccommodationEnvironmentCode": null, "AccountingEnvironmentCode": null, "TaxEnvironmentCode": null, "DefaultLanguageCode": "en-US", "EditableHistoryInterval": "P0M7DT0H0M0S", "AccountingEditableHistoryInterval": "P0M7DT0H0M0S", "OperationalEditableHistoryInterval": "P0M5DT0H0M0S", "WebsiteUrl": "https://en.wikipedia.org/wiki/St._Vitus_Cathedral", "Email": "charging-api@mews.li", "Phone": "00000 123 456 789", "LogoImageId": null, "CoverImageId": null, "Pricing": "Gross", "TaxPrecision": null, "AddressId": "c556f56e-713e-4102-9de5-0e853b5a8586", "Address": { "Id": "8c2c4371-5d42-40a9-b551-ab0b00d75076", "Line1": "I.P. Pavlova 5", "Line2": null, "City": "Prague", "PostalCode": "1200", "CountryCode": "CZ", "CountrySubdivisionCode": null, "Latitude": 14.429645, "Longitude": 50.075181 }, "GroupNames": [ "Connector API Group" ], "Subscription": { "TaxIdentifier": "123456789 RC 0001" } }, "Service": { "Id": "bd26d8db-86da-4f96-9efc-e5a4654a4a94", "EnterpriseId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "IsActive": true, "Name": "Accommodation", "Names": { "en-GB": "Accommodation" }, "StartTime": "PT14H", "EndTime": "PT12H", "Options": { "BillAsPackage": false }, "Promotions": { "BeforeCheckIn": false, "AfterCheckIn": false, "DuringStay": false, "BeforeCheckOut": false, "AfterCheckOut": false, "DuringCheckOut": false }, "Type": "Reservable", "Ordering": 0, "Data": null, "ExternalIdentifier": null, "CreatedUtc": "2023-10-01T11:48:57Z", "UpdatedUtc": "2023-10-28T11:48:57Z" }, "PaymentCardStorage": null, "IsIdentityDocumentNumberRequired": true}
Server has successfully fulfilled the request and there is no additional information to send back.
object
Error caused by the client app, e.g. in case of malformed request or invalid identifier of a resource. In most cases, such an error signifies a bug in the client app (consumer of the API).
object
Error caused by usage of invalid ClientToken, AccessToken, or you may not have the necessary permission to use the endpoint.
object
Server error that should be reported to the end user of the client app. Happens for example when the server-side validation fails or when a business-logic check is violated.
object
Error caused by heavy request that takes too long to process (typically tens of seconds). To get around this, request data in smaller batches. For more information, see Request timeouts
object
Error caused by too many requests sent in a given amount of time. Response contains Retry-After
header indicating how long the user agent should wait before making a follow-up request. For more information, see Request limits.
object
Unexpected error on the Mews side. This may be due to a software fault. If such a situation occurs, the error will be logged and the development team notified, however you can raise an issue through GitHub on our documentation repository.