Factsheet

3.2 Fetch Detailed Profile of a Specific Customer

This service enables you to retrieve the details of a specific customer profile.

Command Format

entt_{Customer ID}: dump

  • Customer ID should be the ID of the customer/entity/profile in question.

Request Sample

{
    "srvcVrsn":  "2",
    "userInfo":  {
        "id"  :    "us0123456789abcdefghij0123456789",
        "athrzt" : {
            "id" : "id1234567890abcdefghij1234567890",
            "key": "ky1234567890abcdefghij1234567890"
        }
    },
    "cmmnd": {
        "cmmnd": "entt_1234567890abcdefghij1234567890aa: dump"
    }
}

Response Sample

{
    "exctnFdbck":  {
        "id" :  "75"
    },
    "type" : "s",
    "class": "h",
    "name" : {
        "first" : "anna",
        "middle": "jane",
        "last"  : "alex",
        "maiden": "john"
    },
    "gender":   "f",
    "dob"   :   {
        "date"  : "1990-12-30",
        "proof" : "/9j/4AAQSkZJRgABAQAAAQABAAD/2wAAAH/2Q=="
    },
    "ntnlty":        "nigeria",
    "stateOfOrigin": "katsina",
    "socialId": {
        "type"  : "vcrd",
        "id"    : "90f5afcf54295096347",
        "image" : "/9j/4AAQSkZJRgABAQAAAQABAAD/2wAAAH/2Q=="
    },
    "addrss": {
        "addrss": "20B, DELE STREET, LEKKI PHASE 1, LAGOS",
        "proof" : "/9j/4AAQSkZJRgABAQAAAQABAAD/2wAAAH/2Q=="
    },
    "phoneNo":    "+2347010001234",
    "eMail":      "em@example.com",
    "mrtlStatus": "m"
}