Update an existing Vehicle record

Idempotent update of descriptive fields. The license plate and VIN are immutable post-creation; attempts to change them are rejected with code IMMUTABLE_FIELD. Required field id in the body or query string identifies the target.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Salesforce Vehicle record Id (alternative to body.id)

Body Params
string | null
licensePlate
object
required
string | null

In-memory only; round-trips per request but is not persisted in v1 (no Core schema column today)

string | null
string | null
string | null

4-character text matching the Core ThinkLP__Year__c schema (e.g., "2020")

string | null
string | null
string | null
string | null
string | null
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json