provider OrganizationRelationships POST /organizationRelationships
@utdk/pipedrive /organizationRelationships
Create an organization relationship
Creates and returns an organization relationship.

Try it

Authentication
Configure credentials for Pipedrive API v1
addorganizationrelationship
POST/organizationRelationships
Creates and returns an organization relationship.

Input

The ID of the base organization for the returned calculated values

required

The type of organization relationship

required

The owner of the relationship. If type is `parent`, then the owner is the parent and the linked organization is the daughter.

required

The linked organization in the relationship. If type is `parent`, then the linked organization is the daughter.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.addorganizationrelationship()