Update or replace a contract by including the id of the contract as a path parameter.
Documentation Index
Fetch the complete documentation index at: https://sendcloud.dev/llms.txt
Use this file to discover all available pages before exploring further.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
The id of the contract.
Update request object model
New contracts are inactive by default, if you want to activate it immediately set this flag.
false
Marks the contract as default for a carrier. You can have only one default direct contract per carrier.
Note: You cannot mark a contract as not default, to switch the default contract of a carrier use is_default_per_carrier: true on the contract you like to set as active, other contracts for this carrier will automatically be marked as not default.
false
Fields for creating a contract. It supports dynamic key-value pairs, where keys represent field names and values are string-based data.
{
"country": "NL",
"client_id": "sendcloud-1"
}The name of the contract
50"main"
OK
Update contract
User contract