POST api/Tools/VoucherReposting
Request Information
URI Parameters
None.
Body Parameters
VoucherRepostingFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountOpeningBalances | boolean |
None. |
|
| CashPaymentVoucher | boolean |
None. |
|
| CashReceivingVoucher | boolean |
None. |
|
| JournalVouchers | boolean |
None. |
|
| CashDeposit | boolean |
None. |
|
| ChequeDeposit | boolean |
None. |
|
| ChequeIssue | boolean |
None. |
|
| ResetMultiID | boolean |
None. |
|
| ReSaveMultiInvoice | boolean |
None. |
|
| UpdateProductions | boolean |
None. |
|
| OnlineIssue | boolean |
None. |
|
| OnlineDeposit | boolean |
None. |
|
| CommodityOpeningStock | boolean |
None. |
|
| InventoryOpeningStock | boolean |
None. |
|
| RicePurchaseInvoice | boolean |
None. |
|
| RiceSaleInvoice | boolean |
None. |
|
| SaleCosts | boolean |
None. |
|
| InventoryPurchase | boolean |
None. |
|
| InventorySale | boolean |
None. |
|
| UpdateCommoditySaleACC | boolean |
None. |
|
| UpdateInventorySaleACc | boolean |
None. |
|
| BagPurchase | boolean |
None. |
|
| BagSale | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountOpeningBalances": true,
"CashPaymentVoucher": true,
"CashReceivingVoucher": true,
"JournalVouchers": true,
"CashDeposit": true,
"ChequeDeposit": true,
"ChequeIssue": true,
"ResetMultiID": true,
"ReSaveMultiInvoice": true,
"UpdateProductions": true,
"OnlineIssue": true,
"OnlineDeposit": true,
"CommodityOpeningStock": true,
"InventoryOpeningStock": true,
"RicePurchaseInvoice": true,
"RiceSaleInvoice": true,
"SaleCosts": true,
"InventoryPurchase": true,
"InventorySale": true,
"UpdateCommoditySaleACC": true,
"UpdateInventorySaleACc": true,
"BagPurchase": true,
"BagSale": true
}
application/xml, text/xml
Sample:
<VoucherRepostingFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RiceMillsERP_API.Models"> <AccountOpeningBalances>true</AccountOpeningBalances> <BagPurchase>true</BagPurchase> <BagSale>true</BagSale> <CashDeposit>true</CashDeposit> <CashPaymentVoucher>true</CashPaymentVoucher> <CashReceivingVoucher>true</CashReceivingVoucher> <ChequeDeposit>true</ChequeDeposit> <ChequeIssue>true</ChequeIssue> <CommodityOpeningStock>true</CommodityOpeningStock> <InventoryOpeningStock>true</InventoryOpeningStock> <InventoryPurchase>true</InventoryPurchase> <InventorySale>true</InventorySale> <JournalVouchers>true</JournalVouchers> <OnlineDeposit>true</OnlineDeposit> <OnlineIssue>true</OnlineIssue> <ReSaveMultiInvoice>true</ReSaveMultiInvoice> <ResetMultiID>true</ResetMultiID> <RicePurchaseInvoice>true</RicePurchaseInvoice> <RiceSaleInvoice>true</RiceSaleInvoice> <SaleCosts>true</SaleCosts> <UpdateCommoditySaleACC>true</UpdateCommoditySaleACC> <UpdateInventorySaleACc>true</UpdateInventorySaleACc> <UpdateProductions>true</UpdateProductions> </VoucherRepostingFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |