Service Inventory Biz

(0 reviews)

GET-listServices

/service [GET]

This operation lists services associated with the given account.

Key Considerations for AG Market (Amdocs) v4r1 version

  1. Service details are being retrieved from Amdocs System by providing relatedParty.id(accountNumber) as queryParam.
  2. The response field "id" corresponds to the uniqueServiceId of the service.
  3. The response field "serviceCharacteristic.value" whose serviceCharacteristic.name == ServNo corresponds to serviceNumber.
  4. The possible values for response field "state" are "CA", "CU", "FA" and "TP".

                      "CA - Cancelled",
                      "CU - Current",
                      "FA - Fit Await",
                      "TP - Transfer Pending"
  5. The possible values for response field "serviceType" are "GM" ,"TP", "IP" and "DV".

                      "GM - Mobile",
                      "TP - Telephone number (Fix Voice)",
                      "IP - Internet / Broadband",
                      "DV - TV"

Reviews