ChargeItem REST Endpoints

ChargeItem
The operations from the ChargeItem category.
Create a charge item
Method: post
Path: /ChargeItem/$create
Create a credit charge item
Method: post
Path: /ChargeItem/{ID}/$credit
Create a modified charge item
Method: post
Path: /ChargeItem/{ID}/$modify
Get a charge item by ID
Method: get
Path: /ChargeItem/{ID}
Get a list of charge items
Method: get
Path: /ChargeItem