POST api/UsedCars/UsedCars_VehicalOffersInfo

Request Information

URI Parameters

None.

Body Parameters

VehicleOffersInfo
NameDescriptionTypeAdditional information
Userid

string

None.

Leadid

string

None.

OfferDate

string

None.

AppriserName

string

None.

EstimatedPrice

string

None.

ExecutiveOfferPrice

string

None.

Remarks

string

None.

Depreciation

string

None.

AcceptedPrice

string

None.

OfferValidUpto

string

None.

ServiceRemarksGivenBy

string

None.

ServiceRemarksGivenByDate

string

None.

ManagerOfferPrice

string

None.

Status

string

None.

NationalIdNumber

string

None.

MKNumber

string

None.

param1

string

None.

param2

string

None.

param3

string

None.

param4

string

None.

Condition

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Userid": "sample string 1",
  "Leadid": "sample string 2",
  "OfferDate": "sample string 3",
  "AppriserName": "sample string 4",
  "EstimatedPrice": "sample string 5",
  "ExecutiveOfferPrice": "sample string 6",
  "Remarks": "sample string 7",
  "Depreciation": "sample string 8",
  "AcceptedPrice": "sample string 9",
  "OfferValidUpto": "sample string 10",
  "ServiceRemarksGivenBy": "sample string 11",
  "ServiceRemarksGivenByDate": "sample string 12",
  "ManagerOfferPrice": "sample string 13",
  "Status": "sample string 14",
  "NationalIdNumber": "sample string 15",
  "MKNumber": "sample string 16",
  "param1": "sample string 17",
  "param2": "sample string 18",
  "param3": "sample string 19",
  "param4": "sample string 20",
  "Condition": "sample string 21"
}

application/xml, text/xml

Sample:
<VehicleOffersInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Types.UsedCars">
  <AcceptedPrice>sample string 9</AcceptedPrice>
  <AppriserName>sample string 4</AppriserName>
  <Condition>sample string 21</Condition>
  <Depreciation>sample string 8</Depreciation>
  <EstimatedPrice>sample string 5</EstimatedPrice>
  <ExecutiveOfferPrice>sample string 6</ExecutiveOfferPrice>
  <Leadid>sample string 2</Leadid>
  <MKNumber>sample string 16</MKNumber>
  <ManagerOfferPrice>sample string 13</ManagerOfferPrice>
  <NationalIdNumber>sample string 15</NationalIdNumber>
  <OfferDate>sample string 3</OfferDate>
  <OfferValidUpto>sample string 10</OfferValidUpto>
  <Remarks>sample string 7</Remarks>
  <ServiceRemarksGivenBy>sample string 11</ServiceRemarksGivenBy>
  <ServiceRemarksGivenByDate>sample string 12</ServiceRemarksGivenByDate>
  <Status>sample string 14</Status>
  <Userid>sample string 1</Userid>
  <param1>sample string 17</param1>
  <param2>sample string 18</param2>
  <param3>sample string 19</param3>
  <param4>sample string 20</param4>
</VehicleOffersInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.