ocuCollectivePurchaseCanContract
Resolves whether an OCU collective purchase customer can contract or not.
Arguments
OCU customer id to check.
Examples
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.
query OcuCollectivePurchaseCanContract($customerId: String!) {
ocuCollectivePurchaseCanContract(customerId: $customerId)
}
Variables
{
"customerId": "62796564"
}
Response
{
"data": {
"ocuCollectivePurchaseCanContract": true
}
}