Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 784 Bytes

OrganizationRelationship.md

File metadata and controls

23 lines (11 loc) · 784 Bytes

Pipedrive.OrganizationRelationship

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 [optional]
rel_owner_org_id Number The owner of this relationship. If type is `parent`, then the owner is the parent and the linked organization is the daughter. [optional]
rel_linked_org_id Number The linked organization in this relationship. If type is `parent`, then the linked organization is the daughter. [optional]

Enum: TypeEnum

  • parent (value: "parent")

  • related (value: "related")