POST api/UpdatePaymentStatus

Request Information

URI Parameters

None.

Body Parameters

UpdatePlotStatus
NameDescriptionTypeAdditional information
USER_ID

string

None.

PLOT_ID

string

None.

TRANSACTION_ID

string

None.

PAYMENT_TYPE

string

None.

PAYMENT_STATUS

string

None.

PAYMENT_AMT

string

None.

PAYMENT_DATE

string

None.

PAYMENT_EXTRA

string

None.

TYPE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_ID": "sample string 1",
  "PLOT_ID": "sample string 2",
  "TRANSACTION_ID": "sample string 3",
  "PAYMENT_TYPE": "sample string 4",
  "PAYMENT_STATUS": "sample string 5",
  "PAYMENT_AMT": "sample string 6",
  "PAYMENT_DATE": "sample string 7",
  "PAYMENT_EXTRA": "sample string 8",
  "TYPE": "sample string 9"
}

application/xml, text/xml

Sample:
<UpdatePlotStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiOnionFarming.Models">
  <PAYMENT_AMT>sample string 6</PAYMENT_AMT>
  <PAYMENT_DATE>sample string 7</PAYMENT_DATE>
  <PAYMENT_EXTRA>sample string 8</PAYMENT_EXTRA>
  <PAYMENT_STATUS>sample string 5</PAYMENT_STATUS>
  <PAYMENT_TYPE>sample string 4</PAYMENT_TYPE>
  <PLOT_ID>sample string 2</PLOT_ID>
  <TRANSACTION_ID>sample string 3</TRANSACTION_ID>
  <TYPE>sample string 9</TYPE>
  <USER_ID>sample string 1</USER_ID>
</UpdatePlotStatus>

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.