Mews · Example Payload

Mews Connector Reservations Getall Example

HospitalityHotelPMSProperty ManagementTravelBookingReservationsCloudSaaS

Mews Connector Reservations Getall Example is an example object payload from Mews, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.mews.com/api/connector/v1/reservations/getAll",
    "headers": {
      "Content-Type": "application/json"
    },
    "body": {
      "ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D",
      "AccessToken": "C66EF7B239D24632943D115EDE9CB810-EA00F8FD8294692C940F6B5A8F9453D",
      "Client": "Sample Client 1.0.0",
      "TimeFilter": "Colliding",
      "StartUtc": "2026-06-01T00:00:00Z",
      "EndUtc": "2026-06-08T00:00:00Z",
      "States": ["Confirmed", "Started"],
      "Limitation": {"Count": 100}
    }
  },
  "response": {
    "status": 200,
    "body": {
      "Reservations": [
        {
          "Id": "8a2f1efc-9b9e-4d6e-9bc7-2b2bd5bdc5b4",
          "GroupId": "0f0e1c4a-d7d4-4af3-a3d3-9c2bdf9c7b22",
          "ServiceId": "b27f6321-0a51-4ce8-bf80-3ea18b9e7c7e",
          "Number": "MEWS-00042871",
          "State": "Confirmed",
          "Origin": "BookingEngine",
          "CreatedUtc": "2026-05-20T13:14:21Z",
          "UpdatedUtc": "2026-05-22T09:11:02Z",
          "StartUtc": "2026-06-02T14:00:00Z",
          "EndUtc": "2026-06-05T11:00:00Z",
          "RequestedCategoryId": "39c9a6d8-bf25-4ba6-9e5d-fc4ce842d8d6",
          "AssignedResourceId": "c1f4c2c7-2d59-4f7d-9b2b-19d6c7d28b5a",
          "AssignedResourceLocked": true,
          "AdultCount": 2,
          "ChildCount": 0,
          "CustomerId": "11abc3d8-9c50-4cb1-87e1-9c4571d4c333",
          "RateId": "7d6cd5a8-2c62-4cc5-9b46-7a9a08e88d5f",
          "VoucherId": null,
          "Purpose": "Leisure",
          "Notes": "Late check-in"
        }
      ],
      "Cursor": "20260522091102_8a2f1efc-9b9e-4d6e-9bc7-2b2bd5bdc5b4"
    }
  }
}