Zoho Services S API

The Services S API from Zoho — 2 operation(s) for services s.

Operations 7

GET /Services__s GET /services_s #
PUT /Services__s PUT /services_s #
POST /Services__s POST /services_s #
DELETE /Services__s DELETE /services_s #
GET /Services__s/{id} GET /services_s/{id} #
PUT /Services__s/{id} PUT /services_s/{id} #
DELETE /Services__s/{id} DELETE /services_s/{id} #

Documentation

Specifications

Code Examples

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/zoho-services-s-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

zoho-services-s-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Helpcenter Services S API
  version: 1.0.0
tags:
- name: Services S
paths:
  /Services__s:
    get:
      summary: GET /services_s
      description: services records get
      operationId: getServicesS
      responses:
        '200':
          description: OK - Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetservicessResponse200'
        '400':
          description: Bad Request - The request cannot be processed due to invalid syntax.
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/ErrorResponseCore1604218709'
                - $ref: '#/components/schemas/ErrorResponseCore1872678286'
      security:
      - iam-oauth2-schema:
        - ZohoCRM.modules.services.READ
      tags:
      - Services S
    put:
      summary: PUT /services_s
      description: update services api
      operationId: putServicesS
      parameters:
      - $ref: '#/components/parameters/ParamQueryAffectedData'
      requestBody:
        description: Request body
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/PutservicessRequest'
      responses:
        '200':
          description: OK - Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PutservicessResponse200'
        '207':
          description: Multi-Status — Response contains mixed status results
          content:
            application/json:
              schema:
                type: object
                additionalProperties: false
                description: Wrapped response containing data
                properties:
                  data:
                    type: array
                    allOf:
                    - contains:
                        $ref: '#/components/schemas/Post207multistatusResponse207'
                      description: success response in data
                      minContains: 1
                    - contains:
                        $ref: '#/components/schemas/DataError'
                      description: error response in data
                      minContains: 1
                    description: Array of success or failure data items
                    items:
                      oneOf:
                      - $ref: '#/components/schemas/Post207multistatusResponse207'
                      - $ref: '#/components/schemas/DataError'
                    maxItems: 200
                    minItems: 2
                required:
                - data
        '400':
          description: Bad Request - The request cannot be processed due to invalid syntax.
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/DataError'
                - $ref: '#/components/schemas/ErrorResponseCore564845355'
                - $ref: '#/components/schemas/ErrorResponseCore1569170772'
                - $ref: '#/components/schemas/ErrorResponseCore197782636'
                - $ref: '#/components/schemas/ErrorResponseCore1225158361'
                - $ref: '#/components/schemas/ErrorResponseCore695778820'
                - $ref: '#/components/schemas/ErrorResponseCore775669499'
                - $ref: '#/components/schemas/ErrorResponseCore1835963120'
                - $ref: '#/components/schemas/ErrorResponseCore1173663876'
                - $ref: '#/components/schemas/ErrorResponseCore542688165'
                - $ref: '#/components/schemas/ErrorResponseCore1924753111'
                - $ref: '#/components/schemas/ErrorResponseCore531684933'
                - $ref: '#/components/schemas/ErrorResponseCore1335501272'
                - $ref: '#/components/schemas/ErrorResponseCore964180820'
                - $ref: '#/components/schemas/ErrorResponseCore1604071034'
                - $ref: '#/components/schemas/ErrorResponseCore1484615382'
                - type: object
                  additionalProperties: false
                  description: Wrapped error response with data
                  properties:
                    data:
                      type: array
                      description: Array of error objects
                      items:
                        oneOf:
                        - $ref: '#/components/schemas/ErrorResponseCore591812267'
                        - $ref: '#/components/schemas/ErrorResponseCore578559762'
                        - $ref: '#/components/schemas/DataError'
                      maxItems: 25
                  required:
                  - data
      security:
      - iam-oauth2-schema:
        - ZohoCRM.modules.services.UPDATE
      tags:
      - Services S
    post:
      summary: POST /services_s
      description: create services api
      operationId: postServicesS
      requestBody:
        description: Request body
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/PostservicessRequest'
      responses:
        '201':
          description: Created - Resource created successfully
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PostservicessResponse201'
        '207':
          description: Multi-Status — Response contains mixed status results
          content:
            application/json:
              schema:
                type: object
                additionalProperties: false
                description: Wrapped response containing data
                properties:
                  data:
                    type: array
                    allOf:
                    - contains:
                        $ref: '#/components/schemas/Post207multistatusResponse207'
                      description: success response in data
                      minContains: 1
                    - contains:
                        $ref: '#/components/schemas/ErrorResponseCore1168955151'
                      description: error response in data
                      minContains: 1
                    description: Array of success or failure data items
                    items:
                      oneOf:
                      - $ref: '#/components/schemas/Post207multistatusResponse207'
                      - $ref: '#/components/schemas/ErrorResponseCore1168955151'
                    maxItems: 200
                    minItems: 2
                required:
                - data
        '400':
          description: Bad Request - The request cannot be processed due to invalid syntax.
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/ErrorResponseCore48783029'
                - $ref: '#/components/schemas/ErrorResponseCore564845355'
                - $ref: '#/components/schemas/ErrorResponseCore1569170772'
                - $ref: '#/components/schemas/ErrorResponseCore197782636'
                - $ref: '#/components/schemas/ErrorResponseCore815194988'
                - $ref: '#/components/schemas/ErrorResponseCore1915970813'
                - $ref: '#/components/schemas/ErrorResponseCore1225158361'
                - $ref: '#/components/schemas/ErrorResponseCore661033389'
                - $ref: '#/components/schemas/ErrorResponseCore695778820'
                - $ref: '#/components/schemas/ErrorResponseCore1805991557'
                - $ref: '#/components/schemas/ErrorResponseCore541683400'
                - $ref: '#/components/schemas/ErrorResponseCore775669499'
                - $ref: '#/components/schemas/ErrorResponseCore1835963120'
                - $ref: '#/components/schemas/ErrorResponseCore1173663876'
                - $ref: '#/components/schemas/ErrorResponseCore542688165'
                - $ref: '#/components/schemas/ErrorResponseCore1924753111'
                - $ref: '#/components/schemas/ErrorResponseCore531684933'
                - $ref: '#/components/schemas/ErrorResponseCore1335501272'
                - $ref: '#/components/schemas/ErrorResponseCore964180820'
                - $ref: '#/components/schemas/ErrorResponseCore2060249394'
                - $ref: '#/components/schemas/ErrorResponseCore1604071034'
                - $ref: '#/components/schemas/ErrorResponseCore1484615382'
                - $ref: '#/components/schemas/ErrorResponseCore416413920'
                - type: object
                  additionalProperties: false
                  description: Wrapped error response with data
                  properties:
                    data:
                      type: array
                      description: Array of error objects
                      items:
                        oneOf:
                        - $ref: '#/components/schemas/ErrorResponseCore591812267'
                        - $ref: '#/components/schemas/ErrorResponseCore578559762'
                        - $ref: '#/components/schemas/ErrorResponseCore1759680246'
                      maxItems: 25
                  required:
                  - data
      security:
      - iam-oauth2-schema:
        - ZohoCRM.modules.services.CREATE
      tags:
      - Services S
    delete:
      summary: DELETE /services_s
      description: services records delete
      operationId: deleteServicesS
      parameters:
      - $ref: '#/components/parameters/ParamQueryIds'
      responses:
        '200':
          description: OK - Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DeleteservicessResponse200'
        '207':
          description: Multi-Status — Response contains mixed status results
          content:
            application/json:
              schema:
                type: object
                additionalProperties: false
                description: Wrapped response containing data
                properties:
                  data:
                    type: array
                    allOf:
                    - contains:
                        $ref: '#/components/schemas/Post207multistatusResponse207'
                      description: success response in data
                      minContains: 1
                    - contains:
                        $ref: '#/components/schemas/ErrorResponseCore297287888'
                      description: error response in data
                      minContains: 1
                    description: Array of success or failure data items
                    items:
                      oneOf:
                      - $ref: '#/components/schemas/Post207multistatusResponse207'
                      - $ref: '#/components/schemas/ErrorResponseCore297287888'
                    maxItems: 200
                    minItems: 2
                required:
                - data
        '400':
          description: Bad Request - The request cannot be processed due to invalid syntax.
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/ErrorResponseCore1202290576'
                - $ref: '#/components/schemas/ErrorResponseCore1604218709'
                - $ref: '#/components/schemas/ErrorResponseCore980155013'
                - $ref: '#/components/schemas/DataError'
      security:
      - iam-oauth2-schema:
        - ZohoCRM.modules.services.DELETE
      tags:
      - Services S
  /Services__s/{id}:
    get:
      summary: GET /services_s/{id}
      description: services record get by id
      operationId: getServiceById
      parameters:
      - $ref: '#/components/parameters/ParamPathId'
      responses:
        '200':
          description: OK - Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetservicessResponse200'
        '400':
          description: Bad Request - The request cannot be processed due to invalid syntax.
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/ErrorResponseCore1604218709'
                - $ref: '#/components/schemas/ErrorResponseCore1872678286'
      security:
      - iam-oauth2-schema:
        - ZohoCRM.modules.services.READ
      tags:
      - Services S
    put:
      summary: PUT /services_s/{id}
      description: update services api
      operationId: putServiceById
      parameters:
      - $ref: '#/components/parameters/ParamQueryAffectedData'
      - $ref: '#/components/parameters/ParamPathId'
      requestBody:
        description: Request body
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/PutservicessRequest'
      responses:
        '200':
          description: OK - Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PutservicessResponse200'
        '400':
          description: Bad Request - The request cannot be processed due to invalid syntax.
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/DataError'
                - $ref: '#/components/schemas/ErrorResponseCore564845355'
                - $ref: '#/components/schemas/ErrorResponseCore1569170772'
                - $ref: '#/components/schemas/ErrorResponseCore197782636'
                - $ref: '#/components/schemas/ErrorResponseCore1225158361'
                - $ref: '#/components/schemas/ErrorResponseCore695778820'
                - $ref: '#/components/schemas/ErrorResponseCore775669499'
                - $ref: '#/components/schemas/ErrorResponseCore1835963120'
                - $ref: '#/components/schemas/ErrorResponseCore1173663876'
                - $ref: '#/components/schemas/ErrorResponseCore542688165'
                - $ref: '#/components/schemas/ErrorResponseCore1924753111'
                - $ref: '#/components/schemas/ErrorResponseCore531684933'
                - $ref: '#/components/schemas/ErrorResponseCore1335501272'
                - $ref: '#/components/schemas/ErrorResponseCore964180820'
                - $ref: '#/components/schemas/ErrorResponseCore1604071034'
                - $ref: '#/components/schemas/ErrorResponseCore1484615382'
                - type: object
                  additionalProperties: false
                  description: Wrapped error response with data
                  properties:
                    data:
                      type: array
                      description: Array of error objects
                      items:
                        oneOf:
                        - $ref: '#/components/schemas/ErrorResponseCore591812267'
                        - $ref: '#/components/schemas/ErrorResponseCore578559762'
                      maxItems: 25
                  required:
                  - data
      security:
      - iam-oauth2-schema:
        - ZohoCRM.modules.services.UPDATE
      tags:
      - Services S
    delete:
      summary: DELETE /services_s/{id}
      description: services record delete by id
      operationId: deleteServiceById
      parameters:
      - $ref: '#/components/parameters/ParamPathServiceId'
      responses:
        '200':
          description: OK - Successful response
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/DeleteservicessResponse200'
        '400':
          description: Bad Request - The request cannot be processed due to invalid syntax.
          content:
            application/json:
              schema:
                oneOf:
                - $ref: '#/components/schemas/ErrorResponseCore1202290576'
                - $ref: '#/components/schemas/ErrorResponseCore1604218709'
                - $ref: '#/components/schemas/ErrorResponseCore980155013'
                - $ref: '#/components/schemas/DataError'
      security:
      - iam-oauth2-schema:
        - ZohoCRM.modules.services.DELETE
      tags:
      - Services S
components:
  schemas:
    ErrorResponseCore1872678286:
      type: object
      additionalProperties: false
      description: One of the expected parameter is missing
      properties:
        code:
          type: string
          description: Error code
          enum:
          - REQUIRED_PARAM_MISSING
        details:
          type: object
          additionalProperties: false
          description: Error details with validation information
          properties:
            param_name:
              type: string
              description: 'Detail field: param_name'
              maxLength: 255
          required:
          - param_name
        message:
          type: string
          description: Error message
          enum:
          - One of the expected parameter is missing
        status:
          type: string
          description: Error status
          enum:
          - error
      required:
      - code
      - details
      - message
      - status
      title: Error Response Core
    MembersitemBase:
      type: object
      additionalProperties: true
      description: Base schema for MembersItem
      properties:
        id:
          type:
          - string
          - 'null'
          description: id of the owner
          maxLength: 100
        Members:
          $ref: '#/components/schemas/MembersBase'
    GETModifiedByNested:
      type: object
      additionalProperties: false
      description: Nested schema for Modified_By
      properties:
        name:
          type: string
          description: 'Field: name'
          maxLength: 255
        id:
          type: string
          description: 'Field: id'
          maxLength: 255
        email:
          type: string
          description: 'Field: email'
          maxLength: 255
      required:
      - email
      - id
      - name
    ErrorResponseCore542688165:
      type: object
      additionalProperties: false
      description: More than 100 users cannot be associated
      properties:
        code:
          type: string
          description: Error code
          enum:
          - LIMIT_EXCEEDED
        details:
          type: object
          additionalProperties: false
          description: Error details with validation information
          properties:
            api_name:
              type: string
              description: 'Detail field: api_name'
              maxLength: 255
            limit:
              type: integer
              format: int32
              description: 'Detail field: limit'
            json_path:
              type: string
              description: 'Detail field: json_path'
              maxLength: 1000
          required:
          - api_name
          - json_path
          - limit
        message:
          type: string
          description: Error message
          enum:
          - More than 100 users cannot be associated
        status:
          type: string
          description: Error status
          enum:
          - error
      required:
      - code
      - details
      - message
      - status
      title: Error Response Core
    DataError:
      type: object
      description: Generated schema for dataError
      additionalProperties: true
      properties:
        code:
          description: error code
          maxLength: 255
          type: string
        details:
          type: object
          additionalProperties: false
          description: error details with validation information
          properties:
            api_name:
              description: name of the invalid field
              type: string
              maxLength: 255
            json_path:
              description: json path of the invalid field
              type: string
              maxLength: 1000
          required: []
        message:
          type: string
          description: error message
          maxLength: 1000
        status:
          description: status
          type: string
          maxLength: 1000
      required:
      - code
      - details
      - message
      - status
    OwnerBase:
      type: object
      additionalProperties: true
      description: Base schema for Owner
      properties:
        name:
          type:
          - string
          - 'null'
          description: name of the owner
          enum:
          - Madeshwaran G
          maxLength: 100
        id:
          type:
          - string
          - 'null'
          description: id of the owner
          enum:
          - '4671651000000635001'
          maxLength: 100
        email:
          type:
          - string
          - 'null'
          description: email
          enum:
          - madeshwaran.g@zohocorp.com
          maxLength: 100
    ErrorResponseCore416413920:
      type: object
      additionalProperties: false
      description: As service availability is not valid, status cannot be changed
      properties:
        code:
          type: string
          description: Error code
          enum:
          - NOT_ALLOWED
        details:
          type: object
          additionalProperties: false
          description: Error details with validation information
          properties:
            api_name:
              type: string
              description: 'Detail field: api_name'
              maxLength: 255
            json_path:
              type: string
              description: 'Detail field: json_path'
              maxLength: 1000
          required:
          - api_name
          - json_path
        message:
          type: string
          description: Error message
          enum:
          - As service availability is not valid, status cannot be changed
        status:
          type: string
          description: Error status
          enum:
          - error
      required:
      - code
      - details
      - message
      - status
      title: Error Response Core
    ErrorResponseCore775669499:
      type: object
      additionalProperties: false
      description: When the service status is available, unavailable till must be lesser than current Time
      properties:
        code:
          type: string
          description: Error code
          enum:
          - DEPENDENT_MISMATCH
        details:
          type: object
          additionalProperties: false
          description: Error details with validation information
          properties:
            dependee:
              type: object
              additionalProperties: false
              description: 'Detail field: dependee'
              properties:
                api_name:
                  type: string
                  description: 'Nested detail field: api_name'
                  maxLength: 255
                json_path:
                  type: string
                  description: 'Nested detail field: json_path'
                  maxLength: 1000
              required:
              - api_name
              - json_path
            api_name:
              type: string
              description: 'Detail field: api_name'
              maxLength: 255
            json_path:
              type: string
              description: 'Detail field: json_path'
              maxLength: 1000
          required:
          - api_name
          - dependee
          - json_path
        message:
          type: string
          description: Error message
          enum:
          - When the service status is available, unavailable till must be lesser than current Time
        status:
          type: string
          description: Error status
          enum:
          - error
      required:
      - code
      - details
      - message
      - status
      title: Error Response Core
    ErrorResponseCore1604071034:
      type: object
      additionalProperties: false
      description: Members is not Confirmed
      properties:
        code:
          type: string
          description: Error code
          enum:
          - INVALID_DATA
        details:
          type: object
          additionalProperties: false
          description: Error details with validation information
          properties:
            user_status:
              type: string
              description: 'Detail field: user_status'
              maxLength: 255
            api_name:
              type: string
              description: 'Detail field: api_name'
              maxLength: 255
            json_path:
              type: string
              description: 'Detail field: json_path'
              maxLength: 1000
          required:
          - api_name
          - json_path
          - user_status
        message:
          type: string
          description: Error message
          enum:
          - Members is not Confirmed
        status:
          type: string
          description: Error status
          enum:
          - error
      required:
      - code
      - details
      - message
      - status
      title: Error Response Core
    DeleteservicessResponse200:
      type: object
      additionalProperties: false
      description: services records delete , success response
      properties:
        data:
          type: array
          description: 'Field: data'
          items:
            $ref: '#/components/schemas/DataNested1'
          maxItems: 1
    OwnerNestedV2:
      allOf:
      - $ref: '#/components/schemas/OwnerBase'
      - type: object
        additionalProperties: true
        description: Required fields for Owner in PUT
        required:
        - email
      description: Operation-specific schema for Owner in PUT
    ErrorResponseCore1225158361:
      type: object
      additionalProperties: false
      description: Duration does not satisfy the service timing
      properties:
        code:
          type: string
          description: Error code
          enum:
          - DEPENDENT_MISMATCH
        details:
          type: object
          additionalProperties: false
          description: Error details with validation information
          properties:
            dependee:
              type: object
              additionalProperties: false
              description: 'Detail field: dependee'
              properties:
                api_name:
                  type: string
                  description: 'Nested detail field: api_name'
                  maxLength: 255
                json_path:
                  type: string
                  description: 'Nested detail field: json_path'
                  maxLength: 1000
              required:
              - api_name
              - json_path
            api_name:
              type: string
              description: 'Detail field: api_name'
              maxLength: 255
            json_path:
              type: string
              description: 'Detail field: json_path'
              maxLength: 1000
          required:
          - api_name
          - dependee
          - json_path
        message:
          type: string
          description: Error message
          enum:
          - Duration does not satisfy the service timing
        status:
          type: string
          description: Error status
          enum:
          - error
      required:
      - code
      - details
      - message
      - status
      title: Error Response Core
    ErrorResponseCore1569170772:
      type: object
      additionalProperties: false
      description: Service available time does not satisfy the business timing
      properties:
        code:
          type: string
          description: Error code
          enum:
          - DEPENDENT_MISMATCH
        details:
          type: object
          additionalProperties: false
          description: Error details with validation information
          properties:
            dependee:
              type: object
              additionalProperties: false
              description: 'Detail field: dependee'
              properties:
                api_name:
                  type: string
                  description: 'Nested detail field: api_name'
                  maxLength: 255
                json_path:
                  type: string
                  description: 'Nested detail field: json_path'
                  maxLength: 1000
              required:
              - api_name
              - json_path
            api_name:
              type: string
              description: 'Detail field: api_name'
              maxLength: 255
            json_path:
              type: string
              description: 'Detail field: json_path'
              maxLength: 1000
          required:
          - api_name
          - dependee
          - json_path
        message:
          type: string
          description: Error message
          enum:
          - Service available time does not satisfy the business timing
        status:
          type: string
          description: Error status
          enum:
          - error
      required:
      - code
      - details
      - message
      - status
      title: Error Response Core
    LayoutNested:
      type: object
      additionalProperties: false
      description: Layout id
      properties:
        id:
          type:
          - string
          - 'null'
          description: id
          maxLength: 18
    ErrorResponseCore1604218709:
      type: object
      additionalProperties: false
      description: the module name given seems to be invalid
      properties:
        code:
          type: string
          description: Error code
          enum:
          - INVALID_MODULE
        details:
          type: object
          additionalProperties: false
          description: Error details with validation information
          properties:
            resource_path_index:
              type: integer
              format: int32
              description: 'Detail field: resource_path_index'
          required:
          - resource_path_index
        message:
          type: string
          description: Error message
          enum:
          - the module name given seems to be invalid
        status:
          type: string
          description: Error status
          enum:
          - error
      required:
      - code
      - details
      - message
      - status
      title: Error Response Core
    DataNested:
      type: object
      additionalProperties: false
      description: 'data array '
      properties:
        Job_Sheet_Required:
          type:
          - string
          - 'null'
          description: is job sheet required for the service
          maxLength: 3
        Owner:
          $ref: '#/components/schemas/OwnerNested'
          description: owner of the service
        Available_Timings:
          type:
          - array
          - 'null'
          description: contains the service availability timing
          items:
            $ref: '#/components/schemas/AvailableTimingsNested'
          maxItems: 4
        Description:
          type:
          - string
          - 'null'
          description: Represents the description of the service
          maxLength: 32000
        Available_From:
          type:
          - string
          - 'null'
          format: date
          description: service availability start time (this field is mandatory when service availability type is specific date range)
          maxLength: 100
        Service_Name:
          type: string
          description: name of the service (Required)
          maxLength: 120
        Available_Till:
          type:
          - string
          - 'null'
          format: date
          description: service availability end time (this field is mandatory when service availability type is specific date range)
          maxLength: 100
        Available_Days:
          type:
          - array
          - 'null'
          description: contains days (this field is mandatory when availability type is set to specific days)
          items:
            type: string
            maxLength: 225
            description: service available days
          maxItems: 7
        Duration:
          type: integer
          format: int32
          description: duration of the service (Required)
        Tax:
          type:
          - array
          - 'null'
          description: Contains the ID and value of the tax applied to the service cost
          items:
            $ref: '#/components/schemas/TaxNested'
          maxItems: 2
        Price:
          ty

# --- truncated at 32 KB (84 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/zoho/refs/heads/main/openapi/zoho-services-s-api-openapi.yml