Add a bill item to a unit

This action will add a bill item to a given unit that you are permitted to access.

Try this request in your browser

/api/ /units/add_bill_item

Headers

X-Auth-App
X-Auth-Token
X-Auth-Secret
X-Auth-Extension
X-Auth-Password
X-Proxy-Auth-Token
X-Proxy-Auth-Secret

Parameters

id Integer
description String
cost_price
type String

The request output will be shown here...

URL

https://connectapi.dial9.co.uk/api/v2/units/add_bill_item

Access

Must be authenticated as an admin or reseller. If not authorised, a MustBeAnAdminOrReseller error will be returned.

Parameters

Parameter Type Default

id Required

The ID of the unit

Integer null

description Required

The description of the bill item

String null

cost_price Required

The amount of the bill item

null

type

The type of bill item

String null

Errors

There are no action-specific errors which can be raised.