POST SaveCustomerPaymentDetails

Request Information

URI Parameters

None.

Body Parameters

CUSTPAYMENTDETAILS
NameDescriptionTypeAdditional information
Name

string

None.

Email

string

None.

Mobile

string

None.

BILLAMOUNT

decimal number

None.

BILLAMOUNT_AFTERDISCOUNT

decimal number

None.

COUPONCODE

string

None.

ORDERID

integer

None.

PAYMENTSTATUS

string

None.

PAYMENT_TYPE

string

None.

CUSTID

integer

None.

TRANS_ID

string

None.

PAYMENT_MODE

string

None.

BANK_REF_NO

string

None.

PAYUMONEY_UNIQUE_ID

string

None.

CARDNO

string

None.

PG_TYPE

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Email": "sample string 2",
  "Mobile": "sample string 3",
  "BILLAMOUNT": 4.1,
  "BILLAMOUNT_AFTERDISCOUNT": 5.1,
  "COUPONCODE": "sample string 6",
  "ORDERID": 7,
  "PAYMENTSTATUS": "sample string 8",
  "PAYMENT_TYPE": "sample string 9",
  "CUSTID": 10,
  "TRANS_ID": "sample string 11",
  "PAYMENT_MODE": "sample string 12",
  "BANK_REF_NO": "sample string 13",
  "PAYUMONEY_UNIQUE_ID": "sample string 14",
  "CARDNO": "sample string 15",
  "PG_TYPE": "sample string 16"
}

application/xml, text/xml

Sample:
<ClsMaster.CUSTPAYMENTDETAILS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SafeBazar_CustomerAPI.Models">
  <BANK_REF_NO>sample string 13</BANK_REF_NO>
  <BILLAMOUNT>4.1</BILLAMOUNT>
  <BILLAMOUNT_AFTERDISCOUNT>5.1</BILLAMOUNT_AFTERDISCOUNT>
  <CARDNO>sample string 15</CARDNO>
  <COUPONCODE>sample string 6</COUPONCODE>
  <CUSTID>10</CUSTID>
  <Email>sample string 2</Email>
  <Mobile>sample string 3</Mobile>
  <Name>sample string 1</Name>
  <ORDERID>7</ORDERID>
  <PAYMENTSTATUS>sample string 8</PAYMENTSTATUS>
  <PAYMENT_MODE>sample string 12</PAYMENT_MODE>
  <PAYMENT_TYPE>sample string 9</PAYMENT_TYPE>
  <PAYUMONEY_UNIQUE_ID>sample string 14</PAYUMONEY_UNIQUE_ID>
  <PG_TYPE>sample string 16</PG_TYPE>
  <TRANS_ID>sample string 11</TRANS_ID>
</ClsMaster.CUSTPAYMENTDETAILS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.