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
}curl --location --request GET 'https://api.mpc.dev.placewise.com/v3/infinity-mall/members/1/person_id' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json'{}