POST api/MakeReport/Retrieve

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "fc8113c4-9410-48c4-9453-bb6e0c506238",
  "CompID": "73929b6c-8506-4667-b56f-f293b35607a4",
  "ModuleTitle": "sample string 3",
  "ModuleType": 4,
  "ModuleText": "sample string 5",
  "Remark": "sample string 6",
  "BillType": 7,
  "CreatedDate": "2026-04-18T17:00:07.1747169+05:30",
  "ModifiedDate": "2026-04-18T17:00:07.1747169+05:30",
  "CreatedBy": "f460edfe-c6fd-4945-90c5-8e30d88226ae",
  "ModifiedBy": "d3bc9ea8-7877-4a85-a69a-6ea2bfcbb6a5",
  "IsVoucher": true,
  "ReturnCode": 12,
  "ReturnMessage": "sample string 13"
}

text/html

Sample:
{"Id":"fc8113c4-9410-48c4-9453-bb6e0c506238","CompID":"73929b6c-8506-4667-b56f-f293b35607a4","ModuleTitle":"sample string 3","ModuleType":4,"ModuleText":"sample string 5","Remark":"sample string 6","BillType":7,"CreatedDate":"2026-04-18T17:00:07.1747169+05:30","ModifiedDate":"2026-04-18T17:00:07.1747169+05:30","CreatedBy":"f460edfe-c6fd-4945-90c5-8e30d88226ae","ModifiedBy":"d3bc9ea8-7877-4a85-a69a-6ea2bfcbb6a5","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>73929b6c-8506-4667-b56f-f293b35607a4</CompID>
  <CreatedBy>f460edfe-c6fd-4945-90c5-8e30d88226ae</CreatedBy>
  <CreatedDate>2026-04-18T17:00:07.1747169+05:30</CreatedDate>
  <Id>fc8113c4-9410-48c4-9453-bb6e0c506238</Id>
  <IsVoucher>true</IsVoucher>
  <ModifiedBy>d3bc9ea8-7877-4a85-a69a-6ea2bfcbb6a5</ModifiedBy>
  <ModifiedDate>2026-04-18T17:00:07.1747169+05:30</ModifiedDate>
  <ModuleText>sample string 5</ModuleText>
  <ModuleTitle>sample string 3</ModuleTitle>
  <ModuleType>4</ModuleType>
  <Remark>sample string 6</Remark>
</MakeReportModels>