BillingGrade

The Billing Grades page lets you define various categories for billing purposes. Billing grades can be associated with User Groups and Users.

Supported API Calls: List | Add | Update | Delete

Object Properties

BillingGrade shares all properties with its base LookupValue object.

List

Description

Returns a list of Accounting Setup Billing Grades.

URL

https://{company}.bluecamroo.com/api/BillingGrade/list

HTTP Method

GET

Data Return

Returns the billing grade list in the requested format (e.g., JSON or XML)

HTTP Return Status Code

200: Ok

401: Not authorized (you need to log in)

Add

Description

Adds a billinggrade object.

URL

https://{company}.bluecamroo.com/api/BillingGrade/Add

HTTP Method

POST

Parameters

A BillingGrade object

Data Return

Returns the BillingGrade object in the requested format (e.g., JSON or XML)

HTTP Return Status Code

201: Created

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)

Update

Description

Updates a billing grade object.

URL

https://{company}.bluecamroo.com/api/BillingGrade/Update

HTTP Method

PUT

Parameters

A BillingGrade object

Data Return

Returns the BillingGrade object in the requested format (e.g., JSON or XML)

HTTP Return Status Code

200: Ok

400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)

Delete

Description

Deletes the specified Billing Grade object.

URL

https://{company}.bluecamroo.com/api/BillingGrade/Delete/{id}

HTTP Method

DELETE

Parameters

None

Data Return

None

HTTP Return Status Code

200: Ok

400: Bad Request (One or more input data items is not valid, for example a mandatory field is blank)

401: Not authorized (you need to log in)

403: Forbidden (you don't have permission to this resource)