POST api/DeliveryCharges/GetDeliveryChargesForSaleBill

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:
[
  {
    "ApplicableAmt": 1.0,
    "Rate": 2.0,
    "DeliveryCharges": 3.0,
    "OrderHeadID": "737e7773-68bd-485a-9940-6993f571a7a7",
    "PartyId": "200fd350-78e7-44b9-85f8-c7ff14c7e7ca",
    "AcntId": "8cd35059-cf7d-4fd6-9a37-be38917fb2d7",
    "IsGeneratedByOrder": true,
    "DeliveryAmount": 7.0,
    "AcntName": "sample string 8",
    "CompID": "b96e2eed-164b-47b5-b110-0ea3411f8308",
    "OrderNo": 10,
    "BillDate": "2026-04-18T17:06:52.8520757+05:30"
  },
  {
    "ApplicableAmt": 1.0,
    "Rate": 2.0,
    "DeliveryCharges": 3.0,
    "OrderHeadID": "737e7773-68bd-485a-9940-6993f571a7a7",
    "PartyId": "200fd350-78e7-44b9-85f8-c7ff14c7e7ca",
    "AcntId": "8cd35059-cf7d-4fd6-9a37-be38917fb2d7",
    "IsGeneratedByOrder": true,
    "DeliveryAmount": 7.0,
    "AcntName": "sample string 8",
    "CompID": "b96e2eed-164b-47b5-b110-0ea3411f8308",
    "OrderNo": 10,
    "BillDate": "2026-04-18T17:06:52.8520757+05:30"
  },
  {
    "ApplicableAmt": 1.0,
    "Rate": 2.0,
    "DeliveryCharges": 3.0,
    "OrderHeadID": "737e7773-68bd-485a-9940-6993f571a7a7",
    "PartyId": "200fd350-78e7-44b9-85f8-c7ff14c7e7ca",
    "AcntId": "8cd35059-cf7d-4fd6-9a37-be38917fb2d7",
    "IsGeneratedByOrder": true,
    "DeliveryAmount": 7.0,
    "AcntName": "sample string 8",
    "CompID": "b96e2eed-164b-47b5-b110-0ea3411f8308",
    "OrderNo": 10,
    "BillDate": "2026-04-18T17:06:52.8520757+05:30"
  }
]

text/html

Sample:
[{"ApplicableAmt":1.0,"Rate":2.0,"DeliveryCharges":3.0,"OrderHeadID":"737e7773-68bd-485a-9940-6993f571a7a7","PartyId":"200fd350-78e7-44b9-85f8-c7ff14c7e7ca","AcntId":"8cd35059-cf7d-4fd6-9a37-be38917fb2d7","IsGeneratedByOrder":true,"DeliveryAmount":7.0,"AcntName":"sample string 8","CompID":"b96e2eed-164b-47b5-b110-0ea3411f8308","OrderNo":10,"BillDate":"2026-04-18T17:06:52.8520757+05:30"},{"ApplicableAmt":1.0,"Rate":2.0,"DeliveryCharges":3.0,"OrderHeadID":"737e7773-68bd-485a-9940-6993f571a7a7","PartyId":"200fd350-78e7-44b9-85f8-c7ff14c7e7ca","AcntId":"8cd35059-cf7d-4fd6-9a37-be38917fb2d7","IsGeneratedByOrder":true,"DeliveryAmount":7.0,"AcntName":"sample string 8","CompID":"b96e2eed-164b-47b5-b110-0ea3411f8308","OrderNo":10,"BillDate":"2026-04-18T17:06:52.8520757+05:30"},{"ApplicableAmt":1.0,"Rate":2.0,"DeliveryCharges":3.0,"OrderHeadID":"737e7773-68bd-485a-9940-6993f571a7a7","PartyId":"200fd350-78e7-44b9-85f8-c7ff14c7e7ca","AcntId":"8cd35059-cf7d-4fd6-9a37-be38917fb2d7","IsGeneratedByOrder":true,"DeliveryAmount":7.0,"AcntName":"sample string 8","CompID":"b96e2eed-164b-47b5-b110-0ea3411f8308","OrderNo":10,"BillDate":"2026-04-18T17:06:52.8520757+05:30"}]

application/xml, text/xml

Sample:
<ArrayOfDeliveryChargesForSaleBillModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
  <DeliveryChargesForSaleBillModels>
    <AcntId>8cd35059-cf7d-4fd6-9a37-be38917fb2d7</AcntId>
    <AcntName>sample string 8</AcntName>
    <ApplicableAmt>1</ApplicableAmt>
    <BillDate>2026-04-18T17:06:52.8520757+05:30</BillDate>
    <CompID>b96e2eed-164b-47b5-b110-0ea3411f8308</CompID>
    <DeliveryAmount>7</DeliveryAmount>
    <DeliveryCharges>3</DeliveryCharges>
    <IsGeneratedByOrder>true</IsGeneratedByOrder>
    <OrderHeadID>737e7773-68bd-485a-9940-6993f571a7a7</OrderHeadID>
    <OrderNo>10</OrderNo>
    <PartyId>200fd350-78e7-44b9-85f8-c7ff14c7e7ca</PartyId>
    <Rate>2</Rate>
  </DeliveryChargesForSaleBillModels>
  <DeliveryChargesForSaleBillModels>
    <AcntId>8cd35059-cf7d-4fd6-9a37-be38917fb2d7</AcntId>
    <AcntName>sample string 8</AcntName>
    <ApplicableAmt>1</ApplicableAmt>
    <BillDate>2026-04-18T17:06:52.8520757+05:30</BillDate>
    <CompID>b96e2eed-164b-47b5-b110-0ea3411f8308</CompID>
    <DeliveryAmount>7</DeliveryAmount>
    <DeliveryCharges>3</DeliveryCharges>
    <IsGeneratedByOrder>true</IsGeneratedByOrder>
    <OrderHeadID>737e7773-68bd-485a-9940-6993f571a7a7</OrderHeadID>
    <OrderNo>10</OrderNo>
    <PartyId>200fd350-78e7-44b9-85f8-c7ff14c7e7ca</PartyId>
    <Rate>2</Rate>
  </DeliveryChargesForSaleBillModels>
  <DeliveryChargesForSaleBillModels>
    <AcntId>8cd35059-cf7d-4fd6-9a37-be38917fb2d7</AcntId>
    <AcntName>sample string 8</AcntName>
    <ApplicableAmt>1</ApplicableAmt>
    <BillDate>2026-04-18T17:06:52.8520757+05:30</BillDate>
    <CompID>b96e2eed-164b-47b5-b110-0ea3411f8308</CompID>
    <DeliveryAmount>7</DeliveryAmount>
    <DeliveryCharges>3</DeliveryCharges>
    <IsGeneratedByOrder>true</IsGeneratedByOrder>
    <OrderHeadID>737e7773-68bd-485a-9940-6993f571a7a7</OrderHeadID>
    <OrderNo>10</OrderNo>
    <PartyId>200fd350-78e7-44b9-85f8-c7ff14c7e7ca</PartyId>
    <Rate>2</Rate>
  </DeliveryChargesForSaleBillModels>
</ArrayOfDeliveryChargesForSaleBillModels>