POST api/DeliveryChargesByArea/UpdateDeliveryChargesByArea

Request Information

URI Parameters

None.

Body Parameters

DeliveryChargeByArea
NameDescriptionTypeAdditional information
Area_Id

integer

None.

Area

string

None.

DeliveryCharges

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Area_Id": 1,
  "Area": "sample string 2",
  "DeliveryCharges": "sample string 3"
}

application/octet-stream

Sample:
{"$id":"1","Area_Id":1,"Area":"sample string 2","DeliveryCharges":"sample string 3"}

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 'DeliveryChargeByArea'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.