List Custom Fields for Bill of Material

Retrieve a list of custom fields for the specified bill of material.

Custom Field Management: Extend your Rackbeat entities with powerful custom fields to capture business-specific information beyond the standard data structure. Available on Premium subscription plans, custom fields support four field types (text, textarea, checkbox, dropdown) and can be applied across products, customers, suppliers, and sales/purchasing documents. These user-defined fields seamlessly integrate with layouts and PDF generation allowing you to tailor Rackbeat to your unique operational requirements while maintaining data consistency throughout your organization.

Read the complete Custom Fields API Guide →

⚠️

Double URL Encoding advised for BOM (Lot) Numbers

When submitting BOM (Lot) numbers to API endpoints, apply double URL encoding to handle special characters like forward slashes (/), question marks (?), spaces and plus signs (+) that may be present in BOM (Lot) numbers. Single encoding may not be sufficient and can result in HTTP 404 errors or malformed requests. For example, encode ABC/123+DEF as ABC%252F123%252BDEF.

Alternatively, you can retrieve a URL-friendly version of the BOM (Lot) number from the GET endpoint response, which provides a pre-encoded identifier safe for use in subsequent API calls.


Language
Click Try It! to start a request and see the response here!