POST api/DeliveryCharges/GetDeliveryChargesForSaleBillAndOrder
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"CompID": "89194799-c042-457a-a4a4-4d3204ef0621",
"DetailsId": "68cf11c4-84b2-481c-b01a-6d43adc18381",
"BillAmount": 2.0,
"ItrnType": 3,
"ItrnDate": "2026-04-18T17:06:07.2932146+05:30",
"ItemId": "14e23ccd-a07c-45e4-8627-7ed29d8d3999",
"AcntId": "ce3773c2-cdab-4167-bb62-23487c264ce3",
"DeliveryAmount": 6.0,
"MaxDeliveryCharges": 7.0,
"FixedOrPerc": "b30fa576-5c5a-45dc-95dd-0e2a8556e0ec",
"RoundedtoNearest": 9.0
}
text/html
Sample:
{"CompID":"89194799-c042-457a-a4a4-4d3204ef0621","DetailsId":"68cf11c4-84b2-481c-b01a-6d43adc18381","BillAmount":2.0,"ItrnType":3,"ItrnDate":"2026-04-18T17:06:07.2932146+05:30","ItemId":"14e23ccd-a07c-45e4-8627-7ed29d8d3999","AcntId":"ce3773c2-cdab-4167-bb62-23487c264ce3","DeliveryAmount":6.0,"MaxDeliveryCharges":7.0,"FixedOrPerc":"b30fa576-5c5a-45dc-95dd-0e2a8556e0ec","RoundedtoNearest":9.0}
application/xml, text/xml
Sample:
<DeliveryChargesForBillAndOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models"> <AcntId>ce3773c2-cdab-4167-bb62-23487c264ce3</AcntId> <BillAmount>2</BillAmount> <CompID>89194799-c042-457a-a4a4-4d3204ef0621</CompID> <DeliveryAmount>6</DeliveryAmount> <DetailsId>68cf11c4-84b2-481c-b01a-6d43adc18381</DetailsId> <FixedOrPerc>b30fa576-5c5a-45dc-95dd-0e2a8556e0ec</FixedOrPerc> <ItemId>14e23ccd-a07c-45e4-8627-7ed29d8d3999</ItemId> <ItrnDate>2026-04-18T17:06:07.2932146+05:30</ItrnDate> <ItrnType>3</ItrnType> <MaxDeliveryCharges>7</MaxDeliveryCharges> <RoundedtoNearest>9</RoundedtoNearest> </DeliveryChargesForBillAndOrder>