Clearing the values of a multi-occurrence simple type field
Request body
To clear the values of a multi-occurrence simple type field ("Subsidiaries" in this example) in the Company record with CompanyId of DStar, send the following update information in the request body:
<records>
<Company>
<CompanyId>DStar</CompanyId>
<Subsidiaries></Subsidiaries>
</Company>
</records>
Result
After the successful mass partial update, the updated record should look like the following:
<Company>
<CompanyId>DStar</CompanyId>
<Branches>
<Office1>Large</Office1>
<Office2>Medium</Office2>
<Office3>Small</Office3>
</Branches>
</Company>