POST services/api/v1/Save_PDCBillPayment

Request Information

URI Parameters

None.

Body Parameters

BillPayment_Master
NameDescriptionTypeAdditional information
Id

integer

None.

PaymentDate

date

None.

VchrNo

string

None.

SupplierId

integer

None.

SupplierLedgerId

integer

None.

CompanyId

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.

ChequeDate

date

None.

BanckName

string

None.

UserId

integer

None.

Discount

decimal number

None.

DiscountAccount

integer

None.

VoucherType

integer

None.

BranchId

integer

None.

LocationId

integer

None.

BillPaymentDetailstype

Collection of Load_UnpaidBills

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PaymentDate": "2026-09-09T15:04:44.9052656+04:00",
  "VchrNo": "sample string 3",
  "SupplierId": 4,
  "SupplierLedgerId": 5,
  "CompanyId": 6,
  "TransNo": 7,
  "Remark": "sample string 8",
  "PaymentType": "sample string 9",
  "IsPDC": true,
  "Amount": 11.0,
  "Account": 12,
  "PDCAccount": 13,
  "ChequeNo": "sample string 14",
  "ChequeDate": "2026-09-09T15:04:44.9052656+04:00",
  "BanckName": "sample string 16",
  "UserId": 17,
  "Discount": 18.0,
  "DiscountAccount": 19,
  "VoucherType": 20,
  "BranchId": 21,
  "LocationId": 22,
  "BillPaymentDetailstype": [
    {
      "Selected": true,
      "ID": 2,
      "TNO": 3,
      "VchrNo": "sample string 4",
      "RefNo": "sample string 5",
      "VoucherType": 6,
      "InvDate": "2026-09-09T15:04:44.9052656+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:44.9052656+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.