Mews · Example Payload

Mews Sourceassignments Getall 2024 09 20 Example

HospitalityHotelsPMSProperty Management

Mews Sourceassignments Getall 2024 09 20 Example is an example object payload from Mews, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "sourceAssignments_getAll_2024-09-20",
  "method": "POST",
  "path": "/api/connector/v1/sourceAssignments/getAll/2024-09-20",
  "summary": "Get all source assignments (ver 2024-09-20)",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D",
        "AccessToken": "C66EF7B239D24632943D115EDE9CB810-EA00F8FD8294692C940F6B5A8F9453D",
        "Client": "Sample Client 1.0.0",
        "ReservationIds": [
          "9b59b50d-bd32-4ce5-add8-09ea0e1300e7"
        ],
        "UpdatedUtc": {
          "StartUtc": "2025-11-01T00:00:00Z",
          "EndUtc": "2025-11-30T00:00:00Z"
        },
        "EnterpriseIds": [
          "3fa85f64-5717-4562-b3fc-2c963f66afa6"
        ],
        "Limitation": {
          "Count": 100
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "SourceAssignments": [
          {
            "Id": "c5e11f73-7e85-4a3c-9fe1-872014a10b43",
            "ReservationId": "9b59b50d-bd32-4ce5-add8-09ea0e1300e7",
            "SourceId": "22e42a59-b321-43f8-a5d1-af1f00e1bb8b",
            "IsPrimary": true,
            "UpdatedUtc": "2025-11-05T11:00:00Z"
          },
          {
            "Id": "5411ffd5-72c6-4ab3-b179-708bcac73d08",
            "ReservationId": "9b59b50d-bd32-4ce5-add8-09ea0e1300e7",
            "SourceId": "bbe29c21-401a-4746-b97d-af1f00e1bb8b",
            "IsPrimary": false,
            "UpdatedUtc": "2025-11-11T05:00:00Z"
          }
        ],
        "Cursor": "5411ffd5-72c6-4ab3-b179-708bcac73d08"
      }
    }
  ]
}