GET api/townbus/GetQrcodeVersionTownBuses?sign={sign}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sign

string

Required

Body Parameters

None.

Response Information

Resource Description

CodeVersionResponse
NameDescriptionTypeAdditional information
Url

string

None.

VersionCode

string

None.

UpdateMessage

string

None.

Status

integer

Required

Code

integer

Required

Message

string

Required

Response Formats

application/json, text/json

Sample:
{
  "Url": "sample string 1",
  "VersionCode": "sample string 2",
  "UpdateMessage": "sample string 3",
  "Status": 4,
  "Code": 5,
  "Message": "sample string 6"
}

application/xml, text/xml

Sample:
<CodeVersionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Easybook.Api.BusinessLogic.ApiLogic.BusinessObjects.Wallet">
  <Code xmlns="http://schemas.datacontract.org/2004/07/Easybook.Api.BusinessLogic.ApiLogic.BusinessObjects">5</Code>
  <Message xmlns="http://schemas.datacontract.org/2004/07/Easybook.Api.BusinessLogic.ApiLogic.BusinessObjects">sample string 6</Message>
  <Status xmlns="http://schemas.datacontract.org/2004/07/Easybook.Api.BusinessLogic.ApiLogic.BusinessObjects">4</Status>
  <UpdateMessage>sample string 3</UpdateMessage>
  <Url>sample string 1</Url>
  <VersionCode>sample string 2</VersionCode>
</CodeVersionResponse>