POST api/saveliveedit
Request Information
URI Parameters
None.
Body Parameters
LiveInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| Hid | string |
None. |
|
| Pcode | string |
None. |
|
| Desc | string |
None. |
|
| Qty | string |
None. |
|
| Price | string |
None. |
|
| Disc | string |
None. |
|
| Tax | string |
None. |
|
| Custtxt | string |
None. |
|
| Reftxt | string |
None. |
|
| Invdate | string |
None. |
|
| Pstatusid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Hid": "sample string 1",
"Pcode": "sample string 2",
"Desc": "sample string 3",
"Qty": "sample string 4",
"Price": "sample string 5",
"Disc": "sample string 6",
"Tax": "sample string 7",
"Custtxt": "sample string 8",
"Reftxt": "sample string 9",
"Invdate": "sample string 10",
"Pstatusid": "sample string 11"
}
application/xml, text/xml
Sample:
<LiveInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Webapp2.Controllers"> <Custtxt>sample string 8</Custtxt> <Desc>sample string 3</Desc> <Disc>sample string 6</Disc> <Hid>sample string 1</Hid> <Invdate>sample string 10</Invdate> <Pcode>sample string 2</Pcode> <Price>sample string 5</Price> <Pstatusid>sample string 11</Pstatusid> <Qty>sample string 4</Qty> <Reftxt>sample string 9</Reftxt> <Tax>sample string 7</Tax> </LiveInvoice>
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.