maf-dlcsoap-sys

(0 reviews)

home

Summary

maf-dlcsoap-sys is created for the MVNO Modernization project by calling the CSI DLCSOAP maf adapter to retrieve mobile device information from the DLCSOAP backend system. This system api will accept a json request, transform it to the appropriate xml soap request for the downstream maf DLCSOAP adapter method, and return the DLCSOAP response as a json response to the calling api.

Requirements

Following are the operations in the maf-dlcsoap-sys API.

deviceDetailsByIMEI

-GET: - retrieves device's information for IMEI number, Model from DLCSOAP, depending on what is in request

deviceDetailsByMDN

-GET: - retrieves device's information for IMEI number, Model from DLCSOAP, depending on what is in request

Requests are sent based on

  • Partner ID
  • IMEI
  • Phone Number

Notes

Connection Information

Key Value
HTTP Version HTTP/2
HTTP Verb GET
Response application/json

Reviews