POST SaveInvAdjAmount?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
SaveInvAdjAmountRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InvAdjId | integer |
None. |
|
| Vid | integer |
None. |
|
| Vcode | string |
None. |
|
| VName | string |
None. |
|
| Mobile | string |
None. |
|
| OpBalance | decimal number |
None. |
|
| InvValule | decimal number |
None. |
|
| CashPayments | decimal number |
None. |
|
| BankPayments | decimal number |
None. |
|
| OtherPayments | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| Tag | string |
None. |
|
| AdjAmt | decimal number |
None. |
|
| Sp_SqlAction | string |
None. |
|
| DocNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvAdjId": 1,
"Vid": 2,
"Vcode": "sample string 3",
"VName": "sample string 4",
"Mobile": "sample string 5",
"OpBalance": 6.0,
"InvValule": 7.0,
"CashPayments": 8.0,
"BankPayments": 9.0,
"OtherPayments": 10.0,
"Balance": 11.0,
"Tag": "sample string 12",
"AdjAmt": 13.0,
"Sp_SqlAction": "sample string 14",
"DocNo": "sample string 15"
}
application/xml, text/xml
Sample:
<OnlineCreatePO_BO.SaveInvAdjAmountRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers"> <AdjAmt>13</AdjAmt> <Balance>11</Balance> <BankPayments>9</BankPayments> <CashPayments>8</CashPayments> <DocNo>sample string 15</DocNo> <InvAdjId>1</InvAdjId> <InvValule>7</InvValule> <Mobile>sample string 5</Mobile> <OpBalance>6</OpBalance> <OtherPayments>10</OtherPayments> <Sp_SqlAction>sample string 14</Sp_SqlAction> <Tag>sample string 12</Tag> <VName>sample string 4</VName> <Vcode>sample string 3</Vcode> <Vid>2</Vid> </OnlineCreatePO_BO.SaveInvAdjAmountRequest>
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.