GET API/Chatbot/GetOffersDetailForAndroidUpgrade?VcNo={VcNo}&Pincode={Pincode}&isD2H={isD2H}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VcNo

string

Required

Pincode

integer

Required

isD2H

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

ResultInfoOfDeserializedOfferSummaryList
NameDescriptionTypeAdditional information
AccessToken

string

None.

TokenType

string

None.

ResultType

TypeOfResult

None.

ResultCode

integer

None.

ResultDesc

string

None.

Result

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "AccessToken": "sample string 1",
  "TokenType": "sample string 2",
  "ResultType": 0,
  "ResultCode": 3,
  "ResultDesc": "sample string 4",
  "Result": null
}

application/xml, text/xml

Sample:
<ResultInfoOfArrayOfDeserializedOfferClassPHmxcYkt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.Common">
  <AccessToken>sample string 1</AccessToken>
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Phoenix.IN.Common.Models.PrePaidHomeDelivery" i:nil="true" />
  <ResultCode>3</ResultCode>
  <ResultDesc>sample string 4</ResultDesc>
  <ResultType>Success</ResultType>
  <TokenType>sample string 2</TokenType>
</ResultInfoOfArrayOfDeserializedOfferClassPHmxcYkt>