POST api/ITTCApi/discard_code

Request Information

URI Parameters

None.

Body Parameters

LvmamaReturnTicketRequest
NameDescriptionTypeAdditional information
timestamp

string

None.

extId

string

None.

uid

string

None.

password

string

None.

sign

string

None.

Request Formats

application/json, text/json

Sample:
{
  "timestamp": "sample string 1",
  "extId": "sample string 2",
  "uid": "sample string 3",
  "password": "sample string 4",
  "sign": "sample string 5"
}

application/xml, text/xml

Sample:
<LvmamaReturnTicketRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Easyway.ITTC.Common.ParamEntity.ITTCAPI.Request.Lvmama">
  <password>sample string 4</password>
  <sign>sample string 5</sign>
  <uid>sample string 3</uid>
  <extId>sample string 2</extId>
  <timestamp>sample string 1</timestamp>
</LvmamaReturnTicketRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LvmamaResponse
NameDescriptionTypeAdditional information
status

string

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<LvmamaResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Easyway.ITTC.Common.ParamEntity.ITTCAPI.Response.Lvmama">
  <msg>sample string 2</msg>
  <status>sample string 1</status>
</LvmamaResponse>