Skip to main content

Using Identifiers


The ID Field

There are three possible behaviors regarding the ID field when creating or updating a record:

Field ValueOutcome
Id is omittedA new record will be created, and a new ID will be returned.
A valid Id is providedThe existing record matching the ID will be updated.
The provided Id does not existA new record will be created using the given ID.