April 28, 2026
· 2 min read
GET /customer_forms
- removed the optional property
results/items/required_fieldsfrom the response with the200status (media type: application/xml) - removed the optional property
results/items/required_fieldsfrom the response with the200status (media type: application/json)
GET /customer_forms/{id}
- removed the optional property
required_fieldsfrom the response with the200status (media type: application/xml) - removed the optional property
required_fieldsfrom the response with the200status (media type: application/json)
POST /customer_fields
- added the new optional request property
is_required(media type: application/json) - added the new optional request property
is_required(media type: application/x-www-form-urlencoded) - added the new optional request property
is_required(media type: multipart/form-data)
PATCH /customer_fields/{id}
- added the new optional request property
is_required(media type: application/json) - added the new optional request property
is_required(media type: multipart/form-data) - added the new optional request property
is_required(media type: application/x-www-form-urlencoded)
PUT /customer_fields/{id}
- added the new optional request property
is_required(media type: multipart/form-data) - added the new optional request property
is_required(media type: application/x-www-form-urlencoded) - added the new optional request property
is_required(media type: application/json)