POST api/Inventory/SaveCashVoucherCashVanPOS
Request Information
URI Parameters
None.
Body Parameters
post_CashVoucher| Name | Description | Type | Additional information |
|---|---|---|---|
| conn | string |
None. |
|
| dtpVoucherDate | string |
None. |
|
| BranchID | integer |
None. |
|
| CostCenterID | integer |
None. |
|
| RevenuCenterID | integer |
None. |
|
| ProfitCenterID | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Notes | string |
None. |
|
| MemoID | integer |
None. |
|
| LoginUserID | integer |
None. |
|
| VoucherManualNumber | integer |
None. |
|
| Receiver | string |
None. |
|
| CustomerID | integer |
None. |
|
| CashID | integer |
None. |
|
| transactionID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"conn": "sample string 1",
"dtpVoucherDate": "sample string 2",
"BranchID": 3,
"CostCenterID": 4,
"RevenuCenterID": 5,
"ProfitCenterID": 6,
"Amount": 7.1,
"Notes": "sample string 8",
"MemoID": 9,
"LoginUserID": 10,
"VoucherManualNumber": 11,
"Receiver": "sample string 12",
"CustomerID": 13,
"CashID": 14,
"transactionID": 15
}
application/xml, text/xml
Sample:
<post_CashVoucher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inventory.Models"> <Amount>7.1</Amount> <BranchID>3</BranchID> <CashID>14</CashID> <CostCenterID>4</CostCenterID> <CustomerID>13</CustomerID> <LoginUserID>10</LoginUserID> <MemoID>9</MemoID> <Notes>sample string 8</Notes> <ProfitCenterID>6</ProfitCenterID> <Receiver>sample string 12</Receiver> <RevenuCenterID>5</RevenuCenterID> <VoucherManualNumber>11</VoucherManualNumber> <conn>sample string 1</conn> <dtpVoucherDate>sample string 2</dtpVoucherDate> <transactionID>15</transactionID> </post_CashVoucher>
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.