Bill Format REST Endpoints

Account Management/Bill Format
Creates, updates, and retrieves bill format information.
Create a Bill Format
Method: post
Path: /billFormat
Delete a Bill Format
Method: delete
Path: /billFormat/{id}
Get Bill Format by ID
Method: get
Path: /billFormat/{id}
Get Bill Format Entities
Method: get
Path: /billFormat
Partially Update a Bill Format
Method: patch
Path: /billFormat/{id}