dxp-ux

(0 reviews)

home

Brief Description

The specification of the REST API for care app.

This API allows the following operations:

TMF-629 /customer/{id} : This API returns the customers details entity based on queryParams, uri params. Please check API documentation here/)

TMF-666 /billingAccount/{id} : This API returns the account details entity based on queryParams, uri params. Please check API documentation here/)

TMF-677 /usageConsumptionReport : This API provide ongoing information about usages related to any subscribed communication products (voice, data, TV) based on queryParams. Please check API documentation here/)

TMF-640 /service/{id} : This API create a service for sim activations. Please check API documentation here/)

TMF-670 /paymentMethod : This API creates an payment method for customers to pay for a product or service. Please check API documentation here/)

TMF-676 /payment (POST) : This API create payment for customers to pay for a product or service. Please check API documentation here/)

TMF-676 /payment(GET) : This API retrieves the payment made by the customer. Please check API documentation here/)

communicationMessage: This API creates a new CommunicationMessage and send it. Southbound Implementation is available for CR B2B markets.

topupBalance: This API creates a TopupBalance entity. Also, it provides tax info with doing actual topup if we include the "reason" field in Request. Please check API documentation here

product: This API returns the customers' products/subscriptions based on search criteria. Please check API documentation here

TMF-678 /appliedCustomerBillingRate : List appliedCustomerBillingRate is used to retrieve all the items present in the bill other than Payment, Tax and Invoice types. This resource is implemented for PR Market Fixed customer. Please check API documentation here/)

listCustomerBill: This operation list customer bill entities. Please check API documentation here

GetCustomerBillById: This operation Fetch CustomerBill Summary, PDF or TXT for given billReference. Please check API documentation here


Reviews