Price Books API
3 PracBill API endpoints for price books. Base URL https://billing.pracbill.com.au/api.
Get paginated list of price books
GET /{api_key}/priceBooks/get/page/{page_number}
Responses
200— Request received successfully
Get detailed price book information including all items
GET /{api_key}/priceBooks/get/{id}
Responses
200— Request received successfully
Create or update a price book
POST /{api_key}/priceBooks/post
Request body
| Field | Type | Description |
|---|---|---|
id | integer | Price book ID (for updates) |
name | string | Price book name |
items | array of object | Price book items to add/update |
Responses
200— Price book saved successfully