Values.CreateConnectionInvitationRequestSourceCreates a new connection invitation to establish a partnership with another organization.
type nonrec t = {catalog : Catalog.t;The catalog identifier where the connection invitation will be created.
*)clientToken : ClientToken.t;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)connectionType : ConnectionType.t;The type of connection being requested (e.g., reseller, distributor, technology partner).
*)email : Email.t;The email address of the person to send the connection invitation to.
*)message : CreateConnectionInvitationRequestMessageString.t;A custom message to include with the connection invitation.
*)name : SensitiveUnicodeString.t;The name of the person sending the connection invitation.
*)receiverIdentifier : ParticipantIdentifier.t;The identifier of the organization or partner to invite for connection.
*)}val make :
catalog:Catalog.t ->
clientToken:ClientToken.t ->
connectionType:ConnectionType.t ->
email:Email.t ->
message:CreateConnectionInvitationRequestMessageString.t ->
name:SensitiveUnicodeString.t ->
receiverIdentifier:ParticipantIdentifier.t ->
unit ->
t