POST api/cheques/SaveCheque/{pSocietyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pSocietyId | integer |
Required |
Body Parameters
ChequesVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ChequeId | integer |
None. |
|
| SrNo | integer |
None. |
|
| ForMonth | date |
None. |
|
| SocietyId | integer |
None. |
|
| ChequeNo | string |
None. |
|
| MemberName | string |
None. |
|
| ChequeDate | date |
None. |
|
| AccountMasterId | integer |
None. |
|
| AccountDetails | string |
None. |
|
| Amount | decimal number |
None. |
|
| TransactionTypeId | integer |
None. |
|
| TransactionType | string |
None. |
|
| BankId | integer |
None. |
|
| ReasonId | integer |
None. |
|
| Bank | string |
None. |
|
| MICR | string |
None. |
|
| Remarks | string |
None. |
|
| BldgFlatNo | string |
None. |
|
| BankAccountNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"chequeId": 1,
"srNo": 1,
"forMonth": "2025-12-10T09:48:16.3674571+05:30",
"societyId": 3,
"chequeNo": "sample string 4",
"memberName": "sample string 5",
"chequeDate": "2025-12-10T09:48:16.3674571+05:30",
"accountMasterId": 7,
"accountDetails": "sample string 8",
"amount": 9.0,
"transactionTypeId": 10,
"transactionType": "sample string 11",
"bankId": 12,
"reasonId": 13,
"bank": "sample string 14",
"micr": "sample string 15",
"remarks": "sample string 16",
"bldgFlatNo": "sample string 17",
"bankAccountNo": "sample string 18"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | ResponseStatus |
None. |
|
| Message | string |
None. |
|
| ID | integer |
None. |
|
| ResponseData | boolean |
None. |
|
| ShowAlert | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.