POST SaveOpenningBalanceAPI?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
SaveOpenningBalanceAPIBO| Name | Description | Type | Additional information |
|---|---|---|---|
| SqlAction | string |
None. |
|
| Cpid | integer |
None. |
|
| Vid | integer |
None. |
|
| Vcode | string |
None. |
|
| Vname | string |
None. |
|
| Invno | string |
None. |
|
| Invdate | date |
None. |
|
| NetAmt | decimal number |
None. |
|
| Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SqlAction": "sample string 1",
"Cpid": 2,
"Vid": 3,
"Vcode": "sample string 4",
"Vname": "sample string 5",
"Invno": "sample string 6",
"Invdate": "2025-11-08T14:14:38.3807921+05:30",
"NetAmt": 8.0,
"Notes": "sample string 9"
}
application/xml, text/xml
Sample:
<OnlineCreatePO_BO.SaveOpenningBalanceAPIBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers"> <Cpid>2</Cpid> <Invdate>2025-11-08T14:14:38.3807921+05:30</Invdate> <Invno>sample string 6</Invno> <NetAmt>8</NetAmt> <Notes>sample string 9</Notes> <SqlAction>sample string 1</SqlAction> <Vcode>sample string 4</Vcode> <Vid>3</Vid> <Vname>sample string 5</Vname> </OnlineCreatePO_BO.SaveOpenningBalanceAPIBO>
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.