Mews · Example Payload

Mews Serviceordernotes Add Example

HospitalityHotelsPMSProperty Management

Mews Serviceordernotes Add 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": "serviceOrderNotes_add",
  "method": "POST",
  "path": "/api/connector/v1/serviceOrderNotes/add",
  "summary": "Add service order notes",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D",
        "AccessToken": "C66EF7B239D24632943D115EDE9CB810-EA00F8FD8294692C940F6B5A8F9453D",
        "Client": "Sample Client 1.0.0",
        "ServiceOrderNotes": [
          {
            "ServiceOrderId": "1dc0c6bf-2ce6-4a9f-af97-af5c01676720",
            "Text": "Shaken, not stirred."
          }
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "ServiceOrderNotes": [
          {
            "Id": "a06a225b-00f7-48c8-a463-af5c016768e9",
            "OrderId": "1dc0c6bf-2ce6-4a9f-af97-af5c01676720",
            "Text": "Shaken, not stirred.",
            "Type": "General",
            "CreatedUtc": "2022-11-29T21:48:32Z",
            "UpdatedUtc": "2022-11-30T12:36:37Z"
          }
        ]
      }
    }
  ]
}