Skip to content

katana_public_api_client.models.custom_fields_collection

katana_public_api_client.models.custom_fields_collection

Classes

CustomFieldsCollection

Collection of custom field definitions that can be applied to specific business objects for extended data capture

Example

{'id': 5, 'name': 'Product Quality Specifications', 'resource_type': 'product', 'custom_fields': [{'id': 10, 'name': 'quality_grade', 'field_type': 'select', 'label': 'Quality Grade', 'required': True, 'options': ['A', 'B', 'C']}, {'id': 11, 'name': 'certification_date', 'field_type': 'date', 'label': 'Certification Date', 'required': False}], 'created_at': '2024-01-08T10:00:00Z', 'updated_at': '2024-01-12T15:30:00Z'}