POST api/bill/save

Request Information

URI Parameters

None.

Body Parameters

ENTBillMaster
NameDescriptionTypeAdditional information
BillDetails

Collection of ENTBillDetails

None.

CustomerList

Collection of Object

None.

IsValidForEdit

boolean

None.

NoOfMemos

decimal number

None.

CompHandle

decimal number

None.

BillID

decimal number

None.

BillNo

decimal number

None.

BillDate

date

None.

DueDate

date

None.

DueDays

decimal number

None.

CustCode

string

None.

DOCode

string

None.

FundRate

decimal number

None.

STRate

decimal number

None.

STRateOn

decimal number

None.

STAmount

decimal number

None.

ECRate

decimal number

None.

ECAmount

decimal number

None.

TotalFreight

decimal number

None.

OtherCharges

decimal number

None.

GrandTotal

decimal number

None.

AdvanceAmount

decimal number

None.

_GrandTotal

decimal number

None.

_TotalFreight

decimal number

None.

_OtherCharges

decimal number

None.

_NoOfMemos

decimal number

None.

_AdvanceAmount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "_GrandTotal": 1.0,
  "_TotalFreight": 2.0,
  "_OtherCharges": 3.0,
  "_NoOfMemos": 4.0,
  "_AdvanceAmount": 5.0,
  "BillDetails": [
    {
      "FromLoc": "sample string 1",
      "ToLoc": "sample string 2",
      "LRNo": "sample string 3",
      "ChallanNo": "sample string 4",
      "FDRNo": "sample string 5",
      "VehicleNo": "sample string 6",
      "CashAdvance": 7.0,
      "PartyAdvance": 8.0,
      "BLFreightType": null,
      "CompHandle": 9.0,
      "BillID": 10.0,
      "BillNo": 11.0,
      "BillDate": "2024-04-19T10:05:49.0058111+05:30",
      "MemoID": 13.0,
      "MemoType": 14.0,
      "MemoNo": 15.0,
      "MemoDate": "2024-04-19T10:05:49.0058111+05:30",
      "BLQty": 17.0,
      "BLActWt": 18.0,
      "BLChgWt": 19.0,
      "BLDistance": 20.0,
      "BLFrType": 21.0,
      "BLRate": 22.0,
      "BLFreight": 23.0,
      "BLDelivery": 24.0,
      "BLLoading": 25.0,
      "BLUnloading": 26.0,
      "BLDetention": 27.0,
      "BLExtraFreight": 28.0,
      "BLLengthy": 29.0,
      "BLHeighted": 30.0,
      "BLOctroi": 31.0,
      "BLWeighing": 32.0,
      "BLMiscellaneous": 33.0,
      "BLECap1": "sample string 34",
      "BLEChg1": 35.0,
      "BLECap2": "sample string 36",
      "BLEChg2": 37.0,
      "BLECap3": "sample string 38",
      "BLEChg3": 39.0,
      "BLRemark": "sample string 40",
      "SrNo": 41.0,
      "TotalFreight": 42.0,
      "OtherCharges": 43.0
    },
    {
      "FromLoc": "sample string 1",
      "ToLoc": "sample string 2",
      "LRNo": "sample string 3",
      "ChallanNo": "sample string 4",
      "FDRNo": "sample string 5",
      "VehicleNo": "sample string 6",
      "CashAdvance": 7.0,
      "PartyAdvance": 8.0,
      "BLFreightType": null,
      "CompHandle": 9.0,
      "BillID": 10.0,
      "BillNo": 11.0,
      "BillDate": "2024-04-19T10:05:49.0058111+05:30",
      "MemoID": 13.0,
      "MemoType": 14.0,
      "MemoNo": 15.0,
      "MemoDate": "2024-04-19T10:05:49.0058111+05:30",
      "BLQty": 17.0,
      "BLActWt": 18.0,
      "BLChgWt": 19.0,
      "BLDistance": 20.0,
      "BLFrType": 21.0,
      "BLRate": 22.0,
      "BLFreight": 23.0,
      "BLDelivery": 24.0,
      "BLLoading": 25.0,
      "BLUnloading": 26.0,
      "BLDetention": 27.0,
      "BLExtraFreight": 28.0,
      "BLLengthy": 29.0,
      "BLHeighted": 30.0,
      "BLOctroi": 31.0,
      "BLWeighing": 32.0,
      "BLMiscellaneous": 33.0,
      "BLECap1": "sample string 34",
      "BLEChg1": 35.0,
      "BLECap2": "sample string 36",
      "BLEChg2": 37.0,
      "BLECap3": "sample string 38",
      "BLEChg3": 39.0,
      "BLRemark": "sample string 40",
      "SrNo": 41.0,
      "TotalFreight": 42.0,
      "OtherCharges": 43.0
    }
  ],
  "CustomerList": null,
  "IsValidForEdit": true,
  "NoOfMemos": 4.0,
  "CompHandle": 3.0,
  "BillID": 4.0,
  "BillNo": 5.0,
  "BillDate": "2024-04-19T10:05:49.0058111+05:30",
  "DueDate": "2024-04-19T10:05:49.0058111+05:30",
  "DueDays": 8.0,
  "CustCode": "sample string 9",
  "DOCode": "sample string 10",
  "FundRate": 11.0,
  "STRate": 12.0,
  "STRateOn": 13.0,
  "STAmount": 14.0,
  "ECRate": 15.0,
  "ECAmount": 16.0,
  "TotalFreight": 2.0,
  "OtherCharges": 3.0,
  "GrandTotal": 1.0,
  "AdvanceAmount": 5.0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true