curl --request POST \ --url https://sandbox.deck.co/api/v1/jobs/documents/list \ --header 'Content-Type: application/json' \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>' \ --data '{ "access_token": "<string>" }' #2927
2021119
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
{
"company_name": "energylink",
"account_number": "58291-44720",
"billing_date": "2025-01-22",
"next_billing_date": "2025-02-22",
"billing_period": {
"start_date": "2024-12-18",
"end_date": "2025-01-20",
"total_days": 33
},
"balance_forward": 32.74,
"previous_payments": 6892.44,
"previous_amount_due": 6925.18,
"new_charges": 8214.67,
"amount_due": 8247.41,
"payment_due_date": "2025-02-14",
"auto_pay_date": "2025-02-07",
"currency": "USD",
"billing_address": {
"name": "HARBORVIEW PROPERTIES LLP",
"street": "217 MAPLE RIDGE AVE",
"city": "BOSTON",
"state": "MA",
"postal_code": "02123-5521"
},
"service_locations": [
{
"service_type": "Fuel",
"service_address": {
"street": "4421 OAK VIEW LN UNIT 3A",
"city": "CAMBRIDGE",
"state": "MA",
"postal_code": "02140"
},
"total_usage": 5348,
"total_usage_unit": "Therms",
"service_plan": "SC5 - Commercial Heating",
"total_charges": 8214.67,
"meters": [
{
"meter_number": "89314472",
"usage_unit": "Therms",
"reading_cycle": "14",
"meter_reading": {
"start_date": "2024-12-18",
"end_date": "2025-01-20",
"total_days": 33,
"start_value": 38412,
"end_value": 43716,
"delta": 5304,
"multiplier_conversion": 1.00829,
"reading_type": "actual",
"usage": 5348,
"additional_data": [
{
"key": "Measured CCF",
"value": "5304"
},
{
"key": "Therm Factor",
"value": "1.00829"
}
]
},
"demand_meter_reading": {}
}
],
"charges": [
{
"group": "Delivery Services",
"details": "Basic Service Charge (including first 3.3 therms)",
"amount": 48.32
},
{
"group": "Delivery Services",
"details": "Next 1022.4 Therms",
"amount": 678.11,
"usage_unit": "therms",
"usage": 1022.4,
"usage_unit_rate": 0.663
},
{
"group": "Delivery Services",
"details": "Over/Last 4325 Therms",
"amount": 2431.67,
"usage_unit": "therms",
"usage": 4325,
"usage_unit_rate": 0.5623
},
{
"group": "Delivery Services",
"details": "delivery_rate_adj",
"amount": 82.46,
"usage_unit": "therms",
"usage": 5348,
"usage_unit_rate": 0.01542
},
{
"group": "Delivery Services",
"details": "billing_charge",
"amount": 1.12
},
{
"group": "Delivery Services",
"details": "state_local_surcharges",
"amount": 152.94
},
{
"group": "Delivery Services",
"details": "state_sales_tax_4_5_pct",
"amount": 158.23
},
{
"group": "Supply Services",
"details": "gas_supply",
"amount": 3497.28,
"usage_unit": "therms",
"usage": 5348,
"usage_unit_rate": 0.65399
},
{
"group": "Supply Services",
"details": "state_local_surcharges",
"amount": 91.77
},
{
"group": "Supply Services",
"details": "state_sales_tax_4_5_pct",
"amount": 172.45
}
]
}
],
"payments": [
{
"amount": 6892.44,
"date": "2025-01-08",
"details": "Payment Received on JAN 8 (Direct Deposit)"
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions