POST api/NotesReceivable/Insert

Request Information

URI Parameters

None.

Body Parameters

NotesReceivableInsertModel
NameDescriptionTypeAdditional 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_PayMode

integer

None.

Voucher_ClnNum

integer

None.

Voucher_InvoiceKey

string

None.

Voucher_CreatedBy

integer

None.

Voucher_CreateDate

string

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_PayMode": 10,
  "Voucher_ClnNum": 11,
  "Voucher_InvoiceKey": "sample string 12",
  "Voucher_CreatedBy": 13,
  "Voucher_CreateDate": "sample string 14",
  "Voucher_UpdatedBy": 15,
  "Voucher_UpdatedDate": "sample string 16"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponseOfNotesReceivableInsertModel
NameDescriptionTypeAdditional information
ApiMessage

ApiMessage

None.

Data

NotesReceivableInsertModel

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_PayMode": 10,
    "Voucher_ClnNum": 11,
    "Voucher_InvoiceKey": "sample string 12",
    "Voucher_CreatedBy": 13,
    "Voucher_CreateDate": "sample string 14",
    "Voucher_UpdatedBy": 15,
    "Voucher_UpdatedDate": "sample string 16"
  }
}