Amdocs · Example Payload

Connectx Invoice Example

TelecomBSSOSSBillingCustomer ManagementMVNO5GSaaS

Connectx Invoice Example is an example object payload from Amdocs, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

invoiceIdinvoiceNumbercustomerIdstatusinvoiceDatedueDatetotalAmounttaxAmountcurrencylineItems

Example Payload

Raw ↑
{
  "invoiceId": "TLK-291850",
  "invoiceNumber": "sample-value",
  "customerId": "TLK-463675",
  "status": "Cancelled",
  "invoiceDate": "2026-04-19",
  "dueDate": "2026-04-19",
  "totalAmount": 168.74,
  "taxAmount": 177.86,
  "currency": "USD",
  "lineItems": [
    "sample-value"
  ]
}