POST services/api/v1/Get_BillRecieptById

Request Information

URI Parameters

None.

Body Parameters

Id_BranchId_CAType
NameDescriptionTypeAdditional information
Id

integer

None.

BrancId

integer

None.

CAType

integer

None.

ReceiptCreditNote

integer

None.

ReceiptDebitNote

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "BrancId": 2,
  "CAType": 3,
  "ReceiptCreditNote": 4,
  "ReceiptDebitNote": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PaymentDate": "2026-09-09T15:04:57.4052454+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:04:57.4052454+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:04:57.4052454+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:04:57.4052454+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
    }
  ]
}