Podio API Documentation

Contracts: Block Contract Externally

POST /contract/{contract_id}/block_external

Blocks a contract for a given contractId and the external system.

Only the contracts provisioned by the external system will be able to block the contract.

In case of citrix cloud we will even check the citrix_cloud_id matches the org for which the contract is being blocked.

Parameters
contract_id*
Required.
Request {
"external_system": ContractCitrixType, <citrix_cloud, sfdc etc>
"cc_customer_id": "+string" <mandatory for citrix_cloud>
}
Response

204 Response

Sandbox

The sandbox only handles GET operations for now.