POST api/MobileApp/UpdateCommonPaymentStatus

Request Information

URI Parameters

None.

Body Parameters

PaymentCallbackModel
NameDescriptionTypeAdditional information
Platform

string

None.

hashValue

string

None.

OtherTrxCode

string

None.

resultCode

string

None.

resultMessage

string

None.

trxCode

string

None.

dealerId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Platform": "sample string 1",
  "hashValue": "sample string 2",
  "OtherTrxCode": "sample string 3",
  "resultCode": "sample string 4",
  "resultMessage": "sample string 5",
  "trxCode": "sample string 6",
  "dealerId": "sample string 7"
}

application/xml, text/xml

Sample:
<PaymentCallbackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.MobileModel">
  <OtherTrxCode>sample string 3</OtherTrxCode>
  <Platform>sample string 1</Platform>
  <dealerId>sample string 7</dealerId>
  <hashValue>sample string 2</hashValue>
  <resultCode>sample string 4</resultCode>
  <resultMessage>sample string 5</resultMessage>
  <trxCode>sample string 6</trxCode>
</PaymentCallbackModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PaymentCallbackModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.