# Changelog 2019

## 12th December 2019

* Added [Get all credit cards](/connector-api/operations/creditcards.md#get-all-credit-cards) operation.

## 28th November 2019

* Extended [Add reservations](/connector-api/operations/reservations.md#add-reservations) parameters with `CreditCardId`.
* Extended [Update Reservation](/connector-api/operations/reservations.md#update-reservation) parameters with `CreditCardId`.

## 21st November 2019

* Added 'Delete space blocks' operation.

## 6th November 2019

* Extended [Product](/connector-api/operations/products.md#product) with `Posting`.

## 15th October 2019

* Added [Add tokenized credit card](/connector-api/operations/creditcards.md#add-tokenized-credit-card) operation.
* Extended [Get configuration](/connector-api/operations/configuration.md#get-configuration) with [PaymentCardStorage](/connector-api/operations/configuration.md#payment-card-storage).

## 9th October 2019

* Added [Update company](/connector-api/operations/companies.md#update-company) operation.

## 8th October 2019

* Added 'Add space block' operation.
* Extended [Customer](/connector-api/operations/customers.md#customer) with `BillingCode` and `AccountingCode`.

## 7th October 2019

* Extended [Bill](/connector-api/operations/bills.md#bill) with `TaxedUtc`.

## 7th October 2019

* Extended [Request body](/connector-api/guidelines.md#body) with `Client`.

## 25th September 2019

* Added [Get all companionships](/connector-api/operations/companionships.md#get-all-companionships) operation.

## 9th September 2019

* Added [Get all bills](/connector-api/operations/bills.md#get-all-bills) operation.

## 6th September 2019

* Extended WebSockets events with [Price Update event](/connector-api/events/websockets.md#price-update-event).

## 18th August 2019

* Extended [Get all restrictions](/connector-api/operations/restrictions.md#get-all-restrictions) parameters with `StartUtc`, `EndUtc`, `TimeFilter`, `SpaceCategoryIds` and `RateIds`.

## 13th August 2019

* Extended [Add reservations](/connector-api/operations/reservations.md#add-reservations) parameters with `BookerId`.
* Extended [Update Reservation](/connector-api/operations/reservations.md#update-reservation) parameters with `BookerId`.

## 12th August 2019

* Extended [External payment type](/connector-api/operations/payments.md#external-payment-type) with `Invoice`, `WireTransfer` and `Bacs`.

## 17th July 2019

* Extended [Add reservations](/connector-api/operations/reservations.md#add-reservations) parameters with `TimeUnitPrices`.
* Extended [Update Reservation](/connector-api/operations/reservations.md#update-reservation) parameters with `TimeUnitPrices`.

## 26th June 2019

* Added [Get all tax environments](/connector-api/operations/taxenvironments.md#get-all-tax-environments) operation.
* Added [Amount](/connector-api/operations/accountingitems.md#amount-value).
* Added [Amount Parameters](/connector-api/operations/accountingitems.md#amount-parameters).
* Extended [Fiscal machine command data](/connector-api/operations/commands.md#fiscal-machine-command-data) with `FiscalMachineData` and `ApiUrl`.
* Extended [Get all accounting items](/connector-api/operations/accountingitems.md#get-all-accounting-items) response with `SubType`.
* Extended [Enterprise](/connector-api/operations/configuration.md#enterprise) with `Pricing`.

## 21st June 2019

* Added [Update Reservation](/connector-api/operations/reservations.md#update-reservation) operation.

## 10th June 2019

* Extended [Add reservations](/connector-api/operations/reservations.md#add-reservations) parameters with `GroupName`.

## 15th May 2019

* Added [Add Company](/connector-api/operations/companies.md#add-company) operation.
* Extended [Add Customer](/connector-api/operations/customers.md#add-customer) parameters with `CarRegistrationNumber` and `TaxIdentificationNumber`.
* Extended [Update Customer](/connector-api/operations/customers.md#update-customer) parameters with `CarRegistrationNumber` and `TaxIdentificationNumber`.
* Extended [Confirm reservation](/connector-api/operations/reservations.md#confirm-reservation) parameters with `SendConfirmationEmail`.
* Extended [Get all accounting items](/connector-api/operations/accountingitems.md#accounting-items-get-all) parameters with `States`.
* Extended [Reservation extent](/connector-api/operations/reservations.md#reservation-extent) with `AccountingStates`.
* Extended [Get rate pricing](/connector-api/operations/rates.md#get-rate-pricing) response with `RelativeAdjustment`, `AbsoluteAdjustment`, `EmptyUnitAdjustment` and `ExtraUnitAdjustment`.

## 13th March 2019

* Added [Get all reservations by numbers](/connector-api/operations/reservations.md#get-all-reservations-by-numbers) operation.

## 27th February 2019

* Extended [Add reservations](/connector-api/operations/reservations.md#add-reservations) parameters with `SendConfirmationEmail`.

## 19th February 2019

* Extended Add restriction parameters with `Identifier`.
* Extended [Company](/connector-api/operations/companies.md#company) with `BillingCode`.

## 6th February 2019

* Extended 'Get all space blocks' parameters with `Extent`.
* Extended 'Space block' with `IsActive`.

## 5th February 2019

* Added [Get all restrictions](/connector-api/operations/restrictions.md#get-all-restrictions) operation.
* Added Add restrictions operation.
* Added Delete restrictions operation.

## 29th January 2019

* Extended [Company](/connector-api/operations/companies.md#company) with `IsActive`.

## 26th January 2019

* Extended [Add reservations](/connector-api/operations/reservations.md#add-reservations) parameters with `CompanyId`.

## 4th January 2019

* Added [Charge credit card](/connector-api/operations/creditcards.md#charge-credit-card) operation.
* Added [Get all companies by name](/connector-api/operations/companies.md#get-all-companies-by-name) operation.

## 2nd January 2019

* Extended [Add customer](/connector-api/operations/customers.md#add-customer) parameters with `Options`.
* Extended [Update customer](/connector-api/operations/customers.md#update-customer) parameters with `Options`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mews.com/connector-api/changelog/changelog2019.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
