Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/control/v1/billing/invoices" \ -H "Content-Type: application/json" \ -d '{}'{
"stripe_invoice_id": "string",
"hosted_invoice_url": "string",
"amount_cents": 0,
"currency": "string",
"period_start": "2019-08-24T14:15:22Z",
"period_end": "2019-08-24T14:15:22Z",
"status": "string"
}{
"status_code": 400,
"detail": "Bad Request",
"extra": {}
}