Items REST Endpoints

Items
The REST web service for item-related operations.
Get a Bill Item
Method: get
Path: /bcws/webresources/v1.0/items/billunit/{id}
Get A/R Actions for a Bill Item
Method: get
Path: /bcws/webresources/v1.0/items/{id}/ar-actions
Get A/R Item Number
Method: get
Path: /bcws/webresources/v1.0/items/{id}/itemid
Get Bill Items by Bill and Service ID
Method: get
Path: /bcws/webresources/v1.0/items/bill/{id}/by-service
Get Bill Items for a Bill
Method: get
Path: /bcws/webresources/v1.0/items/bill/{id}
Get Bill Items for an Account
Method: get
Path: /bcws/webresources/v1.0/items/account/{id}