createpost https://api-examples.tamr.cloud/api/v1alpha1/relationshipsCreates a new relationship.Body ParamsfromTableIdstringrequiredThe table of the originating record.fromRecordIdstringrequiredThe identifier of the originating record.toTableIdstringrequiredThe table of the terminating record.toRecordIdstringrequiredThe identifier of the terminating record.relationshipTypeIdstringrequiredThe identifier of the type of the relationship.detailsobjectAdditional details about the relationship.details objectfromRecordVersionobjectThe expected version of the from record of the relationship If specified, operation is performed only if the current version of the record matches this.fromRecordVersion objecttoRecordVersionobjectThe expected version of the to record of the relationship If specified, operation is performed only if the current version of the record matches this.toRecordVersion objectResponse 200A successful response.Updated 23 days ago