Skip to main content

Response Fields

Each detail record returned by /get_report_data contains 28 fields describing one waste-management service event. The fields are grouped below into six categories. All date fields use ISO 8601 (YYYY-MM-DD).

Account & Location

FieldTypeDescription
parent_account_namestringParent organization name.
parent_account_idintegerParent account unique ID.
account_namestringSpecific account / facility name.
account_idintegerAccount unique ID.
location_namestringLocation identifier and descriptive name (typically an internal location code plus description).
location_idintegerLocation unique ID.

Service & Billing

FieldTypeDescription
invoice_datestring (ISO date)Date the invoice was generated.
service_date_detailsstring (ISO date)Date the service was performed.
service_typestringService category — Recurring or On Call.
service_descriptionstringDetailed description of the service, e.g. Monthly Service Commercial.
amountfloatDollar amount charged (USD; no currency symbol).
quantityintegerNumber of containers or services.

Material & Container

FieldTypeDescription
materialstringWaste stream — e.g. Trash, Single Stream, Organics.
disposal_typestringDisposal method — Landfill or Recycle.
equipmentstringEquipment / container size description, e.g. 4 Yard Front Load, 96 Gallon Tote.
container_typestringContainer category, e.g. Front Load, Tote, Open Top.
container_volumefloatContainer capacity.
container_uomstringUnit of measure for volume — Cubicyard or Gallon.

Schedule

FieldTypeDescription
schedulestringFrequency category — Weekly, Bi-Weekly, On Call.
schedule_description_cleanstringHuman-readable schedule, e.g. Monday, Wednesday, Friday.
frequencyintegerWeeks between services (1 = weekly, 2 = bi-weekly).

Weight & Environmental

FieldTypeDescription
weight_idstringUnique weight record ID.
source_idintegerData source system ID.
source_descstringSource description — item id or job no.
is_calculatedinteger0 = actual measured weight, 1 = estimated / calculated.
weight_in_lbsfloatTotal weight in pounds.
weight_in_tonsfloatTotal weight in US short tons (weight_in_lbs / 2000).
total_emissionfloatCarbon emissions in metric tons CO₂e.
Emissions reporting

total_emission is derived from EPA emission factors based on material, disposal_type, and weight_in_tons — ready to use directly in sustainability and ESG reports.