Using Identifiers
The ID Field
There are three possible behaviors regarding the ID field when creating or updating a record:
| Field Value | Outcome |
|---|---|
Id is omitted | A new record will be created, and a new ID will be returned. |
A valid Id is provided | The existing record matching the ID will be updated. |
The provided Id does not exist | A new record will be created using the given ID. |