POST api/Online/SaveDeliveryChargeRow

Request Information

URI Parameters

None.

Body Parameters

Online_DeliveryCharge
NameDescriptionTypeAdditional information
ID

integer

None.

MerchantId

integer

None.

Postcode

string

None.

Amount

string

None.

Status

integer

None.

FreeDeliveryAmount

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "MerchantId": 1,
  "Postcode": "sample string 2",
  "Amount": "sample string 3",
  "Status": 1,
  "FreeDeliveryAmount": "sample string 4"
}

application/xml, text/xml

Sample:
<Online_DeliveryCharge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models">
  <Amount>sample string 3</Amount>
  <FreeDeliveryAmount>sample string 4</FreeDeliveryAmount>
  <ID>1</ID>
  <MerchantId>1</MerchantId>
  <Postcode>sample string 2</Postcode>
  <Status>1</Status>
</Online_DeliveryCharge>

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.