Cvent · Capability

Cvent REST APIs — Housing Hotels

Cvent REST APIs — Housing Hotels. 1 operations. Lead operation: Update Hotel Room Rates. Self-contained Naftiko capability covering one business surface.

Cvent REST APIs — Housing Hotels is a Naftiko capability published by Cvent, one of 52 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the PUT method rooted at /v1/housing-hotels/{…}/rooms/{…}/rates.

The capability includes 1 state-changing operation. Lead operation: Update Hotel Room Rates. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Cvent and Housing Hotels.

Run with Naftiko CventHousing Hotels

What You Can Do

PUT
Updatehotelroomrates — Update Hotel Room Rates
/v1/housing-hotels/{hotelCode}/rooms/{roomCode}/rates

MCP Tools

cvent-updatehotelroomrates

Update Hotel Room Rates

idempotent

Capability Spec

rest-housing-hotels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cvent REST APIs — Housing Hotels
  description: 'Cvent REST APIs — Housing Hotels. 1 operations. Lead operation: Update Hotel Room Rates. Self-contained Naftiko capability covering one business surface.'
  tags:
  - Cvent
  - Housing Hotels
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    CVENT_API_KEY: CVENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-housing-hotels
    baseUri: https://api-platform.cvent.com/ea
    description: Cvent REST APIs — Housing Hotels business capability. Self-contained, no shared references.
    resources:
    - name: housing-hotels-hotelcode-rooms-roomcode-rates
      path: /housing-hotels/{hotelCode}/rooms/{roomCode}/rates
      operations:
      - name: updatehotelroomrates
        method: PUT
        description: Update Hotel Room Rates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: hotelCode
          in: path
          type: string
          description: Path parameter hotelCode.
          required: true
        - name: roomCode
          in: path
          type: string
          description: Path parameter roomCode.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: rest-housing-hotels-rest
    port: 8080
    description: REST adapter for Cvent REST APIs — Housing Hotels. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/housing-hotels/{hotelCode}/rooms/{roomCode}/rates
      name: housing-hotels-hotelcode-rooms-roomcode-rates
      description: REST surface for housing-hotels-hotelcode-rooms-roomcode-rates.
      operations:
      - method: PUT
        name: updatehotelroomrates
        description: Update Hotel Room Rates
        call: rest-housing-hotels.updatehotelroomrates
        with:
          hotelCode: rest.hotelCode
          roomCode: rest.roomCode
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-housing-hotels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cvent REST APIs — Housing Hotels. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: cvent-updatehotelroomrates
      description: Update Hotel Room Rates
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-housing-hotels.updatehotelroomrates
      with:
        hotelCode: tools.hotelCode
        roomCode: tools.roomCode
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.