person_id
for given member. Please note that person_id
cannot be preset in member payload and will be silently ignored. Also, it cannot be updated.{
"success": true,
"source": "db",
"person_id": 92
}
{
"success": true,
"source": "storage",
"person_id": 92
}
{
"success": true,
"source": "db_and_cache",
"person_id": null
}
{
"success": true,
"source": "not_found",
"person_id": null
}
Parameter | Description | Type |
---|---|---|
id | Member's ID | integer |
Key | Type | Description |
---|---|---|
success | boolean | If query was successful? |
source | string | Source of person_id (possible values are: not_found , db , storage ) |
person_id | integer | Member's person_id |
Status | Reason |
---|---|
422 | Invalid MSISDN param |
{
"source": "storage",
"person_id": 92
}