POST api/ERen/ProcessOrderERenAdv
Request Information
URI Parameters
None.
Body Parameters
Order| Name | Description | Type | Additional information |
|---|---|---|---|
| ORDER_ID | string |
None. |
|
| CUSTOMER_ID | string |
None. |
|
| TRANS_ID | string |
None. |
|
| AddSmallBoat | boolean |
None. |
|
| AutoRenew | boolean |
None. |
|
| PUB_CD | string |
None. |
|
| NOW_PROCESSING | boolean |
None. |
|
| PAYMETH | string |
None. |
|
| AUTH | string |
None. |
|
| CC_NUM | string |
None. |
|
| CC_EXP | string |
None. |
|
| CC_CVV | string |
None. |
|
| ORDER_STATUS | string |
None. |
|
| AMOUNT | decimal number |
None. |
|
| SUBAMOUNT | decimal number |
None. |
|
| TERM | integer |
None. |
|
| PROCESSCC | string |
None. |
|
| PROCESSCCTEST | string |
None. |
|
| CCMESSAGE | string |
None. |
|
| TRAN_TYPE | string |
None. |
|
| COPIES | integer |
None. |
|
| CONTACT1 | string |
None. |
|
| CONTACT2 | string |
None. |
|
| KEY | string |
None. |
|
| CHANNEL | string |
None. |
|
| SUB | string |
None. |
|
| DONOR_ID | integer |
None. |
|
| UNIT_RATE | decimal number |
None. |
|
| SUBTOTAL | decimal number |
None. |
|
| SHIP_RATE | decimal number |
None. |
|
| PC | string |
None. |
|
| AddressID | integer |
None. |
|
| FIRST | string |
None. |
|
| LAST | string |
None. |
|
| COMPANY | string |
None. |
|
| ADDRESS1 | string |
None. |
|
| ADDRESS2 | string |
None. |
|
| ADDRESS3 | string |
None. |
|
| CITY | string |
None. |
|
| STATE | string |
None. |
|
| ZIP | string |
None. |
|
| COUNTRY | string |
None. |
|
| COUNTRY_CODE | string |
None. |
|
| string |
None. |
||
| PHONE | string |
None. |
|
| BFIRST | string |
None. |
|
| BLAST | string |
None. |
|
| BCOMPANY | string |
None. |
|
| BADDRESS1 | string |
None. |
|
| BADDRESS2 | string |
None. |
|
| BCITY | string |
None. |
|
| BSTATE | string |
None. |
|
| BZIP | string |
None. |
|
| BCOUNTRY | string |
None. |
|
| BILLDIFF | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ORDER_ID": "sample string 1",
"CUSTOMER_ID": "sample string 2",
"TRANS_ID": "sample string 3",
"AddSmallBoat": true,
"AutoRenew": true,
"PUB_CD": "sample string 6",
"NOW_PROCESSING": true,
"PAYMETH": "sample string 8",
"AUTH": "sample string 9",
"CC_NUM": "sample string 10",
"CC_EXP": "sample string 11",
"CC_CVV": "sample string 12",
"ORDER_STATUS": "sample string 13",
"AMOUNT": 14.0,
"SUBAMOUNT": 15.0,
"TERM": 16,
"PROCESSCC": "x_login=&x_tran_key=&x_method=CC&x_type=AUTH_CAPTURE&x_amount= 14.00&x_delim_data=TRUE&x_delim_char=|&x_relay_response=FALSE&x_card_num=sample string 10&x_exp_date=sample string 11&x_version=3.1&x_last_name=sample string 45&x_zip=sample string 51&x_address=sample string 47&x_country=sample string 52&x_cust_id=sample string 18sample string 6sample string 1",
"PROCESSCCTEST": "x_login=66BDzg9kwM&x_tran_key=4tAqR5F44B9e64Ud&x_method=CC&x_type=AUTH_CAPTURE&x_amount= 14.00&x_delim_data=TRUE&x_delim_char=|&x_relay_response=FALSE&x_card_num=sample string 10&x_exp_date=sample string 11&x_version=3.1&x_last_name=sample string 45&x_zip=sample string 51&x_address=sample string 47&x_country=sample string 52&x_cust_id=sample string 18sample string 6sample string 1",
"CCMESSAGE": "sample string 17",
"TRAN_TYPE": "sample string 18",
"COPIES": 19,
"CONTACT1": "sample string 20",
"CONTACT2": "sample string 21",
"KEY": "sample string 22",
"CHANNEL": "sample string 23",
"SUB": "sample string 24",
"DONOR_ID": 25,
"UNIT_RATE": 26.0,
"SUBTOTAL": 27.0,
"SHIP_RATE": 28.0,
"PC": "sample string 29",
"AddressID": 30,
"FIRST": "sample string 31",
"LAST": "sample string 32",
"COMPANY": "sample string 33",
"ADDRESS1": "sample string 34",
"ADDRESS2": "sample string 35",
"ADDRESS3": "sample string 36",
"CITY": "sample string 37",
"STATE": "sample string 38",
"ZIP": "sample string 39",
"COUNTRY": "sample string 40",
"COUNTRY_CODE": "sample string 41",
"EMAIL": "sample string 42",
"PHONE": "sample string 43",
"BFIRST": "sample string 44",
"BLAST": "sample string 45",
"BCOMPANY": "sample string 46",
"BADDRESS1": "sample string 47",
"BADDRESS2": "sample string 48",
"BCITY": "sample string 49",
"BSTATE": "sample string 50",
"BZIP": "sample string 51",
"BCOUNTRY": "sample string 52",
"BILLDIFF": "sample string 53"
}
text/xml
Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <ADDRESS1>sample string 34</ADDRESS1> <ADDRESS2>sample string 35</ADDRESS2> <ADDRESS3>sample string 36</ADDRESS3> <AddressID>30</AddressID> <BADDRESS1>sample string 47</BADDRESS1> <BADDRESS2>sample string 48</BADDRESS2> <BCITY>sample string 49</BCITY> <BCOMPANY>sample string 46</BCOMPANY> <BCOUNTRY>sample string 52</BCOUNTRY> <BFIRST>sample string 44</BFIRST> <BILLDIFF>sample string 53</BILLDIFF> <BLAST>sample string 45</BLAST> <BSTATE>sample string 50</BSTATE> <BZIP>sample string 51</BZIP> <CITY>sample string 37</CITY> <COMPANY>sample string 33</COMPANY> <COUNTRY>sample string 40</COUNTRY> <COUNTRY_CODE>sample string 41</COUNTRY_CODE> <EMAIL>sample string 42</EMAIL> <FIRST>sample string 31</FIRST> <LAST>sample string 32</LAST> <PHONE>sample string 43</PHONE> <STATE>sample string 38</STATE> <ZIP>sample string 39</ZIP> <AMOUNT>14</AMOUNT> <AUTH>sample string 9</AUTH> <AddSmallBoat>true</AddSmallBoat> <AutoRenew>true</AutoRenew> <CCMESSAGE>sample string 17</CCMESSAGE> <CC_CVV>sample string 12</CC_CVV> <CC_EXP>sample string 11</CC_EXP> <CC_NUM>sample string 10</CC_NUM> <CHANNEL>sample string 23</CHANNEL> <CONTACT1>sample string 20</CONTACT1> <CONTACT2>sample string 21</CONTACT2> <COPIES>19</COPIES> <CUSTOMER_ID>sample string 2</CUSTOMER_ID> <DONOR_ID>25</DONOR_ID> <KEY>sample string 22</KEY> <NOW_PROCESSING>true</NOW_PROCESSING> <ORDER_ID>sample string 1</ORDER_ID> <ORDER_STATUS>sample string 13</ORDER_STATUS> <PAYMETH>sample string 8</PAYMETH> <PC>sample string 29</PC> <PUB_CD>sample string 6</PUB_CD> <SHIP_RATE>28</SHIP_RATE> <SUB>sample string 24</SUB> <SUBAMOUNT>15</SUBAMOUNT> <SUBTOTAL>27</SUBTOTAL> <TERM>16</TERM> <TRANS_ID>sample string 3</TRANS_ID> <TRAN_TYPE>sample string 18</TRAN_TYPE> <UNIT_RATE>26</UNIT_RATE> </Order>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />