This endpoint initiates fee calculation for a title entry by publishing a fee calculation event and updating the job status to “enriching”.
Path Parameters
The unique identifier of the title entry
Response
The ID of the title entry for which fees are being calculated
Updated job status, set to “enriching” after fee calculation is initiated
curl -X POST "https://api.cardinalgray.com/title/123e4567-e89b-12d3-a456-426614174000/fees" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"entryId": "123e4567-e89b-12d3-a456-426614174000",
"job_status": "enriching"
}