Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 759 Bytes

AddOrganizationRelationshipRequest.md

File metadata and controls

23 lines (11 loc) · 759 Bytes

Pipedrive.AddOrganizationRelationshipRequest

Properties

Name Type Description Notes
org_id Number The ID of the base organization for the returned calculated values [optional]
type String The type of organization relationship
rel_owner_org_id Number The owner of the relationship. If type is `parent`, then the owner is the parent and the linked organization is the daughter.
rel_linked_org_id Number The linked organization in the relationship. If type is `parent`, then the linked organization is the daughter.

Enum: TypeEnum

  • parent (value: "parent")

  • related (value: "related")