Update Vehicle
HTTP Request
PATCHhttps://staging.api-gw.propdata.net/users/api/v1/vehicles/{id}/
Example Response
{"id": 0,"site": 0,"created": "2025-07-17T08:32:27.711Z","modified": "2025-07-17T08:32:27.711Z","uuid": "770bba28-9f80-4d40-9c51-6e022364af91","source_ref": "string","registration_number": "string","branding": "string","branding_date": "string","branding_status": "string","branding_status_date": "string","agents": []}
Name | Description |
---|---|
id required | integer id of Record |
Name | Description |
---|---|
id | integer ID |
site | integer Site |
created | string Created |
modified | string Modified |
uuid | string Uuid |
source_ref nullable | string<= 100 characters Source ref |
registration_number nullable | string<= 30 characters Registration number |
branding nullable | string BrandingChoices: LightFull |
branding_date nullable | string Branding date |
branding_status nullable | string Branding statusChoices: NewRebrandedRemovedResigned |
branding_status_date nullable | string Branding status date |
agents | array of integers Choices: [ 1,2,3...2147483648 ] |
Responses
200
400 Bad request body
403 You do not have permission to perform this action
404 Not found
500 Internal server error
503 This website is not active