POST api/AccountGenLedger/UpdateBankReconcilDtls

Request Information

URI Parameters

None.

Body Parameters

UpdateBankReconcilDtls
NameDescriptionTypeAdditional information
GledgerId

integer

Required

SlNo

integer

Required

BankAccountId

integer

Required

BankReconcilUser

integer

Required

BankReconcilIp

string

Required

String length: inclusive between 0 and 20

PassBookDate

string

None.

BankReconcilSts

string

Required

Matching regular expression pattern: Y|N

BankDishonourSts

string

Required

Matching regular expression pattern: Y|N

Request Formats

application/json, text/json

Sample:
{
  "GledgerId": 1,
  "SlNo": 2,
  "BankAccountId": 3,
  "BankReconcilUser": 4,
  "BankReconcilIp": "sample string 5",
  "PassBookDate": "sample string 6",
  "BankReconcilSts": "sample string 7",
  "BankDishonourSts": "sample string 8"
}

application/xml, text/xml

Sample:
<UpdateBankReconcilDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <BankAccountId>3</BankAccountId>
  <BankDishonourSts>sample string 8</BankDishonourSts>
  <BankReconcilIp>sample string 5</BankReconcilIp>
  <BankReconcilSts>sample string 7</BankReconcilSts>
  <BankReconcilUser>4</BankReconcilUser>
  <GledgerId>1</GledgerId>
  <PassBookDate>sample string 6</PassBookDate>
  <SlNo>2</SlNo>
</UpdateBankReconcilDtls>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.