POST api/SubmitOrder/Checkout
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| checkoutData | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"billCompany": "sample string 1",
"billPhone": "sample string 2",
"billEmail": "sample string 3",
"billAddress": "sample string 4",
"billAddress2": "sample string 5",
"billAddress3": "sample string 6",
"billAddress4": "sample string 7",
"billCountry": "sample string 8",
"billPostalcode": "sample string 9",
"billCity": "sample string 10",
"billState": "sample string 11",
"shipCompany": "sample string 12",
"shipAddress": "sample string 13",
"shipAddress2": "sample string 14",
"shipAddress3": "sample string 15",
"shipAddress4": "sample string 16",
"shipAttention": "sample string 17",
"shipCountry": "sample string 18",
"shipPostalcode": "sample string 19",
"shipCity": "sample string 20",
"shipState": "sample string 21",
"payMethod": "sample string 22",
"payCardId": "sample string 23",
"payCardnumber": "sample string 24",
"payCardname": "sample string 25",
"paySecurity": "sample string 26",
"payMonth": "sample string 27",
"payYear": "sample string 28",
"payPurchaseordernumber": "sample string 29",
"shipmentMethod": "sample string 30",
"shipmentAccount": "sample string 31",
"custNo": "sample string 32",
"contactId": "sample string 33",
"sessionId": "sample string 34",
"custPoNo": "sample string 35",
"freight": "sample string 36",
"tax": "sample string 37",
"orderTotal": "sample string 38",
"comments": "sample string 39",
"resalecertfile": "sample string 40"
}
text/xml
Sample:
<CheckoutInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EPDS.Model.SubmitOrder"> <billAddress>sample string 4</billAddress> <billAddress2>sample string 5</billAddress2> <billAddress3>sample string 6</billAddress3> <billAddress4>sample string 7</billAddress4> <billCity>sample string 10</billCity> <billCompany>sample string 1</billCompany> <billCountry>sample string 8</billCountry> <billEmail>sample string 3</billEmail> <billPhone>sample string 2</billPhone> <billPostalcode>sample string 9</billPostalcode> <billState>sample string 11</billState> <comments>sample string 39</comments> <contactId>sample string 33</contactId> <custNo>sample string 32</custNo> <custPoNo>sample string 35</custPoNo> <freight>sample string 36</freight> <orderTotal>sample string 38</orderTotal> <payCardId>sample string 23</payCardId> <payCardname>sample string 25</payCardname> <payCardnumber>sample string 24</payCardnumber> <payMethod>sample string 22</payMethod> <payMonth>sample string 27</payMonth> <payPurchaseordernumber>sample string 29</payPurchaseordernumber> <paySecurity>sample string 26</paySecurity> <payYear>sample string 28</payYear> <resalecertfile>sample string 40</resalecertfile> <sessionId>sample string 34</sessionId> <shipAddress>sample string 13</shipAddress> <shipAddress2>sample string 14</shipAddress2> <shipAddress3>sample string 15</shipAddress3> <shipAddress4>sample string 16</shipAddress4> <shipAttention>sample string 17</shipAttention> <shipCity>sample string 20</shipCity> <shipCompany>sample string 12</shipCompany> <shipCountry>sample string 18</shipCountry> <shipPostalcode>sample string 19</shipPostalcode> <shipState>sample string 21</shipState> <shipmentAccount>sample string 31</shipmentAccount> <shipmentMethod>sample string 30</shipmentMethod> <tax>sample string 37</tax> </CheckoutInformation>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"OrderId": "sample string 1",
"b_email": "sample string 2",
"ordhtml": "sample string 3",
"from_email": "sample string 4",
"from_name": "sample string 5",
"smtp_host": "sample string 6",
"smtp_user": "sample string 7",
"smtp_pw": "sample string 8",
"smtp_port": "sample string 9",
"ordList": "sample string 10",
"QuoteId": "sample string 11",
"quoteordhtml": "sample string 12",
"quoteordList": "sample string 13",
"errorCode": "sample string 14",
"errorDesc": "sample string 15",
"authRespText": "sample string 16",
"authCode": "sample string 17",
"SampleId": "sample string 18",
"sampleordhtml": "sample string 19",
"sampleordList": "sample string 20",
"log_msg": "sample string 21",
"log_order_xml": "sample string 22"
}
text/xml
Sample:
<SubmitOrderResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EPDS.Model.SubmitOrder"> <OrderId>sample string 1</OrderId> <QuoteId>sample string 11</QuoteId> <SampleId>sample string 18</SampleId> <authCode>sample string 17</authCode> <authRespText>sample string 16</authRespText> <b_email>sample string 2</b_email> <errorCode>sample string 14</errorCode> <errorDesc>sample string 15</errorDesc> <from_email>sample string 4</from_email> <from_name>sample string 5</from_name> <log_msg>sample string 21</log_msg> <log_order_xml>sample string 22</log_order_xml> <ordList>sample string 10</ordList> <ordhtml>sample string 3</ordhtml> <quoteordList>sample string 13</quoteordList> <quoteordhtml>sample string 12</quoteordhtml> <sampleordList>sample string 20</sampleordList> <sampleordhtml>sample string 19</sampleordhtml> <smtp_host>sample string 6</smtp_host> <smtp_port>sample string 9</smtp_port> <smtp_pw>sample string 8</smtp_pw> <smtp_user>sample string 7</smtp_user> </SubmitOrderResponse>