Mews · Example Payload

Mews Resourcecategoryimageassignments Getall Example

HospitalityHotelsPMSProperty Management

Mews Resourcecategoryimageassignments 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": "resourceCategoryImageAssignments_getAll",
  "method": "POST",
  "path": "/api/connector/v1/resourceCategoryImageAssignments/getAll",
  "summary": "Get all resource category image assignments",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D",
        "AccessToken": "C66EF7B239D24632943D115EDE9CB810-EA00F8FD8294692C940F6B5A8F9453D",
        "Client": "Sample Client 1.0.0",
        "ResourceCategoryImageAssignmentIds": [
          "edb5f556-7afb-4650-8d4e-8c0a6fff784d",
          "9d18f5fb-cce5-4e70-9561-f7804262344b"
        ],
        "ResourceCategoryIds": [
          "773d5e42-de1e-43a0-9ce6-f940faf2303f",
          "47d6b462-35ec-467e-a565-b00300781a41"
        ],
        "UpdatedUtc": {
          "StartUtc": "2023-11-01T00:00:00Z",
          "EndUtc": "2023-11-30T00:00:00Z"
        },
        "ActivityStates": [
          "Active"
        ],
        "EnterpriseIds": [
          "3fa85f64-5717-4562-b3fc-2c963f66afa6",
          "4d0201db-36f5-428b-8d11-4f0a65e960cc"
        ],
        "Limitation": {
          "Count": 100
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "ResourceCategoryImageAssignments": [
          {
            "Id": "edb5f556-7afb-4650-8d4e-8c0a6fff784d",
            "IsActive": true,
            "CategoryId": "773d5e42-de1e-43a0-9ce6-f940faf2303f",
            "ImageId": "e910d008-fded-4af5-a84f-c00f92e3947d",
            "CreatedUtc": "2023-10-01T11:48:57Z",
            "UpdatedUtc": "2023-10-28T11:48:57Z",
            "Ordering": 0
          },
          {
            "Id": "9d18f5fb-cce5-4e70-9561-f7804262344b",
            "IsActive": true,
            "CategoryId": "47d6b462-35ec-467e-a565-b00300781a41",
            "ImageId": "11056cdb-2045-49e0-821f-2b93905ff522",
            "CreatedUtc": "2023-10-01T11:48:57Z",
            "UpdatedUtc": "2023-10-28T11:48:57Z",
            "Ordering": 0
          }
        ],
        "Cursor": "9d18f5fb-cce5-4e70-9561-f7804262344b"
      }
    }
  ]
}