referConnectedServiceProviders
Refer a consumer connection to a Linckr connected service provider
Possible exception(s) that can be thrown:
- Validation Exception when the consumer connection is expired or rejected
- Validation Exception when the organisation is already referred
- Validation Exception when the organisation id provided matches the service provider id (so you refer your own organisation)
referConnectedServiceProviders(
organisationId: ID!
referrals: [ReferConnectedServiceProviderInput!]!
): [Referral!]!