/
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
Company
Company
Read with this
Add new Company [POST]
Add new Company [POST]
Read with this
Company by ID [GET]
Company by ID [GET]
Read with this
CustomerCustomFieldValue
CustomerCustomFieldValue
More like this
ReservationRoomStayCustomFieldValue
ReservationRoomStayCustomFieldValue
More like this
ReservationRoomStayGuestCustomFieldValue
ReservationRoomStayGuestCustomFieldValue
More like this