Bill Segment REST Endpoints

Financial Transactions/Bill Segment
A bill typically contains one bill segment for every active service agreement linked to its account. A bill segment contains information showing how the segment was calculated and how it should be printed on the customer's bill. Note: All REST services that are in the Integration Suite Web Service Category require the related Integration Suite add-on product option to use.
Action Bill Segment
Method: patch
Path: https://server:port/spl/rest/apis/customer/financials/billSegments/{billSegmentId}/action
Create Bill Segment
Method: post
Path: https://server:port/spl/rest/apis/customer/financials/billSegments/
Delete Bill Segment
Method: delete
Path: https://server:port/spl/rest/apis/customer/financials/billSegments/{billSegmentId}
Get Bill Segment
Method: get
Path: https://server:port/spl/rest/apis/customer/financials/billSegments/{billSegmentId}
Update Bill Segment
Method: put
Path: https://server:port/spl/rest/apis/customer/financials/billSegments/{billSegmentId}