Visit Main Site
Join Partner Program
Login
     
Introduction
Authentication
Documentation
Account
GET
POST
PUT
PATCH
DELETE
Item
GET
POST
DELETE
PATCH
Item Fulfillment
GET
POST
PATCH
Item Receipts
GET
POST
PATCH
DELETE
Order
GET
POST
PATCH
PUT
DELETE
Subscription
Usage
GET
POST
PATCH
PUT
DELETE
Express
POST
Invoice
GET
POST
PATCH
DELETE
Payment
GET
POST
PATCH
DELETE
Credit Note
GET
PATCH
Refund
GET
POST
PATCH
DELETE
Purchase Order
GET
POST
DELETE
PATCH
Purchase Invoice
GET
POST
PATCH
DELETE
Purchase Payment
GET
POST
DELETE
PATCH
Purchase Credit Note Applications
GET
PATCH
Purchase Refund
GET
POST
DELETE
Gift Certificate
GET
POST
PATCH
DELETE
Return Merchandise Authorizations
GET
POST
RVA
GET
POST
Settings
GET
POST
PATCH
Integration
GET
POST
PATCH
DELETE
Portal
POST
Communications
GET
POST
Reports
GET
Proforma
GET
POST
Labour
GET
POST
PATCH
DELETE
Workflow
GET
POST
PATCH
Labour Profiles
GET
POST
PATCH
DELETE
Custom Development
Custom Component
GET
POST
PATCH
DELETE
Custom Attribute
GET
PATCH
Custom Object
GET
POST
PATCH
Custom Database
GET
POST
Custom Component Notes
GET
POST
» Custom Component Notes POST API Documentation

Create Custom Component Note: /component/{component_uuid}/{component_record_id}/notes

POST
https://dev-api.exsited.com/api/v3/component/{component_uuid}/{component_record_id}/notes
Try It Out
Purpose

This API allows you to create a new note for a specific component record, with the option to attach one or more files (such as images, PDFs, or documents). It enables users to add contextual notes and supporting files directly to component records.

Use Case

Use this endpoint when you need to log a new note against a component record. You can also upload related attachments (photos, scanned documents, or evidence files) alongside the note to keep all information centralized in the system.

Path Parameters
Parameter Type Description
component_uuid string Unique identifier of the component.
component_record_id string Unique identifier of the component record where the note is being added.
Query Parameters

No query parameter is required for this endpoint.

Request Body

The request body must be sent as form-data.

Field Type Required Description
note string Yes Text content of the note to be created.
attachment file Optional One or more files to be uploaded and linked to the note. Supports multiple file attachments.
Response

The response returns a JSON object wrapped under the component name (example: Inspection Service Package). Inside, the notes object provides a unique identifier (uuid) for the newly created note. This UUID is critical for referencing the note in future operations, such as retrieving details, updating, attaching additional files, or deleting the note. If files were attached, they are stored and linked to this note in the system, but only the uuid of the note is returned in this response for lightweight confirmation.

Response Body
JSON
{
    "Inspection Service Package": {
        "notes": {
            "uuid": "NOTE_UUID"
        }
    }
}
Attribute Type Description
uuid string Unique identifier of the created note.

Looking to build next big project?

With our robust set of tools and resources, you can create custom solutions that integrate seamlessly with our system and take your business to the next level.

Join Our Partner Program
APIs
SDK
Help Center
Community
Contact Us

©2026 Exsited. All rights reserved.

Terms and Conditions | Privacy Policy

Follow Us: