GET api/Partner/{id}/CanMergeCyclist/{cyclistid}
Used to check whether partner can merge a cyclist - the cyclist ID sent in will be the victim in the merge action (all his bikes will be linked to another cyclist)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
partner id |
integer |
Required |
cyclistid |
the victim 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>