POST api/MakeReport/Create

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": "243ed25e-3a04-4cc8-8de4-c6780cc61996",
  "CompID": "60d2f2f9-aca9-46aa-92d1-c5f8afe59ddf",
  "ModuleTitle": "sample string 3",
  "ModuleType": 4,
  "ModuleText": "sample string 5",
  "Remark": "sample string 6",
  "BillType": 7,
  "CreatedDate": "2026-04-18T16:59:33.9413645+05:30",
  "ModifiedDate": "2026-04-18T16:59:33.9413645+05:30",
  "CreatedBy": "4bc7f7de-a5ce-4b5a-a1ea-e0bc939677b1",
  "ModifiedBy": "1c6fcace-ca91-445e-9711-de8ba53a60ac",
  "IsVoucher": true,
  "ReturnCode": 12,
  "ReturnMessage": "sample string 13"
}

text/html

Sample:
{"Id":"243ed25e-3a04-4cc8-8de4-c6780cc61996","CompID":"60d2f2f9-aca9-46aa-92d1-c5f8afe59ddf","ModuleTitle":"sample string 3","ModuleType":4,"ModuleText":"sample string 5","Remark":"sample string 6","BillType":7,"CreatedDate":"2026-04-18T16:59:33.9413645+05:30","ModifiedDate":"2026-04-18T16:59:33.9413645+05:30","CreatedBy":"4bc7f7de-a5ce-4b5a-a1ea-e0bc939677b1","ModifiedBy":"1c6fcace-ca91-445e-9711-de8ba53a60ac","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>60d2f2f9-aca9-46aa-92d1-c5f8afe59ddf</CompID>
  <CreatedBy>4bc7f7de-a5ce-4b5a-a1ea-e0bc939677b1</CreatedBy>
  <CreatedDate>2026-04-18T16:59:33.9413645+05:30</CreatedDate>
  <Id>243ed25e-3a04-4cc8-8de4-c6780cc61996</Id>
  <IsVoucher>true</IsVoucher>
  <ModifiedBy>1c6fcace-ca91-445e-9711-de8ba53a60ac</ModifiedBy>
  <ModifiedDate>2026-04-18T16:59:33.9413645+05:30</ModifiedDate>
  <ModuleText>sample string 5</ModuleText>
  <ModuleTitle>sample string 3</ModuleTitle>
  <ModuleType>4</ModuleType>
  <Remark>sample string 6</Remark>
</MakeReportModels>