Mews · Example Payload

Mews Commands Addkeycutter Example

HospitalityHotelsPMSProperty Management

Mews Commands Addkeycutter 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": "commands_addKeyCutter",
  "method": "POST",
  "path": "/api/connector/v1/commands/addKeyCutter",
  "summary": "Add key cutter command",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D",
        "AccessToken": "C66EF7B239D24632943D115EDE9CB810-EA00F8FD8294692C940F6B5A8F9453D",
        "Client": "Sample Client 1.0.0",
        "EnterpriseId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
        "KeyCutterId": "7dafffff-a727-4917-a203-bd53995f21bf",
        "ReservationId": "be35b39e-ad7e-460a-8de9-4c7581e016a2",
        "KeyCount": 1
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "CommandId": "2391a3df-1c61-4131-b6f8-c85b4234adcb"
      }
    }
  ]
}