Create an invoice for a subscriber
POST
/api/v1/users/{id}/invoices
prm_users_invoices_create
The per-subscriber form of issuing an invoice. Same validation and the same server-computed total; the subscriber comes from the path rather than the body.
At a glance
- Authentication
- Staff token or session
- Requires permission
-
prm_users_invoices_createCreate user invoices - Rate limit
t_mutate
Parameters
| Parameter | Description |
|---|---|
idrequired
path · integer
|
Subscriber id. |
itemsrequired
body · array
|
At least one line item. |