POST services/api/v1/Save_BillReciept

Request Information

URI Parameters

None.

Body Parameters

BillReceipt_Master
NameDescriptionTypeAdditional information
Id

integer

None.

PaymentDate

date

None.

VchrNo

string

None.

CustomerId

integer

None.

CustomerLedgerId

integer

None.

CompanyId

integer

None.

LocationId

integer

None.

TransNo

integer

None.

Remark

string

None.

PaymentType

string

None.

IsPDC

boolean

None.

Amount

decimal number

None.

Account

integer

None.

PDCAccount

integer

None.

ChequeNo

string

None.

CreditCardNo

string

None.

ChequeDate

date

None.

BanckName

string

None.

UserId

integer

None.

Discount

decimal number

None.

DiscountAccount

integer

None.

VoucherType

integer

None.

BillRecieptDetailstype

Collection of Load_UnpaidBills

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PaymentDate": "2026-09-09T15:05:06.937731+04:00",
  "VchrNo": "sample string 3",
  "CustomerId": 4,
  "CustomerLedgerId": 5,
  "CompanyId": 6,
  "LocationId": 7,
  "TransNo": 8,
  "Remark": "sample string 9",
  "PaymentType": "sample string 10",
  "IsPDC": true,
  "Amount": 12.0,
  "Account": 13,
  "PDCAccount": 14,
  "ChequeNo": "sample string 15",
  "CreditCardNo": "sample string 16",
  "ChequeDate": "2026-09-09T15:05:06.937731+04:00",
  "BanckName": "sample string 18",
  "UserId": 19,
  "Discount": 20.0,
  "DiscountAccount": 21,
  "VoucherType": 22,
  "BillRecieptDetailstype": [
    {
      "Selected": true,
      "ID": 2,
      "TNO": 3,
      "VchrNo": "sample string 4",
      "RefNo": "sample string 5",
      "VoucherType": 6,
      "InvDate": "2026-09-09T15:05:06.937731+04:00",
      "Total": 8.0,
      "PayAmt": 9.0,
      "Branch": 10,
      "BranchName": "sample string 11",
      "DrCr": "sample string 12",
      "Amount": 13.0,
      "SalesType": 14,
      "LocId": 15
    },
    {
      "Selected": true,
      "ID": 2,
      "TNO": 3,
      "VchrNo": "sample string 4",
      "RefNo": "sample string 5",
      "VoucherType": 6,
      "InvDate": "2026-09-09T15:05:06.937731+04:00",
      "Total": 8.0,
      "PayAmt": 9.0,
      "Branch": 10,
      "BranchName": "sample string 11",
      "DrCr": "sample string 12",
      "Amount": 13.0,
      "SalesType": 14,
      "LocId": 15
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.