# Get transfers Endpoint: GET /PMSInterface/GetTransfers Version: 1.1.0 Security: ApiKeyAuth ## Query parameters: - `from` (string, required) Date for the transfers. Example: "2025-06-11" ## Response 200 fields (application/json): - `_id` (string) Unique identifier Example: "6c0df0b4-4a8a-4278-8b47-5e68f32b6658" - `createdOnUTC` (string) Timestamp when the entity was created (UTC) Example: "2025-01-23T12:34:56Z" - `createdByUserName` (string) Username of the creator Example: "Peter" - `modifiedOnUTC` (any) Timestamp when the entity was last modified (UTC) - `modifiedByUserName` (any) Username of the last modifying user - `number` (string) Pms transfer number. - `roomNr` (string) The room number. - `bed` (string) The bed. - `resNr` (string) The reservation number. - `resText` (string) The reservation text. - `guestNr` (integer) The guest number - `isTransfered` (boolean) Determense if the PMS Transfer is already transfered - `invoiceId` (string) The associated invoice id - `invoice` (object) Represents an invoice in the POS system. - `invoice.id` (string) Unique identifier of the invoice. - `invoice.number` (string) Invoice number. - `invoice.timestamp` (string) Date and time when the invoice was created. - `invoice.tableId` (string) Identifier of the table related to this invoice. - `invoice.tableInvoiceCarrierId` (any) Optional ID of the invoice carrier for the table. - `invoice.priceGrossTotal` (number) Total gross price of the invoice. - `invoice.customerSalutationId` (any) Optional salutation of the customer. - `invoice.customerName01` (any) First line of the customer name. - `invoice.customerName02` (any) Second line of the customer name. - `invoice.customerStreet` (any) Customer street. - `invoice.customerZip` (any) Customer ZIP code. - `invoice.customerCity` (any) Customer city. - `invoice.customerCountryId` (any) Country ID of the customer. - `invoice.customerVatId` (any) Customer VAT ID. - `invoice.customerId` (any) Reference to the customer. - `invoice.headerText` (any) Optional header text printed on the invoice. - `invoice.footerText` (any) Optional footer text printed on the invoice. - `invoice.isCancelled` (boolean) Indicates if the invoice is cancelled. - `invoice.isRetrieved` (boolean) Indicates if the invoice was retrieved. - `invoice.isCorrected` (boolean) Indicates if the invoice was corrected. - `invoice.correctedOn` (any) Date and time when the invoice was corrected. - `invoice.cancelledOn` (any) Date and time when the invoice was cancelled. - `invoice.cancelledByUserId` (any) User who cancelled the invoice. - `invoice.cancelledInvoiceId` (any) Reference to the invoice that was cancelled. - `invoice.createdByUserId` (string) User who created the invoice. - `invoice.paymentMethodInfo` (string) Information about the payment method used. - `invoice.dailyClosingId` (any) Reference to the related daily closing. - `invoice.statisticsValueDate` (string) Date used for statistical purposes. - `invoice.invoiceType` (integer) Type of the invoice (enum EnInvoiceType, e.g. 0 = Default, 10 = Effort, 20 = PMS Transfer). - `invoice.customerName` (any) Full customer name (combined). - `invoice.priceGrossTotalString` (string) Formatted string of total gross price. - `invoice.wsNumber` (integer) Workstation number where the invoice was generated. - `invoice.bookings` (any) - `invoice.invoicePayments` (any)