POST api/Dealer/SubscriptionRenewal

Request Information

URI Parameters

None.

Body Parameters

SubRenewal
NameDescriptionTypeAdditional information
authKey

string

Required

CompanyId

integer

Required

Imei

string

Min length: 6

VehicleId

integer

Required

Vehicle

string

None.

subscriptionPlan

string

None.

startDate

date

None.

endDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "authKey": "sample string 1",
  "CompanyId": 2,
  "Imei": "sample string 3",
  "VehicleId": 4,
  "Vehicle": "sample string 5",
  "subscriptionPlan": "sample string 6",
  "startDate": "2025-06-19T15:02:12.6141668+05:30",
  "endDate": "2025-06-19T15:02:12.6141668+05:30"
}

text/html

Sample:
{"authKey":"sample string 1","CompanyId":2,"Imei":"sample string 3","VehicleId":4,"Vehicle":"sample string 5","subscriptionPlan":"sample string 6","startDate":"2025-06-19T15:02:12.6141668+05:30","endDate":"2025-06-19T15:02:12.6141668+05:30"}

application/xml, text/xml

Sample:
<SubRenewal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dolphin.Areas.Dealer.Data">
  <CompanyId>2</CompanyId>
  <Imei>sample string 3</Imei>
  <Vehicle>sample string 5</Vehicle>
  <VehicleId>4</VehicleId>
  <authKey>sample string 1</authKey>
  <endDate>2025-06-19T15:02:12.6141668+05:30</endDate>
  <startDate>2025-06-19T15:02:12.6141668+05:30</startDate>
  <subscriptionPlan>sample string 6</subscriptionPlan>
</SubRenewal>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>