When working with the Clarifresh API, the Update endpoint allows you to update properties for an existing inspection. To ensure updates work correctly, there are two important things to keep in mind:
-
Use the Property’s External ID
Every property you want to update must be referred to by its external ID.
This external ID is not the display name you see in the UI but the unique identifier configured in your system.
-
Check Your Mapping Section
Before calling the endpoint, confirm that the property’s external ID is set up in the Mapping section of the Integration panel.
Without this mapping, the API won’t know how to connect your external ID with the correct Clarifresh property.
"properties": [
{
"value": "54321124BFM",
"externalId": "sap_truckid"
}
]