Skip to main content
Close announcements banner

Examples: Clearing the values of a multi-occurrence field through the REST API

Availability-noteDeprecated
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>

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!