POST api/Cheques/Save

Request Information

URI Parameters

None.

Body Parameters

Cheques
NameDescriptionTypeAdditional information
ChequeDate

date

None.

EntryDate

date

None.

ModifyDate

date

None.

Amount

decimal number

None.

ChequeFormatId

integer

None.

ChequeNumber

integer

None.

CompanyId

integer

None.

EntryUser

integer

None.

FinancialYearId

integer

None.

Id

integer

None.

ModifyUser

integer

None.

OrganizationId

integer

None.

PartyName

string

None.

ChequeType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ChequeDate": "2025-10-29T13:14:29.7912868+05:00",
  "EntryDate": "2025-10-29T13:14:29.7912868+05:00",
  "ModifyDate": "2025-10-29T13:14:29.7912868+05:00",
  "Amount": 4.1,
  "ChequeFormatId": 5,
  "ChequeNumber": 6,
  "CompanyId": 7,
  "EntryUser": 8,
  "FinancialYearId": 9,
  "Id": 10,
  "ModifyUser": 11,
  "OrganizationId": 12,
  "PartyName": "sample string 13",
  "ChequeType": "sample string 14"
}

application/xml, text/xml

Sample:
<Cheques xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Architecture.Model.ChequePrinting">
  <Amount>4.1</Amount>
  <ChequeDate>2025-10-29T13:14:29.7912868+05:00</ChequeDate>
  <ChequeFormatId>5</ChequeFormatId>
  <ChequeNumber>6</ChequeNumber>
  <ChequeType>sample string 14</ChequeType>
  <CompanyId>7</CompanyId>
  <EntryDate>2025-10-29T13:14:29.7912868+05:00</EntryDate>
  <EntryUser>8</EntryUser>
  <FinancialYearId>9</FinancialYearId>
  <Id>10</Id>
  <ModifyDate>2025-10-29T13:14:29.7912868+05:00</ModifyDate>
  <ModifyUser>11</ModifyUser>
  <OrganizationId>12</OrganizationId>
  <PartyName>sample string 13</PartyName>
</Cheques>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Cheques'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.