POST SavePayment?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
SavePaymentBO| Name | Description | Type | Additional information |
|---|---|---|---|
| SqlAction | string |
None. |
|
| Vid | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Mode | string |
None. |
|
| Chqno | string |
None. |
|
| Notes | string |
None. |
|
| User | string |
None. |
|
| VrId | integer |
None. |
|
| VrDate | date |
None. |
|
| Balance | decimal number |
None. |
|
| HeadId | integer |
None. |
|
| HeadName | string |
None. |
|
| GdId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SqlAction": "sample string 1",
"Vid": 2,
"Amount": 3.0,
"Mode": "sample string 4",
"Chqno": "sample string 5",
"Notes": "sample string 6",
"User": "sample string 7",
"VrId": 8,
"VrDate": "2025-11-08T14:18:26.9893194+05:30",
"Balance": 10.0,
"HeadId": 11,
"HeadName": "sample string 12",
"GdId": 13
}
application/xml, text/xml
Sample:
<SavePaymentBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers"> <Amount>3</Amount> <Balance>10</Balance> <Chqno>sample string 5</Chqno> <GdId>13</GdId> <HeadId>11</HeadId> <HeadName>sample string 12</HeadName> <Mode>sample string 4</Mode> <Notes>sample string 6</Notes> <SqlAction>sample string 1</SqlAction> <User>sample string 7</User> <Vid>2</Vid> <VrDate>2025-11-08T14:18:26.9893194+05:30</VrDate> <VrId>8</VrId> </SavePaymentBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.