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": "d935a68c-42a6-43c3-b024-1561d963d727",
"CompID": "f7d4a75e-f8f6-4a72-a77f-528583165b94",
"ModuleTitle": "sample string 3",
"ModuleType": 4,
"ModuleText": "sample string 5",
"Remark": "sample string 6",
"BillType": 7,
"CreatedDate": "2026-04-18T17:00:06.8622046+05:30",
"ModifiedDate": "2026-04-18T17:00:06.8622046+05:30",
"CreatedBy": "01c23ea3-55cd-4a4f-a51f-073c18a9532d",
"ModifiedBy": "dabca155-889e-4964-8e25-630da258765d",
"IsVoucher": true,
"ReturnCode": 12,
"ReturnMessage": "sample string 13"
}
text/html
Sample:
{"Id":"d935a68c-42a6-43c3-b024-1561d963d727","CompID":"f7d4a75e-f8f6-4a72-a77f-528583165b94","ModuleTitle":"sample string 3","ModuleType":4,"ModuleText":"sample string 5","Remark":"sample string 6","BillType":7,"CreatedDate":"2026-04-18T17:00:06.8622046+05:30","ModifiedDate":"2026-04-18T17:00:06.8622046+05:30","CreatedBy":"01c23ea3-55cd-4a4f-a51f-073c18a9532d","ModifiedBy":"dabca155-889e-4964-8e25-630da258765d","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>f7d4a75e-f8f6-4a72-a77f-528583165b94</CompID> <CreatedBy>01c23ea3-55cd-4a4f-a51f-073c18a9532d</CreatedBy> <CreatedDate>2026-04-18T17:00:06.8622046+05:30</CreatedDate> <Id>d935a68c-42a6-43c3-b024-1561d963d727</Id> <IsVoucher>true</IsVoucher> <ModifiedBy>dabca155-889e-4964-8e25-630da258765d</ModifiedBy> <ModifiedDate>2026-04-18T17:00:06.8622046+05:30</ModifiedDate> <ModuleText>sample string 5</ModuleText> <ModuleTitle>sample string 3</ModuleTitle> <ModuleType>4</ModuleType> <Remark>sample string 6</Remark> </MakeReportModels>