POST api/AccountPlus/AddInvoicePayment
Request Information
URI Parameters
None.
Body Parameters
tbl_AddInvoicePayment| Name | Description | Type | Additional 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": "2025-12-27T17:23:40.2285848+05:30"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |