POST services/api/v1/Save_Bank_Reconciliation

Request Information

URI Parameters

None.

Body Parameters

Collection of Bank_Reconciliation
NameDescriptionTypeAdditional information
Selected

boolean

None.

ID

integer

None.

ChequeNo

string

None.

TransDate

date

None.

ChequeDate

date

None.

Party

string

None.

Reconciled

boolean

None.

ReconciliationDate

date

None.

Amount

decimal number

None.

TranNo

integer

None.

UserId

integer

None.

TransUpdate

boolean

None.

Sel

boolean

None.

Check

boolean

None.

Dr

decimal number

None.

Cr

decimal number

None.

Balance

decimal number

None.

Narration

string

None.

LedgerId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Selected": true,
    "ID": 2,
    "ChequeNo": "sample string 3",
    "TransDate": "2026-09-09T15:20:35.1874682+04:00",
    "ChequeDate": "2026-09-09T15:20:35.1874682+04:00",
    "Party": "sample string 4",
    "Reconciled": true,
    "ReconciliationDate": "2026-09-09T15:20:35.1874682+04:00",
    "Amount": 6.0,
    "TranNo": 7,
    "UserId": 8,
    "TransUpdate": true,
    "Sel": true,
    "Check": true,
    "Dr": 12.0,
    "Cr": 13.0,
    "Balance": 14.0,
    "Narration": "sample string 15",
    "LedgerId": 16
  },
  {
    "Selected": true,
    "ID": 2,
    "ChequeNo": "sample string 3",
    "TransDate": "2026-09-09T15:20:35.1874682+04:00",
    "ChequeDate": "2026-09-09T15:20:35.1874682+04:00",
    "Party": "sample string 4",
    "Reconciled": true,
    "ReconciliationDate": "2026-09-09T15:20:35.1874682+04:00",
    "Amount": 6.0,
    "TranNo": 7,
    "UserId": 8,
    "TransUpdate": true,
    "Sel": true,
    "Check": true,
    "Dr": 12.0,
    "Cr": 13.0,
    "Balance": 14.0,
    "Narration": "sample string 15",
    "LedgerId": 16
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.