POST api/NotesPayable/GetById
Request Information
URI Parameters
None.
Body Parameters
NotesPayableIdModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchId | integer |
None. |
|
| TypeId | integer |
None. |
|
| EmpId | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchId": 1,
"TypeId": 2,
"EmpId": 3,
"Id": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResponseOfNotesPayableModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiMessage | ApiMessage |
None. |
|
| Data | NotesPayableModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"ApiMessage": {
"StatusCode": 1,
"StatusMessage": "sample string 2"
},
"Data": {
"Voucher_BranchId": 1,
"Voucher_BranchName": "sample string 2",
"Voucher_TypeId": 3,
"Voucher_TypeName": "sample string 4",
"Voucher_EmpId": 5,
"Voucher_Id": 6,
"Voucher_Date": "sample string 7",
"Voucher_Reference": "sample string 8",
"Voucher_Note": "sample string 9",
"Voucher_AmountDr": 10.0,
"Voucher_AmountCr": 11.0,
"Voucher_PayMode": 12,
"Voucher_CLientName": "sample string 13",
"Voucher_ClnNum": 14,
"Voucher_InvoiceKey": "sample string 15",
"Voucher_CreateName": "sample string 16",
"Voucher_CreateDate": "sample string 17",
"RowCount": 18
}
}