Update an existing Vehicle record

Idempotent update of descriptive fields. The license plate is immutable after creation, and an attempt to change it is rejected with code IMMUTABLE_FIELD. Omit vin on update. v1 does not store the VIN, so the API compares any VIN you send against an empty value and rejects it with code IMMUTABLE_FIELD. The required id field in the body or the 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

Request-scoped. v1 does not store the VIN, because Core has no schema column for it today. A create echoes the value back in the same response, and every later read returns null. Omit the field on update. A PUT that carries a VIN is rejected with code IMMUTABLE_FIELD.

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