Examples: Clearing the values of a multi-occurrence field through the REST API
These examples show how to provide the correct request body to clear the values of a
multi-occurrence field successfully through the REST API.
In these examples, the following data record will be updated:
<Company>
<CompanyId>DStar</CompanyId>
<Subsidiaries>S_Beijing</Subsidiaries>
<Subsidiaries>S_Shanghai</Subsidiaries>
<Branches>
<Office1>Large</Office1>
<Office2>Medium</Office2>
<Office3>Small</Office3>
</Branches>
</Company>