Consumer Profile API (0.0.1)
Download OpenAPI specification:Download
Merge two profiles into one.
Merges data from specific fields from source profile into target profile.
Mergeable fields are - first_name
, last_name
, phone_number
, extended_attributes
, addresses
.
After merging data, source profile will be deleted as a result of the operation.
Authorizations:
bearerAuth
Request Body schema: application/json
source_profile_id required | string ID of the source profile. |
target_profile_id required | string ID of the target profile. |
Responses
Request samples
- Payload
Content type
application/json
{- "source_profile_id": "string",
- "target_profile_id": "string"
}
Response samples
- 200
Content type
application/json
{- "source_profile": { },
- "target_profile": { }
}