AckdbCompanyRelationshipType
Properties
typeKeystringrequiredpattern /^[a-z][a-z0-9_]{0,63}$/childToParentLabelstringrequiredparentToChildLabelstringrequireddescriptionstring (nullable)requiredoriginstringrequired"standard""custom"disabledbooleanrequiredcreatedAtstring <date-time>requiredupdatedAtstring <date-time>requiredExample
AckdbCompanyRelationshipType example
{
"typeKey": "string",
"childToParentLabel": "string",
"parentToChildLabel": "string",
"description": "string",
"origin": "standard",
"disabled": false,
"createdAt": "1970-01-01T00:00:00.000Z",
"updatedAt": "1970-01-01T00:00:00.000Z"
}