POST api/StockiestStore/StockiestPayment

Request Information

URI Parameters

None.

Body Parameters

StockiestPayNowModels
NameDescriptionTypeAdditional information
redirect_url

string

None.

ShippingType

integer

Required

CouponCode

string

None.

PaymentMode

string

None.

OnlinePaymentVendor

string

None.

Request Formats

application/json, text/json

Sample:
{
  "redirect_url": "sample string 1",
  "ShippingType": 2,
  "CouponCode": "sample string 3",
  "PaymentMode": "sample string 4",
  "OnlinePaymentVendor": "sample string 5"
}

application/xml, text/xml

Sample:
<StockiestPayNowModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eDairyWebAPI.Models">
  <CouponCode>sample string 3</CouponCode>
  <OnlinePaymentVendor>sample string 5</OnlinePaymentVendor>
  <PaymentMode>sample string 4</PaymentMode>
  <ShippingType>2</ShippingType>
  <redirect_url>sample string 1</redirect_url>
</StockiestPayNowModels>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StockiestPayNowModels'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.