Create a new Vehicle record

Creates a new canonical Vehicle. The license plate number is required (PLATE_REQUIRED otherwise). Platform Duplicate Rules (if configured by the customer) are enforced and surfaced as typed errors.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
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