Billing

List products

get
Query parameters
organizationstring · uuidRequired
Responses
chevron-right
200

OK

Responseobject
get
/api/billing/products
200

OK

Get one product by product id

get
Query parameters
productIdstring · uuidRequired
Responses
chevron-right
200

OK

Responseobject
get
/api/billing/product
200

OK

Returns persons checkout information using the person's unique globally unique identifier.

get
Query parameters
userstring · uuidRequired
organizationstring · uuidRequired
Responses
chevron-right
200

OK

Responseobject
get
/api/billing/checkout-info
200

OK

Creates Invoice based on order information object.

post
Body
Organizationstring · uuidOptionalExample: 00000000-0000-0000-0000-000000000000
Customerstring · uuidOptionalExample: 00000000-0000-0000-0000-000000000000
Invoicestring · uuidOptionalExample: 00000000-0000-0000-0000-000000000000
InvoiceNumberinteger · int32Optional
CreatedDatestring · date-timeOptional
Responses
chevron-right
200

OK

Responseobject
post
/api/billing/create-order
200

OK

Returns invoice and invoice kids using invoice unique identifier.

get
Query parameters
invoicestring · uuidRequired
Responses
chevron-right
200

OK

Responseobject
get
/api/billing/invoice
200

OK

Returns all orders made by a customer.

get
Query parameters
userstring · uuidRequired
organizationstring · uuidRequired
Responses
chevron-right
200

OK

Responseobject
get
/api/billing/orders
200

OK

Last updated

Was this helpful?