Handling Field Updates and Null Values in Service Requests
Updating information occurs even when the field is set to null. If no modifications are desired, omit the field in the request body. For example, to remove a description* (except for description_it, which is always required), invoke the service with the following body:{
"dimension_grouping": "BABY",
"description_fr": null
}
This request will set the description_fr to null. Modified at 2024-06-17 12:43:32