POST api/MakeReport/Create
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": "60f9c8f5-5233-4354-b2c8-06bf0bcf0362",
"CompID": "30789e13-272a-4d96-b824-0f72e5498102",
"ModuleTitle": "sample string 3",
"ModuleType": 4,
"ModuleText": "sample string 5",
"Remark": "sample string 6",
"BillType": 7,
"CreatedDate": "2025-11-02T15:55:51.0114592+05:30",
"ModifiedDate": "2025-11-02T15:55:51.0114592+05:30",
"CreatedBy": "43d685ec-f355-4cf9-841e-6ea969e83ff3",
"ModifiedBy": "8e8b4eee-128d-42eb-9a69-2a665bef102b",
"IsVoucher": true,
"ReturnCode": 12,
"ReturnMessage": "sample string 13"
}
text/html
Sample:
{"Id":"60f9c8f5-5233-4354-b2c8-06bf0bcf0362","CompID":"30789e13-272a-4d96-b824-0f72e5498102","ModuleTitle":"sample string 3","ModuleType":4,"ModuleText":"sample string 5","Remark":"sample string 6","BillType":7,"CreatedDate":"2025-11-02T15:55:51.0114592+05:30","ModifiedDate":"2025-11-02T15:55:51.0114592+05:30","CreatedBy":"43d685ec-f355-4cf9-841e-6ea969e83ff3","ModifiedBy":"8e8b4eee-128d-42eb-9a69-2a665bef102b","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>30789e13-272a-4d96-b824-0f72e5498102</CompID> <CreatedBy>43d685ec-f355-4cf9-841e-6ea969e83ff3</CreatedBy> <CreatedDate>2025-11-02T15:55:51.0114592+05:30</CreatedDate> <Id>60f9c8f5-5233-4354-b2c8-06bf0bcf0362</Id> <IsVoucher>true</IsVoucher> <ModifiedBy>8e8b4eee-128d-42eb-9a69-2a665bef102b</ModifiedBy> <ModifiedDate>2025-11-02T15:55:51.0114592+05:30</ModifiedDate> <ModuleText>sample string 5</ModuleText> <ModuleTitle>sample string 3</ModuleTitle> <ModuleType>4</ModuleType> <Remark>sample string 6</Remark> </MakeReportModels>