Mews · Example Payload

Mews Tasks Close Example

HospitalityHotelsPMSProperty Management

Mews Tasks Close 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": "tasks_close",
  "method": "POST",
  "path": "/api/connector/v1/tasks/close",
  "summary": "Close task",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D",
        "AccessToken": "C66EF7B239D24632943D115EDE9CB810-EA00F8FD8294692C940F6B5A8F9453D",
        "Client": "Sample Client 1.0.0",
        "TaskIds": [
          "a7f6f8a1-6a2c-4c4d-8b9f-3c8a6d2f1b7e",
          "b4c2d9fe-12a1-4c2b-9f6a-5b0c2f1d3e4a"
        ]
      }
    }
  ],
  "responseExamples": []
}