GET
api/v1/get-deliverycharge-amount?cartGuid={cartGuid}&orderAmount={orderAmount}&custGUID={custGUID}&clientId={clientId}&DeliveryChargeAmount={DeliveryChargeAmount}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cartGuid | globally unique identifier |
Required |
|
orderAmount | decimal number |
Required |
|
custGUID | globally unique identifier |
None. |
|
clientId | integer |
Default value is 1 |
|
DeliveryChargeAmount | decimal number |
Default value is 0 |
Response Information
Description:
Return type: decimal number
Response Formats
application/json, text/json, text/html
1.0
application/xml, text/xml
<decimal xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</decimal>