Web Services Reference for Oracle Billing Insight > RESTful API Resource Reference >

Web Service API Resources for Service Agreements


You use the serviceagreements resources described in Table 15 to manage service agreements in Oracle Billing Insight.

Table 15. API Resources for Service Agreements
Operation
Resource URI
API Input Parameters
Description

GET

/serviceAgreements

accountId

Returns all service agreements for the current period.

POST

/serviceAgreements

None

Creates a service agreement and adds it to the billing hierarchy.

The payload contains serviceAgreementId or (billerId, accountNumber saNumber).

GET

/serviceAgreements/{serviceAgreementId}

None

Returns information for a service agreement.

PUT

/serviceAgreements/{serviceAgreementId}

None

Updates information for a service agreement.

PUT

/serviceAgreements/{serviceAgreementId}

None

Cancels a service agreement.

The payload must contain endDate=now to cancel a service agreement.

Web Services Reference for Oracle Billing Insight Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.