POST api/UpdateOrderPayment

Request Information

URI Parameters

None.

Body Parameters

UpdateOrderPayment
NameDescriptionTypeAdditional information
ORDER_ID

string

None.

USER_ID

string

None.

TRANSACTION_AMT

string

None.

TRANSACTION_DATE

string

None.

PAYMENT_STATUS

string

None.

NO_OF_ORDER

string

None.

ORDER_TYPE

string

None.

EXTRA

string

None.

EXTRA1

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ORDER_ID": "sample string 1",
  "USER_ID": "sample string 2",
  "TRANSACTION_AMT": "sample string 3",
  "TRANSACTION_DATE": "sample string 4",
  "PAYMENT_STATUS": "sample string 5",
  "NO_OF_ORDER": "sample string 6",
  "ORDER_TYPE": "sample string 7",
  "EXTRA": "sample string 8",
  "EXTRA1": "sample string 9"
}

application/xml, text/xml

Sample:
<UpdateOrderPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAgroMart.Models"><EXTRA>sample string 8</EXTRA><EXTRA1>sample string 9</EXTRA1><NO_OF_ORDER>sample string 6</NO_OF_ORDER><ORDER_ID>sample string 1</ORDER_ID><ORDER_TYPE>sample string 7</ORDER_TYPE><PAYMENT_STATUS>sample string 5</PAYMENT_STATUS><TRANSACTION_AMT>sample string 3</TRANSACTION_AMT><TRANSACTION_DATE>sample string 4</TRANSACTION_DATE><USER_ID>sample string 2</USER_ID></UpdateOrderPayment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

None.