POST api/StockiestStoreApp/StockiestPayment
Request Information
URI Parameters
None.
Body Parameters
StockiestPayNowModelsName | Description | Type | Additional information |
---|---|---|---|
redirect_url | string |
None. |
|
ShippingType | integer |
Required |
|
CouponCode | string |
None. |
|
PaymentMode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "redirect_url": "sample string 1", "ShippingType": 2, "CouponCode": "sample string 3", "PaymentMode": "sample string 4" }
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> <PaymentMode>sample string 4</PaymentMode> <ShippingType>2</ShippingType> <redirect_url>sample string 1</redirect_url> </StockiestPayNowModels>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.