POST api/MasterConfig/Master/AddDeliveryCharge

Request Information

URI Parameters

None.

Body Parameters

DeliveryChargeAdd
NameDescriptionTypeAdditional information
DeliveryCharge

utblDeliveryCharge

None.

IPAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeliveryCharge": {
    "DeliveryFeeID": 1,
    "BaseFare": 2.0,
    "BaseDistanceKM": 3,
    "PerKMFare": 4.0,
    "IsActive": true,
    "ISSurcharge": true,
    "DeliveryType": "sample string 7",
    "UserID": "sample string 8",
    "TransDate": "2025-12-07T09:53:16.6769526+05:30"
  },
  "IPAddress": "sample string 1"
}

application/xml, text/xml

Sample:
<DeliveryChargeAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operations.CustomModels">
  <DeliveryCharge xmlns:d2p1="http://schemas.datacontract.org/2004/07/Master.Operations.Models">
    <d2p1:BaseDistanceKM>3</d2p1:BaseDistanceKM>
    <d2p1:BaseFare>2</d2p1:BaseFare>
    <d2p1:DeliveryFeeID>1</d2p1:DeliveryFeeID>
    <d2p1:DeliveryType>sample string 7</d2p1:DeliveryType>
    <d2p1:ISSurcharge>true</d2p1:ISSurcharge>
    <d2p1:IsActive>true</d2p1:IsActive>
    <d2p1:PerKMFare>4</d2p1:PerKMFare>
    <d2p1:TransDate>2025-12-07T09:53:16.6769526+05:30</d2p1:TransDate>
    <d2p1:UserID>sample string 8</d2p1:UserID>
  </DeliveryCharge>
  <IPAddress>sample string 1</IPAddress>
</DeliveryChargeAdd>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>