/
CompanyCustomFieldValue

CompanyCustomFieldValue

Structure

FieldTypeRequiredDescription
idIntegertrueUnique identifier for the

CompanyCustomFieldValue.

codeStringtrue
nameStringtrue

booleanValue

Booleanfalse
numberValueIntegerfalse
stringValueStringfalse
dateValueDatefalse
selectValueCustomFieldSelectfalse
multiSelectValueListList of CustomFieldSelectfalse

JSON representation

{
	"id": 1,
	"code": "NATIONAL",
	"name": "National",
	"booleanValue": true,
	"numberValue": null,
	"stringValue": null,
	"dateValue": null,
	"selectValue": null,
	"multiSelectValueList": null
}

Related content