POST api/NotesReceivable/Update
Request Information
URI Parameters
None.
Body Parameters
NotesReceivableEditModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Voucher_BranchId | integer |
None. |
|
| Voucher_TypeId | integer |
None. |
|
| Voucher_EmpId | integer |
None. |
|
| Voucher_Id | integer |
None. |
|
| Voucher_Date | string |
None. |
|
| Voucher_Note | string |
None. |
|
| Voucher_Reference | string |
None. |
|
| Voucher_AmountDr | decimal number |
None. |
|
| Voucher_AmountCr | decimal number |
None. |
|
| Voucher_ClnNum | integer |
None. |
|
| Voucher_InvoiceKey | string |
None. |
|
| Voucher_PayMode | integer |
None. |
|
| Voucher_UpdatedBy | integer |
None. |
|
| Voucher_UpdatedDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Voucher_BranchId": 1,
"Voucher_TypeId": 2,
"Voucher_EmpId": 3,
"Voucher_Id": 4,
"Voucher_Date": "sample string 5",
"Voucher_Note": "sample string 6",
"Voucher_Reference": "sample string 7",
"Voucher_AmountDr": 8.0,
"Voucher_AmountCr": 9.0,
"Voucher_ClnNum": 10,
"Voucher_InvoiceKey": "sample string 11",
"Voucher_PayMode": 12,
"Voucher_UpdatedBy": 13,
"Voucher_UpdatedDate": "sample string 14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfNotesReceivableEditModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | NotesReceivableEditModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": {
"Voucher_BranchId": 1,
"Voucher_TypeId": 2,
"Voucher_EmpId": 3,
"Voucher_Id": 4,
"Voucher_Date": "sample string 5",
"Voucher_Note": "sample string 6",
"Voucher_Reference": "sample string 7",
"Voucher_AmountDr": 8.0,
"Voucher_AmountCr": 9.0,
"Voucher_ClnNum": 10,
"Voucher_InvoiceKey": "sample string 11",
"Voucher_PayMode": 12,
"Voucher_UpdatedBy": 13,
"Voucher_UpdatedDate": "sample string 14"
}
}