Paigo · Example Payload

Paigo Invoice Create Example

BillingUsage-Based BillingMeteringInvoicingPricingSaaSSubscriptionsDeveloper ToolsFinOps

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

Top-level fields

customerIdperiodStartperiodEnddueDate

Example Payload

Raw ↑
{
  "customerId": "cust_01234567-89ab-cdef-0123-456789abcdef",
  "periodStart": "2024-01-01T00:00:00Z",
  "periodEnd": "2024-01-31T23:59:59Z",
  "dueDate": "2024-02-15T00:00:00Z"
}