Allows a title partner to add a note to the title order associated with a transaction.
POST
/transactions/{transactionId}/title-order-note
curl \
--request POST 'https://ws.zipformplus.com/api/transactions/{transactionId}/title-order-note' \
--header "X-Auth-ContextId: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"message":"Submitted order"}'
Request examples
{
"message": "Submitted order"
}