Default loan contract
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"reasonCode": "PERMANENT_INSOLVENCY",
"comment": "Free form description"
}curl --location 'https://loan-api.sandbox.tuumplatform.com/api/v2/contracts/ID-1664282427/versions/ID-1664282427/default' \
--header 'x-channel-code: SYSTEM' \
--header 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHBpcnlEVGltZSI6IjIwMjMtMDgtMDhUMDg6Mzg6MjgiLCJyb2xlcyI6WyJBRE1JTiJdLCJuYW1lIjoiSm9obiBPZmZpY2VyIiwiZW1wbG95ZWVJZCI6IjEiLCJ0ZW5hbnRDb2RlIjoiTUIiLCJleHAiOjE2OTE0ODM5MDh9.5DysSjt0zhdQCaXUOiEZxRfO8sW6loVJRQYSbTLihkQ' \
--header 'Content-Type: application/json' \
--data '{
"reasonCode": "PERMANENT_INSOLVENCY",
"comment": "Free form description"
}'Sample response
Result
Last updated
Was this helpful?