...
- GET /api/v1/profiles/company/{uuid}
- GET /api/v1/profiles/traveller/{uuid}
Generic (Field) Values handling
We are going to change the section handling custom fields (generic values).
So far, custom field data was available (where filled) including the section 'GENERIC_VALUES' in the get request (applicable to company and traveller profiles).
Starting from November 1st, 2022 we will only support the new section GENERIC_FIELD_VALUES for getting custom field data (where filled).
This new section includes besides of the field name and the value also the UUID number of the custom field.
Updates to a custom field can be done using the field name or uuid, where uuid however has priority over the field name.
We are going to remove the old 'GENERIC_VALUES' section on October 31st, 2022.
For the time being, either of the options (GENERIC_VALUES or GENERIC_FIELD_VALUES) can be used. However, we kindly ask you to perform the necessary changes until end of October latest.