INVITE AN ORGANIZATION

Invites an organization to connect, and exchange releases with.

POST /invitations

The governance app will handle the actual invitation, which allows the invited organization to register first if they are not yet on the network, and accept (or refuse) your invitation afterwards.

In the body you have to specify:

  • REFERENCE (optional)

    • Unique and returned when the invited organization has accepted your connection request.

    • This allows you to connect the address of that organization with your internal key (for instance an internal customer number).

    • You can put a client reference number in this field or any other string.

  • NAME of the organization you want to connect to (mandatory).

  • VAT number of the organization you want to connect to (mandatory).

  • EMAIL of contact person in the organization you want to connect to (mandatory);

    • this email address will be used to send the connection request to that organization.


EXAMPLE

Last updated