DemandFlow Support Centre

PATENTRENEW: Patent Renewal

ReferenceEntity Reference16/04/2026Updated 16/04/2026
The PATENTRENEW entity represents a renewal or annuity payment record for maintaining a granted patent in force.

PATENTRENEW: Patent Renewal

The PATENTRENEW entity represents a renewal or annuity payment record for maintaining a granted patent in force.

Default definition. This article describes the default PATENTRENEW definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches PATENTRENEW.

Entity properties

PropertyValue
Entity codePATENTRENEW
Display namePatent Renewal
PluralPatent Renewals
Level430

Use cases

Child entity of PATENT for tracking renewal/annuity deadlines and payments. Two-column layout: left has renewal details (name, jurisdiction application link, renewal year, due date, grace period end), right has payment details (amount, currency, status, paid date, receipt reference). Linked to PATENT via SUB|PAT comboKey. Shown as relatedlist on PATENT Renewals panel.

Fields

General

FieldTypeRequiredNotes
ownerIdreference → userCreated by. Read-only.
nametextYesRenewal name.
patentAppreference → PATENTAJurisdiction application.
renewalYearnumberRenewal year.
dueDatedateYesDue date.
gracePeriodEnddateGrace period end.
amountnumberAmount.
currencyenumCurrency. Valid ids: GBP (GBP), USD (USD), EUR (EUR), CHF (CHF), JPY (JPY).
statusenumYesStatus. Valid ids: upcoming (Upcoming), due (Due), paid (Paid), overdue (Overdue), lapsed (Lapsed).
paidDatedateDate paid.
receiptReftextReceipt reference.

Relationships

  • Lookups: patentApp points at PATENTA record.

Creating a Patent Renewal via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "PATENTRENEW",
  "level":    430,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "dueDate": "2026-01-01",
  "status": "upcoming",
  "patentApp": ""
}

Listing PATENTRENEW records

# All patent renewals in your tenant
GET /v1/entities/PATENTRENEW/SUB

See also

patentrenewpatent renewalpatent renewalspatentrenewal

Was this article helpful?

← Back to Knowledge Base