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.
Action Bill Segment
Method: patch
Path: https://server:port/spl/rest/apis/customer/financials/billSegments/{billSegmentId}/lifecycle
Bill Segment Search
Method: post
Path: https://server:port/spl/rest/apis/customer/financials/billSegments/search
Bill Segment Summary
Method: get
Path: https://server:port/spl/rest/apis/customer/financials/billSegments/{billSegmentId}/summary
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}