GET api/Partner/{id}/MergeCyclist/{victimid}/WithCyclist/{survivorid}
Merges two cyclist records - call CanMergeCyclist first to check if action is valid Merge will link the bikes of the victim to the survivor and ensure all of the victims linked partners still have access to the survivor
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
partner id |
integer |
Required |
victimid |
the victim in the merge action |
integer |
Required |
survivorid |
the survivor in the merge action |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>