POST api/InvViews/VwTransactionBookwiseView
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| paramList | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[
{},
{},
{}
]
text/html
Sample:
[{},{},{}]
application/xml, text/xml
Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> <anyType /> <anyType /> </ArrayOfanyType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"CompId": "8b4b868f-db00-4bbf-8a19-04b075f5cb0b",
"AcntBookId": "3f2437ee-2efe-4f53-918f-cfa1b69e1755",
"AcntBookName": "sample string 3",
"AcntBookShort": "sample string 4",
"AcntBookType": 5,
"AtrnYear": 6,
"NoofTransaction": 7,
"LastTransactionDate": "sample string 8",
"NetAmount": 9.0,
"NetAmountString": "sample string 10",
"AccountingMode": 11
},
{
"CompId": "8b4b868f-db00-4bbf-8a19-04b075f5cb0b",
"AcntBookId": "3f2437ee-2efe-4f53-918f-cfa1b69e1755",
"AcntBookName": "sample string 3",
"AcntBookShort": "sample string 4",
"AcntBookType": 5,
"AtrnYear": 6,
"NoofTransaction": 7,
"LastTransactionDate": "sample string 8",
"NetAmount": 9.0,
"NetAmountString": "sample string 10",
"AccountingMode": 11
},
{
"CompId": "8b4b868f-db00-4bbf-8a19-04b075f5cb0b",
"AcntBookId": "3f2437ee-2efe-4f53-918f-cfa1b69e1755",
"AcntBookName": "sample string 3",
"AcntBookShort": "sample string 4",
"AcntBookType": 5,
"AtrnYear": 6,
"NoofTransaction": 7,
"LastTransactionDate": "sample string 8",
"NetAmount": 9.0,
"NetAmountString": "sample string 10",
"AccountingMode": 11
}
]
text/html
Sample:
[{"CompId":"8b4b868f-db00-4bbf-8a19-04b075f5cb0b","AcntBookId":"3f2437ee-2efe-4f53-918f-cfa1b69e1755","AcntBookName":"sample string 3","AcntBookShort":"sample string 4","AcntBookType":5,"AtrnYear":6,"NoofTransaction":7,"LastTransactionDate":"sample string 8","NetAmount":9.0,"NetAmountString":"sample string 10","AccountingMode":11},{"CompId":"8b4b868f-db00-4bbf-8a19-04b075f5cb0b","AcntBookId":"3f2437ee-2efe-4f53-918f-cfa1b69e1755","AcntBookName":"sample string 3","AcntBookShort":"sample string 4","AcntBookType":5,"AtrnYear":6,"NoofTransaction":7,"LastTransactionDate":"sample string 8","NetAmount":9.0,"NetAmountString":"sample string 10","AccountingMode":11},{"CompId":"8b4b868f-db00-4bbf-8a19-04b075f5cb0b","AcntBookId":"3f2437ee-2efe-4f53-918f-cfa1b69e1755","AcntBookName":"sample string 3","AcntBookShort":"sample string 4","AcntBookType":5,"AtrnYear":6,"NoofTransaction":7,"LastTransactionDate":"sample string 8","NetAmount":9.0,"NetAmountString":"sample string 10","AccountingMode":11}]
application/xml, text/xml
Sample:
<ArrayOfTransactionBookViewModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
<TransactionBookViewModels>
<AccountingMode>11</AccountingMode>
<AcntBookId>3f2437ee-2efe-4f53-918f-cfa1b69e1755</AcntBookId>
<AcntBookName>sample string 3</AcntBookName>
<AcntBookShort>sample string 4</AcntBookShort>
<AcntBookType>5</AcntBookType>
<AtrnYear>6</AtrnYear>
<CompId>8b4b868f-db00-4bbf-8a19-04b075f5cb0b</CompId>
<LastTransactionDate>sample string 8</LastTransactionDate>
<NetAmount>9</NetAmount>
<NetAmountString>sample string 10</NetAmountString>
<NoofTransaction>7</NoofTransaction>
</TransactionBookViewModels>
<TransactionBookViewModels>
<AccountingMode>11</AccountingMode>
<AcntBookId>3f2437ee-2efe-4f53-918f-cfa1b69e1755</AcntBookId>
<AcntBookName>sample string 3</AcntBookName>
<AcntBookShort>sample string 4</AcntBookShort>
<AcntBookType>5</AcntBookType>
<AtrnYear>6</AtrnYear>
<CompId>8b4b868f-db00-4bbf-8a19-04b075f5cb0b</CompId>
<LastTransactionDate>sample string 8</LastTransactionDate>
<NetAmount>9</NetAmount>
<NetAmountString>sample string 10</NetAmountString>
<NoofTransaction>7</NoofTransaction>
</TransactionBookViewModels>
<TransactionBookViewModels>
<AccountingMode>11</AccountingMode>
<AcntBookId>3f2437ee-2efe-4f53-918f-cfa1b69e1755</AcntBookId>
<AcntBookName>sample string 3</AcntBookName>
<AcntBookShort>sample string 4</AcntBookShort>
<AcntBookType>5</AcntBookType>
<AtrnYear>6</AtrnYear>
<CompId>8b4b868f-db00-4bbf-8a19-04b075f5cb0b</CompId>
<LastTransactionDate>sample string 8</LastTransactionDate>
<NetAmount>9</NetAmount>
<NetAmountString>sample string 10</NetAmountString>
<NoofTransaction>7</NoofTransaction>
</TransactionBookViewModels>
</ArrayOfTransactionBookViewModels>