---
title: "Create a batch of fees"
method: POST
path: "/crm/objects/2026-03/fees/batch/create"
tags: ["Batch"]
---

# Create a batch of fees

`POST /crm/objects/2026-03/fees/batch/create`

Create multiple fees in a single request by providing a batch of fee objects with their properties and associations. This operation returns a list of the created fee objects, including their unique identifiers.

## Request body

- CrmObjectsBatchInputSimplePublicObjectBatchInputForCreate
  - `inputs` CrmObjectsSimplePublicObjectBatchInputForCreate[], required
    - `associations` CrmObjectsPublicAssociationsForObject[], required
      - `to` PublicObjectId, required — Contains the Id of a Public Object
        - `id` string, required — The unique identifier for the public object.
      - `types` AssociationSpec[], required
        - `associationCategory` 'HUBSPOT_DEFINED' | 'INTEGRATOR_DEFINED' | 'USER_DEFINED' | 'WORK', required — The category of the association, such as "HUBSPOT_DEFINED".
        - `associationTypeId` integer, required — The ID representing the specific type of association.
    - `objectWriteTraceId` string — An identifier used for tracing the creation or update request of the object.
    - `properties` object, required — Key value pairs representing the properties of the object.

## Response `201`

successful operation

- CrmObjectsBatchResponseSimplePublicObject — A public object batch response object
  - `completedAt` string, date-time, required — The timestamp when the batch processing was completed, in ISO 8601 format.
  - `links` object — An object containing relevant links related to the batch request.
  - `requestedAt` string, date-time — The timestamp when the batch request was initially made, in ISO 8601 format.
  - `results` CrmSimplePublicObject[], required
    - `archived` boolean, required — Whether the object is archived.
    - `archivedAt` string, date-time — The timestamp when the object was archived, in ISO 8601 format.
    - `createdAt` string, date-time, required — The timestamp when the object was created, in ISO 8601 format.
    - `id` string, required — The unique ID of the object.
    - `objectWriteTraceId` string — An identifier used for tracing the write request for the object.
    - `properties` object, required — Key-value pairs representing the properties of the object.
    - `propertiesWithHistory` object — Key-value pairs representing the properties of the object along with their history.
    - `updatedAt` string, date-time, required — The timestamp when the object was last updated, in ISO 8601 format.
    - `url` string — The URL associated with the object.
  - `startedAt` string, date-time, required — The timestamp when the batch processing began, in ISO 8601 format.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — The status of the batch processing request: "PENDING", "PROCESSING", "CANCELLED", or "COMPLETE"

## Other responses

- `207` — multiple statuses
- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.net/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/versions/f9c7181056c5/schema)
