GET api/Bike/{id}/mergewith/{survivorid}

Merges this bike with bike 2 (survivor) this bike status will be deactivated, and rides, services, service logs will be moved to survivor

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

survivorid

integer

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>