POST api/AccountPlus/AddInvoicePayment

Request Information

URI Parameters

None.

Body Parameters

tbl_AddInvoicePayment
NameDescriptionTypeAdditional information
InvID

integer

None.

Amount

decimal number

None.

PaymodeID

integer

None.

RefNo

string

None.

RefBank

string

None.

RefDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "invID": 1,
  "amount": 1.0,
  "paymodeID": 2,
  "refNo": "sample string 3",
  "refBank": "sample string 4",
  "refDate": "2026-07-17T20:19:53.7044411+05:30"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'tbl_AddInvoicePayment'.

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.