POST api/MakeReport/RetrieveList
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": "0be9ad6e-c788-4164-89ae-692cf1713ac7",
"PageIndex": 2,
"NoofRecordsOnPage": 3,
"TotalRecord": 4,
"IsVoucher": true,
"MakeReportModelsListModel": [
{
"Id": "72280181-41ed-4ea0-9746-66616a40be5f",
"CompID": "b3cb720c-3d67-4847-9403-4193c596bde3",
"ModuleTitle": "sample string 3",
"ModuleType": 4,
"ModuleText": "sample string 5",
"Remark": "sample string 6",
"BillType": 7,
"CreatedDate": "2025-11-02T15:56:57.2846614+05:30",
"ModifiedDate": "2025-11-02T15:56:57.2846614+05:30",
"CreatedBy": "c0ac9db3-0311-48b1-9867-3e016908475c",
"ModifiedBy": "7cf8fa17-d413-41a8-8d9e-6d3e783375b2",
"IsVoucher": true,
"ReturnCode": 12,
"ReturnMessage": "sample string 13"
},
{
"Id": "72280181-41ed-4ea0-9746-66616a40be5f",
"CompID": "b3cb720c-3d67-4847-9403-4193c596bde3",
"ModuleTitle": "sample string 3",
"ModuleType": 4,
"ModuleText": "sample string 5",
"Remark": "sample string 6",
"BillType": 7,
"CreatedDate": "2025-11-02T15:56:57.2846614+05:30",
"ModifiedDate": "2025-11-02T15:56:57.2846614+05:30",
"CreatedBy": "c0ac9db3-0311-48b1-9867-3e016908475c",
"ModifiedBy": "7cf8fa17-d413-41a8-8d9e-6d3e783375b2",
"IsVoucher": true,
"ReturnCode": 12,
"ReturnMessage": "sample string 13"
},
{
"Id": "72280181-41ed-4ea0-9746-66616a40be5f",
"CompID": "b3cb720c-3d67-4847-9403-4193c596bde3",
"ModuleTitle": "sample string 3",
"ModuleType": 4,
"ModuleText": "sample string 5",
"Remark": "sample string 6",
"BillType": 7,
"CreatedDate": "2025-11-02T15:56:57.2846614+05:30",
"ModifiedDate": "2025-11-02T15:56:57.2846614+05:30",
"CreatedBy": "c0ac9db3-0311-48b1-9867-3e016908475c",
"ModifiedBy": "7cf8fa17-d413-41a8-8d9e-6d3e783375b2",
"IsVoucher": true,
"ReturnCode": 12,
"ReturnMessage": "sample string 13"
}
]
}
text/html
Sample:
{"CompID":"0be9ad6e-c788-4164-89ae-692cf1713ac7","PageIndex":2,"NoofRecordsOnPage":3,"TotalRecord":4,"IsVoucher":true,"MakeReportModelsListModel":[{"Id":"72280181-41ed-4ea0-9746-66616a40be5f","CompID":"b3cb720c-3d67-4847-9403-4193c596bde3","ModuleTitle":"sample string 3","ModuleType":4,"ModuleText":"sample string 5","Remark":"sample string 6","BillType":7,"CreatedDate":"2025-11-02T15:56:57.2846614+05:30","ModifiedDate":"2025-11-02T15:56:57.2846614+05:30","CreatedBy":"c0ac9db3-0311-48b1-9867-3e016908475c","ModifiedBy":"7cf8fa17-d413-41a8-8d9e-6d3e783375b2","IsVoucher":true,"ReturnCode":12,"ReturnMessage":"sample string 13"},{"Id":"72280181-41ed-4ea0-9746-66616a40be5f","CompID":"b3cb720c-3d67-4847-9403-4193c596bde3","ModuleTitle":"sample string 3","ModuleType":4,"ModuleText":"sample string 5","Remark":"sample string 6","BillType":7,"CreatedDate":"2025-11-02T15:56:57.2846614+05:30","ModifiedDate":"2025-11-02T15:56:57.2846614+05:30","CreatedBy":"c0ac9db3-0311-48b1-9867-3e016908475c","ModifiedBy":"7cf8fa17-d413-41a8-8d9e-6d3e783375b2","IsVoucher":true,"ReturnCode":12,"ReturnMessage":"sample string 13"},{"Id":"72280181-41ed-4ea0-9746-66616a40be5f","CompID":"b3cb720c-3d67-4847-9403-4193c596bde3","ModuleTitle":"sample string 3","ModuleType":4,"ModuleText":"sample string 5","Remark":"sample string 6","BillType":7,"CreatedDate":"2025-11-02T15:56:57.2846614+05:30","ModifiedDate":"2025-11-02T15:56:57.2846614+05:30","CreatedBy":"c0ac9db3-0311-48b1-9867-3e016908475c","ModifiedBy":"7cf8fa17-d413-41a8-8d9e-6d3e783375b2","IsVoucher":true,"ReturnCode":12,"ReturnMessage":"sample string 13"}]}
application/xml, text/xml
Sample:
<MakeReportModelsList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models">
<CompID>0be9ad6e-c788-4164-89ae-692cf1713ac7</CompID>
<IsVoucher>true</IsVoucher>
<MakeReportModelsListModel>
<MakeReportModels>
<ReturnCode>12</ReturnCode>
<ReturnMessage>sample string 13</ReturnMessage>
<BillType>7</BillType>
<CompID>b3cb720c-3d67-4847-9403-4193c596bde3</CompID>
<CreatedBy>c0ac9db3-0311-48b1-9867-3e016908475c</CreatedBy>
<CreatedDate>2025-11-02T15:56:57.2846614+05:30</CreatedDate>
<Id>72280181-41ed-4ea0-9746-66616a40be5f</Id>
<IsVoucher>true</IsVoucher>
<ModifiedBy>7cf8fa17-d413-41a8-8d9e-6d3e783375b2</ModifiedBy>
<ModifiedDate>2025-11-02T15:56:57.2846614+05:30</ModifiedDate>
<ModuleText>sample string 5</ModuleText>
<ModuleTitle>sample string 3</ModuleTitle>
<ModuleType>4</ModuleType>
<Remark>sample string 6</Remark>
</MakeReportModels>
<MakeReportModels>
<ReturnCode>12</ReturnCode>
<ReturnMessage>sample string 13</ReturnMessage>
<BillType>7</BillType>
<CompID>b3cb720c-3d67-4847-9403-4193c596bde3</CompID>
<CreatedBy>c0ac9db3-0311-48b1-9867-3e016908475c</CreatedBy>
<CreatedDate>2025-11-02T15:56:57.2846614+05:30</CreatedDate>
<Id>72280181-41ed-4ea0-9746-66616a40be5f</Id>
<IsVoucher>true</IsVoucher>
<ModifiedBy>7cf8fa17-d413-41a8-8d9e-6d3e783375b2</ModifiedBy>
<ModifiedDate>2025-11-02T15:56:57.2846614+05:30</ModifiedDate>
<ModuleText>sample string 5</ModuleText>
<ModuleTitle>sample string 3</ModuleTitle>
<ModuleType>4</ModuleType>
<Remark>sample string 6</Remark>
</MakeReportModels>
<MakeReportModels>
<ReturnCode>12</ReturnCode>
<ReturnMessage>sample string 13</ReturnMessage>
<BillType>7</BillType>
<CompID>b3cb720c-3d67-4847-9403-4193c596bde3</CompID>
<CreatedBy>c0ac9db3-0311-48b1-9867-3e016908475c</CreatedBy>
<CreatedDate>2025-11-02T15:56:57.2846614+05:30</CreatedDate>
<Id>72280181-41ed-4ea0-9746-66616a40be5f</Id>
<IsVoucher>true</IsVoucher>
<ModifiedBy>7cf8fa17-d413-41a8-8d9e-6d3e783375b2</ModifiedBy>
<ModifiedDate>2025-11-02T15:56:57.2846614+05:30</ModifiedDate>
<ModuleText>sample string 5</ModuleText>
<ModuleTitle>sample string 3</ModuleTitle>
<ModuleType>4</ModuleType>
<Remark>sample string 6</Remark>
</MakeReportModels>
</MakeReportModelsListModel>
<NoofRecordsOnPage>3</NoofRecordsOnPage>
<PageIndex>2</PageIndex>
<TotalRecord>4</TotalRecord>
</MakeReportModelsList>