PUT api/ManufacturerRenewals/SavePaymentInJpmc

Request Information

URI Parameters

None.

Body Parameters

DtoJpmcPaymentDetail
NameDescriptionTypeAdditional information
Id

integer

None.

Transaction_Id

integer

None.

Transaction_Mode

string

None.

Request_Timestamp

date

None.

Order_Id

string

None.

Payment_Method

string

None.

Uuid

string

None.

Terminal_Id

string

None.

Transaction_Category

string

None.

Bin

string

None.

Merchant_Id

string

None.

Payment_Amt

decimal number

None.

Three_D_Amt

decimal number

None.

Response_Timestamp

date

None.

Return_Code

string

None.

Tx_Ref_Num

string

None.

AuthCode

string

None.

Customer_Ref_Num

string

None.

Dhpp_Return_Message

string

None.

Orbit_Industry_Type

string

None.

Orbital_Message_Type

string

None.

Orbital_Amount

decimal number

None.

Orbital_Customer_Profile_Message

string

None.

Request_Dhpp

string

None.

Response_Dhpp

string

None.

Request_Orbital

string

None.

Response_Orbital

string

None.

Flag

string

None.

Entry_Date

date

None.

Modified_Date

date

None.

Comment1

string

None.

Comment2

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Transaction_Id": 1,
  "Transaction_Mode": "sample string 2",
  "Request_Timestamp": "2025-01-09T15:53:51.0756269+00:00",
  "Order_Id": "sample string 3",
  "Payment_Method": "sample string 4",
  "Uuid": "sample string 5",
  "Terminal_Id": "sample string 6",
  "Transaction_Category": "sample string 7",
  "Bin": "sample string 8",
  "Merchant_Id": "sample string 9",
  "Payment_Amt": 1.0,
  "Three_D_Amt": 1.0,
  "Response_Timestamp": "2025-01-09T15:53:51.0756269+00:00",
  "Return_Code": "sample string 10",
  "Tx_Ref_Num": "sample string 11",
  "AuthCode": "sample string 12",
  "Customer_Ref_Num": "sample string 13",
  "Dhpp_Return_Message": "sample string 14",
  "Orbit_Industry_Type": "sample string 15",
  "Orbital_Message_Type": "sample string 16",
  "Orbital_Amount": 1.0,
  "Orbital_Customer_Profile_Message": "sample string 17",
  "Request_Dhpp": "sample string 18",
  "Response_Dhpp": "sample string 19",
  "Request_Orbital": "sample string 20",
  "Response_Orbital": "sample string 21",
  "Flag": "sample string 22",
  "Entry_Date": "2025-01-09T15:53:51.0756269+00:00",
  "Modified_Date": "2025-01-09T15:53:51.0756269+00:00",
  "Comment1": "sample string 23",
  "Comment2": "sample string 24"
}

application/xml, text/xml

Sample:
<DtoJpmcPaymentDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheAA.Bcas.Dto">
  <AuthCode>sample string 12</AuthCode>
  <Bin>sample string 8</Bin>
  <Comment1>sample string 23</Comment1>
  <Comment2>sample string 24</Comment2>
  <Customer_Ref_Num>sample string 13</Customer_Ref_Num>
  <Dhpp_Return_Message>sample string 14</Dhpp_Return_Message>
  <Entry_Date>2025-01-09T15:53:51.0756269+00:00</Entry_Date>
  <Flag>sample string 22</Flag>
  <Id>1</Id>
  <Merchant_Id>sample string 9</Merchant_Id>
  <Modified_Date>2025-01-09T15:53:51.0756269+00:00</Modified_Date>
  <Orbit_Industry_Type>sample string 15</Orbit_Industry_Type>
  <Orbital_Amount>1</Orbital_Amount>
  <Orbital_Customer_Profile_Message>sample string 17</Orbital_Customer_Profile_Message>
  <Orbital_Message_Type>sample string 16</Orbital_Message_Type>
  <Order_Id>sample string 3</Order_Id>
  <Payment_Amt>1</Payment_Amt>
  <Payment_Method>sample string 4</Payment_Method>
  <Request_Dhpp>sample string 18</Request_Dhpp>
  <Request_Orbital>sample string 20</Request_Orbital>
  <Request_Timestamp>2025-01-09T15:53:51.0756269+00:00</Request_Timestamp>
  <Response_Dhpp>sample string 19</Response_Dhpp>
  <Response_Orbital>sample string 21</Response_Orbital>
  <Response_Timestamp>2025-01-09T15:53:51.0756269+00:00</Response_Timestamp>
  <Return_Code>sample string 10</Return_Code>
  <Terminal_Id>sample string 6</Terminal_Id>
  <Three_D_Amt>1</Three_D_Amt>
  <Transaction_Category>sample string 7</Transaction_Category>
  <Transaction_Id>1</Transaction_Id>
  <Transaction_Mode>sample string 2</Transaction_Mode>
  <Tx_Ref_Num>sample string 11</Tx_Ref_Num>
  <Uuid>sample string 5</Uuid>
</DtoJpmcPaymentDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>