POST api/NotesPayable/GetAll

Request Information

URI Parameters

None.

Body Parameters

PagingModel
NameDescriptionTypeAdditional information
PageNumber

integer

None.

RowCount

integer

None.

Search

string

None.

UserLogging

UsersModel

None.

Request Formats

application/json, text/json

Sample:
{
  "PageNumber": 1,
  "RowCount": 2,
  "Search": "sample string 3",
  "UserLogging": {
    "User_Id": 1,
    "User_Name": "sample string 2",
    "User_FirstName": "sample string 3",
    "User_LastName": "sample string 4",
    "User_Email": "sample string 5",
    "User_Mobile": "sample string 6",
    "User_Address": "sample string 7",
    "User_RoleId": 8,
    "User_RoleName": "sample string 9",
    "User_Password": "sample string 10",
    "User_CashAccount": "sample string 11",
    "User_BranchNumber": 12,
    "User_BranchName": "sample string 13",
    "User_OnCash": true,
    "User_OtherUserData": true,
    "RowCount": 16,
    "IsAdmin": true
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponseOfListOfNotesPayableModel
NameDescriptionTypeAdditional information
ApiMessage

ApiMessage

None.

Data

Collection of 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
    },
    {
      "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
    }
  ]
}