POST api/MakeReport/Update
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": "096c736c-bca2-4179-84da-06195784053b",
"CompID": "74323d3d-00a3-4b79-8f0d-4307bccc28d3",
"ModuleTitle": "sample string 3",
"ModuleType": 4,
"ModuleText": "sample string 5",
"Remark": "sample string 6",
"BillType": 7,
"CreatedDate": "2025-11-02T15:55:48.4020511+05:30",
"ModifiedDate": "2025-11-02T15:55:48.4020511+05:30",
"CreatedBy": "c8b5ef46-25b1-4567-8c4a-f404b4f559a9",
"ModifiedBy": "e12f3512-9315-41b6-912b-72655894959c",
"IsVoucher": true,
"ReturnCode": 12,
"ReturnMessage": "sample string 13"
}
text/html
Sample:
{"Id":"096c736c-bca2-4179-84da-06195784053b","CompID":"74323d3d-00a3-4b79-8f0d-4307bccc28d3","ModuleTitle":"sample string 3","ModuleType":4,"ModuleText":"sample string 5","Remark":"sample string 6","BillType":7,"CreatedDate":"2025-11-02T15:55:48.4020511+05:30","ModifiedDate":"2025-11-02T15:55:48.4020511+05:30","CreatedBy":"c8b5ef46-25b1-4567-8c4a-f404b4f559a9","ModifiedBy":"e12f3512-9315-41b6-912b-72655894959c","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>74323d3d-00a3-4b79-8f0d-4307bccc28d3</CompID> <CreatedBy>c8b5ef46-25b1-4567-8c4a-f404b4f559a9</CreatedBy> <CreatedDate>2025-11-02T15:55:48.4020511+05:30</CreatedDate> <Id>096c736c-bca2-4179-84da-06195784053b</Id> <IsVoucher>true</IsVoucher> <ModifiedBy>e12f3512-9315-41b6-912b-72655894959c</ModifiedBy> <ModifiedDate>2025-11-02T15:55:48.4020511+05:30</ModifiedDate> <ModuleText>sample string 5</ModuleText> <ModuleTitle>sample string 3</ModuleTitle> <ModuleType>4</ModuleType> <Remark>sample string 6</Remark> </MakeReportModels>