DemandFlow Support Centre

ITADCERT: ITAD Certificate

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Formal compliance certificate for data destruction, recycling, or WEEE compliance issued as part of an ITAD disposition order.

ITADCERT: ITAD Certificate

Formal compliance certificate for data destruction, recycling, or WEEE compliance issued as part of an ITAD disposition order.

Default definition. This article describes the default ITADCERT 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 ITADCERT.

Entity properties

PropertyValue
Entity codeITADCERT
Display nameITAD Certificate
PluralITAD Certificates
Level50640

Use cases

ITADCERT records formal certificates generated during ITAD processing. Certificate types include data destruction (per NIST 800-88), recycling (WEEE compliance), duty of care (waste transfer notes), and general waste transfer certificates. Each certificate can be order-level (covers entire ITADORDER) or line-level (covers specific ITADLINE).

Fields

Certificate Details

FieldTypeRequiredNotes
reftextRef.
nametextYesCertificate Reference.
certTypeenumYesValid ids: dataDestruction (Data Destruction), recycling (Recycling), weeeCompliance (WEEE Compliance), dutyOfCare (Duty of Care), wasteTransfer (Waste Transfer).
projectreference → ITADORDERDisposition Order.
linereference → ITADLINESpecific asset (leave blank for batch certificate)
statusenumYesValid ids: draft (Draft), issued (Issued), verified (Verified), expired (Expired).
issuedBytextVendor or processor who issued the certificate
issuedDatedateIssued Date.
expiryDatedateExpiry Date.
referenceNumbertextVendor's certificate number
standardtexte.g. NIST 800-88 Purge, R2, e-Stewards

Scope & Verification

FieldTypeRequiredNotes
assetCountnumberNumber of assets covered by this certificate
totalWeightKgnumberTotal Weight (kg).
destructionMethodreference → ITADDESTRUCTIONDestruction Method.
serialNumberstext (multi-line)List of serial numbers covered (if per-asset)

Internal Verification

FieldTypeRequiredNotes
verifiedByreference → userVerified By.
verificationDatedateVerification Date.
verificationNotestext (multi-line)Verification Notes.

Relationships

  • Lookups: project points at a ITADORDER record; line points at a ITADLINE record; destructionMethod points at a ITADDESTRUCTION record; verifiedBy points at a user.

Creating a ITAD Certificate via the API

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

{
  "entity":   "ITADCERT",
  "level":    50640,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "certType": "dataDestruction",
  "status": "draft",
  "ref": "..."
}

Listing ITAD Certificates

# All records in your tenant
GET /v1/entities/ITADCERT/SUB:<your-sub-id>

See also

itadcertitadcertificatecertificates

Was this article helpful?

← Back to Knowledge Base