Bill Format REST Endpoints
Account Management/Bill Format
Creates, updates, and retrieves bill format information.
- Create a Bill Format
- Method: postPath:
/billFormat - Delete a Bill Format
- Method: deletePath:
/billFormat/{id} - Get Bill Format by ID
- Method: getPath:
/billFormat/{id} - Get Bill Format Entities
- Method: getPath:
/billFormat - Partially Update a Bill Format
- Method: patchPath:
/billFormat/{id}