POST api/customer/{id}/merge/{identifier}
Permanently merge customer into another
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Original customer, to be saved |
globally unique identifier |
Required |
| identifier |
Customer to be merged into original customer and deleted |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
None.