POST api/MakeReport/Retrieve
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:
{
"Id": "0f6820df-f030-490c-af60-dc5a77b373e2",
"CompID": "0902db46-03c5-4330-93b8-6401d3e6a248",
"ModuleTitle": "sample string 3",
"ModuleType": 4,
"ModuleText": "sample string 5",
"Remark": "sample string 6",
"BillType": 7,
"CreatedDate": "2025-11-02T15:57:00.0190749+05:30",
"ModifiedDate": "2025-11-02T15:57:00.0190749+05:30",
"CreatedBy": "f9c8ff7e-74a4-40b2-bbb2-51c618350c3a",
"ModifiedBy": "3518ab1a-2761-4ef3-83f1-569a36b0ee75",
"IsVoucher": true,
"ReturnCode": 12,
"ReturnMessage": "sample string 13"
}
text/html
Sample:
{"Id":"0f6820df-f030-490c-af60-dc5a77b373e2","CompID":"0902db46-03c5-4330-93b8-6401d3e6a248","ModuleTitle":"sample string 3","ModuleType":4,"ModuleText":"sample string 5","Remark":"sample string 6","BillType":7,"CreatedDate":"2025-11-02T15:57:00.0190749+05:30","ModifiedDate":"2025-11-02T15:57:00.0190749+05:30","CreatedBy":"f9c8ff7e-74a4-40b2-bbb2-51c618350c3a","ModifiedBy":"3518ab1a-2761-4ef3-83f1-569a36b0ee75","IsVoucher":true,"ReturnCode":12,"ReturnMessage":"sample string 13"}
application/xml, text/xml
Sample:
<MakeReportModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models"> <ReturnCode>12</ReturnCode> <ReturnMessage>sample string 13</ReturnMessage> <BillType>7</BillType> <CompID>0902db46-03c5-4330-93b8-6401d3e6a248</CompID> <CreatedBy>f9c8ff7e-74a4-40b2-bbb2-51c618350c3a</CreatedBy> <CreatedDate>2025-11-02T15:57:00.0190749+05:30</CreatedDate> <Id>0f6820df-f030-490c-af60-dc5a77b373e2</Id> <IsVoucher>true</IsVoucher> <ModifiedBy>3518ab1a-2761-4ef3-83f1-569a36b0ee75</ModifiedBy> <ModifiedDate>2025-11-02T15:57:00.0190749+05:30</ModifiedDate> <ModuleText>sample string 5</ModuleText> <ModuleTitle>sample string 3</ModuleTitle> <ModuleType>4</ModuleType> <Remark>sample string 6</Remark> </MakeReportModels>