Update custom field values for a centre
PATCH/centres/{centreId}/custominformation
Update custom field values
Update a single custom field value
{
"customInformation": [
{
"customFieldID": "custom_field_2",
"value": "3"
}
]
}
Update a field in a group
{
"customInformation": [
{
"customFieldID": "cf_grouped_field",
"value": "new value",
"customFieldSetGroupIndex": "0"
}
]
}
Request
Responses
- 200
OK