Podio API Documentation
Contracts: Update external provisioned contract
Used to update contracts that are provisioned from an external system. Can update licenses, end_date and tier of the contracts.
Parameters
- contract_id*
- Required.
Request
"contract": {
"tier": "Tier of the contract to be changed to",
"licenses": "Licenses to be added",
"end_date": "End date of the contract if to be updated"
},
"external_system": "Provisioner of the contract",
"cc_customer_id": CCid of the customer for citrix cloud. Mandatory for cc.
Response
{'contract_id': contract_id}