Great for ensuring vendor profiles stay current without needing to resend the entire record.
curl --location --request PUT 'https://staginggateway.fintainium.com/gateway/vendor/update' \
--header 'sessionKey;' \
--header 'Content-Type: application/json' \
--data '{
"businessId": 586103,
"vendor":[
{
"printNameOnCheck":"Test API Vendor 02",
"internalId": "00123457",
"companyName":"Test API Vendor 02"
}
]
}'{}