CreateContractGroupInput
Input type for creating a contract group.
Input fields
The type of the contract group.
The managing party for the contract group.
The date from which the contract group is valid.
The date until which the contract group is valid. Leave null for open-ended groups.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"groupType": "think-reach-machine-world-doctor",
"managingParty": ManagingPartyInput,
"validFrom": NO_EXAMPLE_AVAILABLE,
"validTo": NO_EXAMPLE_AVAILABLE
}