Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.04 KB

File metadata and controls

12 lines (9 loc) · 1.04 KB

# UpdateContractRequest

Properties

Name Type Description Notes
isActive bool New contracts are inactive by default, if you want to activate it immediately set this flag. [optional]
isDefaultPerCarrier bool 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. [optional]
contractData array<string,string> Fields for creating a contract. It supports dynamic key-value pairs, where keys represent field names and values are string-based data. [optional]
name string The name of the contract [optional]

[Back to Model list] [Back to API list] [Back to README]