POST ShortTerm/UpdateVehicleInceptionDateAgentJourney

Request Information

URI Parameters

None.

Body Parameters

SecurityTokenVerifiedVechicleInceptionDateRequest
NameDescriptionTypeAdditional information
VehicleId

integer

None.

InceptionDate

date

None.

SecurityKey

string

None.

PolicyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VehicleId": 1,
  "InceptionDate": "2025-05-13T21:57:45.1098884+02:00",
  "SecurityKey": "sample string 3",
  "PolicyId": 4
}

application/xml, text/xml

Sample:
<SecurityTokenVerifiedVechicleInceptionDateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.oneplan.co.za.Models">
  <PolicyId>4</PolicyId>
  <SecurityKey>sample string 3</SecurityKey>
  <InceptionDate>2025-05-13T21:57:45.1098884+02:00</InceptionDate>
  <VehicleId>1</VehicleId>
</SecurityTokenVerifiedVechicleInceptionDateRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseOfBoolean
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Entity

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Entity": true
}

application/xml, text/xml

Sample:
<ResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnePlan.Core">
  <Entity>true</Entity>
  <Message>sample string 2</Message>
  <Success>true</Success>
</ResponseOfboolean>