POST checkout

Request Information

URI Parameters

None.

Body Parameters

CheckoutDTO
NameDescriptionTypeAdditional information
Notes

string

None.

ShippingRequestToken

string

None.

ShippingServiceCode

string

None.

ShippingCourierId

string

None.

ShippingFee

decimal number

None.

ShippingCourierName

string

None.

ShippingCourierImage

string

None.

ShippingDeliveryEta

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Notes": "sample string 1",
  "ShippingRequestToken": "sample string 2",
  "ShippingServiceCode": "sample string 3",
  "ShippingCourierId": "sample string 4",
  "ShippingFee": 5.0,
  "ShippingCourierName": "sample string 6",
  "ShippingCourierImage": "sample string 7",
  "ShippingDeliveryEta": "sample string 8"
}

application/xml, text/xml

Sample:
<CheckoutDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SwiftEcom.Services">
  <Notes>sample string 1</Notes>
  <ShippingCourierId>sample string 4</ShippingCourierId>
  <ShippingCourierImage>sample string 7</ShippingCourierImage>
  <ShippingCourierName>sample string 6</ShippingCourierName>
  <ShippingDeliveryEta>sample string 8</ShippingDeliveryEta>
  <ShippingFee>5</ShippingFee>
  <ShippingRequestToken>sample string 2</ShippingRequestToken>
  <ShippingServiceCode>sample string 3</ShippingServiceCode>
</CheckoutDTO>

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.