/
CompanyCustomFieldValue
CompanyCustomFieldValue
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Unique identifier for the CompanyCustomFieldValue. |
code | String | true | |
name | String | true | |
booleanValue | Boolean | false | |
numberValue | Integer | false | |
stringValue | String | false | |
dateValue | Date | false | |
selectValue | CustomFieldSelect | false | |
multiSelectValueList | List of CustomFieldSelect | false |
JSON representation
{ "id": 1, "code": "NATIONAL", "name": "National", "booleanValue": true, "numberValue": null, "stringValue": null, "dateValue": null, "selectValue": null, "multiSelectValueList": null }
, multiple selections available,
Related content
CustomerCustomFieldValue
CustomerCustomFieldValue
More like this
CompanyAddress
CompanyAddress
More like this
CompanyAccounting
CompanyAccounting
More like this
Company
Company
Read with this
CustomField
CustomField
More like this
Company by ID [GET]
Company by ID [GET]
Read with this