POST api/{database}/ProcessBankTransactionCommand
No Documentation Found.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
matchedBankTransactions | No Documentation Found. |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "matchedBankTransactions": null, "processedLineCount": 1, "result": true }
application/xml, text/xml
Sample:
<ProcessBankTransactionCommand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Banking.Commands"> <MatchedBankTransactions xmlns:d2p1="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Banking.Lists" i:nil="true" /> <ProcessedLineCount>1</ProcessedLineCount> <Result>true</Result> </ProcessBankTransactionCommand>