POST api/TransactionHeads/RetrieveTransactionDetailsListByBatchsWise
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": "b72f830d-b7c3-4db1-93d6-a1cf26b322df",
"BatchNo": "sample string 2",
"TransactionHeadID": "cb46643f-b3a2-473c-9bf1-476497d7e1ab",
"RowNumber": 4
},
{
"CompId": "b72f830d-b7c3-4db1-93d6-a1cf26b322df",
"BatchNo": "sample string 2",
"TransactionHeadID": "cb46643f-b3a2-473c-9bf1-476497d7e1ab",
"RowNumber": 4
},
{
"CompId": "b72f830d-b7c3-4db1-93d6-a1cf26b322df",
"BatchNo": "sample string 2",
"TransactionHeadID": "cb46643f-b3a2-473c-9bf1-476497d7e1ab",
"RowNumber": 4
}
]
text/html
Sample:
[{"CompId":"b72f830d-b7c3-4db1-93d6-a1cf26b322df","BatchNo":"sample string 2","TransactionHeadID":"cb46643f-b3a2-473c-9bf1-476497d7e1ab","RowNumber":4},{"CompId":"b72f830d-b7c3-4db1-93d6-a1cf26b322df","BatchNo":"sample string 2","TransactionHeadID":"cb46643f-b3a2-473c-9bf1-476497d7e1ab","RowNumber":4},{"CompId":"b72f830d-b7c3-4db1-93d6-a1cf26b322df","BatchNo":"sample string 2","TransactionHeadID":"cb46643f-b3a2-473c-9bf1-476497d7e1ab","RowNumber":4}]
application/xml, text/xml
Sample:
<ArrayOfBatchsForDupCheckModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
<BatchsForDupCheckModel>
<BatchNo>sample string 2</BatchNo>
<CompId>b72f830d-b7c3-4db1-93d6-a1cf26b322df</CompId>
<RowNumber>4</RowNumber>
<TransactionHeadID>cb46643f-b3a2-473c-9bf1-476497d7e1ab</TransactionHeadID>
</BatchsForDupCheckModel>
<BatchsForDupCheckModel>
<BatchNo>sample string 2</BatchNo>
<CompId>b72f830d-b7c3-4db1-93d6-a1cf26b322df</CompId>
<RowNumber>4</RowNumber>
<TransactionHeadID>cb46643f-b3a2-473c-9bf1-476497d7e1ab</TransactionHeadID>
</BatchsForDupCheckModel>
<BatchsForDupCheckModel>
<BatchNo>sample string 2</BatchNo>
<CompId>b72f830d-b7c3-4db1-93d6-a1cf26b322df</CompId>
<RowNumber>4</RowNumber>
<TransactionHeadID>cb46643f-b3a2-473c-9bf1-476497d7e1ab</TransactionHeadID>
</BatchsForDupCheckModel>
</ArrayOfBatchsForDupCheckModel>