Notes REST Endpoints

Notes
The REST web service for note operations.
Create a Note
Method: post
Path: /bcws/webresources/v1.0/notes
Get Notes for a Bill Item
Method: get
Path: /bcws/webresources/v1.0/notes/item/{id}
Get Notes for a Bill Unit
Method: get
Path: /bcws/webresources/v1.0/notes/billunit/{id}
Get Notes for a Transaction
Method: get
Path: /bcws/webresources/v1.0/notes/transaction/{id}
Get Notes for an Account
Method: get
Path: /bcws/webresources/v1.0/notes/account/{id}