POST SavesupplierPayment?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
SavesupplierPaymentBO| 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. |
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-08T17:19:41.8646183+05:30"
}
application/xml, text/xml
Sample:
<SavesupplierPaymentBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers"> <Amount>3</Amount> <Chqno>sample string 5</Chqno> <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-08T17:19:41.8646183+05:30</VrDate> <VrId>8</VrId> </SavesupplierPaymentBO>
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.