Mews · Example Payload

Mews Serviceoverbookinglimits Getall Example

HospitalityHotelsPMSProperty Management

Mews Serviceoverbookinglimits Getall 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": "serviceOverbookingLimits_getAll",
  "method": "POST",
  "path": "/api/connector/v1/serviceOverbookingLimits/getAll",
  "summary": "Get all service overbooking limits",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D",
        "AccessToken": "C66EF7B239D24632943D115EDE9CB810-EA00F8FD8294692C940F6B5A8F9453D",
        "Client": "Sample Client 1.0.0",
        "ServiceIds": [
          "bd26d8db-86da-4f96-9efc-e5a4654a4a94",
          "8c1bd738-a505-4b29-aa71-9ecc2982b843"
        ],
        "ServiceOverbookingLimitIds": [
          "e654f217-d1b5-46be-a820-e93ba568dfac"
        ],
        "CollidingUtc": {
          "StartUtc": "2024-11-01T00:00:00Z",
          "EndUtc": "2024-11-30T00:00:00Z"
        },
        "UpdatedUtc": {
          "StartUtc": "2024-11-01T00:00:00Z",
          "EndUtc": "2024-11-30T00:00:00Z"
        },
        "ActivityStates": [
          "Active"
        ],
        "EnterpriseIds": [
          "3fa85f64-5717-4562-b3fc-2c963f66afa6",
          "4d0201db-36f5-428b-8d11-4f0a65e960cc"
        ],
        "Limitation": {
          "Count": 100,
          "Cursor": "e7f26210-10e7-462e-9da8-ae8300be8ab7"
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "ServiceOverbookingLimits": [
          {
            "Id": "e654f217-d1b5-46be-a820-e93ba568dfac",
            "ServiceId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
            "FirstTimeUnitStartUtc": "2024-11-01T00:00:00Z",
            "LastTimeUnitStartUtc": "2024-11-30T00:00:00Z",
            "Limit": 10,
            "CreatedUtc": "2024-01-31T10:48:06Z",
            "UpdatedUtc": "2024-01-31T10:58:06Z",
            "IsActive": true
          }
        ],
        "Cursor": "e654f217-d1b5-46be-a820-e93ba568dfac"
      }
    }
  ]
}