Skip to main content

Inactive record errors

What the Inactive record error codes mean and how to resolve them.

An inactive record error means the record you are trying to use exists but has been deactivated, and must be reactivated rather than recreated.

Every error in this family includes a stable code (for example BIZL-1009). Find that code in the table at the bottom of this article to see exactly which rule was triggered.

Common causes

  • The record was deactivated or archived.

  • A create was attempted for a record that already exists in an inactive state.

How to fix it

  1. Match the code in your response to the table below.

  2. Use an update (PUT) to reactivate the existing record instead of creating a new one.

  3. Re-send the request once the record is active.

Codes in this family

Code

What it means

BIZL-1009

This {dataType} is inactive and only one active {dataType} can exist with the value of {value} for {field}.

Did this answer your question?