patch https://api.clazar.io/contracts//
Update details of a contract by ID
Cloud Identifiers:
The API response will have a cloud_identifiers
field that will contain different structures depending on the cloud.
{
"aws_account_id": "564711623794",
"customer_identifier": "R8hr7Aoamb8",
"product_code": "84ypdc9gxc0xus7xrxc5pvn14"
}
{
"saas_subscription_id":"bb7438bb-61dc-434c-cabb-27aaaa85d17c"
}
{
"entitlement_id":"6c7492a2-1b3e-4277-9da5-b8e36147fc02"
}
Custom Properties:
The API response will have a custom_properties
field that contains all the custom properties attached to the contract in a key-value format.
{
"country_cp": "123",
"trace_id_cp": "0012"
}