POST
/
purchasedVehicle_oncreate_v2
/
{purchasedVehicleId}
/
motorcycleEngineNumber
curl --request POST \
  --url https://api.ekhodealer.com/purchasedVehicle_oncreate_v2/{purchasedVehicleId}/motorcycleEngineNumber \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "oemKey": "<string>",
  "motorcycleEngineNumber": "<string>"
}'
{
  "motorcycleEngineNumber": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

purchasedVehicleId
string
required

The ID of the purchased vehicle to which the motorcycle engine number will be assigned.

Body

application/json

Response

200
application/json

Motorcycle engine number successfully assigned to the purchased vehicle.

The response is of type object.