post https://ironcladapp.com/public/api/v1/records//actions
Runs an action on the contract. It supports lifecycle actions such as activating a contract.
Log in to see full request history
Responses
Runs an action on the contract. It supports lifecycle actions such as activating a contract.
xxxxxxxxxx
42curl --request POST \
--url https://ironcladapp.com/public/api/v1/records/id/actions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "activate",
"properties": {
"standard_terminationNoticePeriod": {
"type": "duration"
},
"effectiveDate": {
"type": "date"
},
"standard_renewalsRemaining": {
"type": "number"
},
"standard_renewalOptOutDate": {
"type": "date"
},
"standard_renewalOptOutPeriod": {
"type": "duration"
},
"standard_renewalTermLength": {
"type": "duration"
},
"standard_renewalType": {
"type": "string",
"value": "Auto-Renew"
Try It!
to start a request and see the response here! Or choose an example: