POST api/InvReports/GSTR2ResponceRetrieve
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": 1,
"CompID": "e43e46d5-2f0c-4770-a431-c17986a3700a",
"ret_period": "sample string 3",
"Action": "sample string 4",
"RequestData": "sample string 5",
"CreatedBy": "78c0c612-e7b4-4f59-982d-9cc2d3a7f287",
"CreatedDate": "2025-11-02T15:58:47.212668+05:30",
"status": "sample string 8",
"data": "sample string 9",
"message": "sample string 10"
}
text/html
Sample:
{"Id":1,"CompID":"e43e46d5-2f0c-4770-a431-c17986a3700a","ret_period":"sample string 3","Action":"sample string 4","RequestData":"sample string 5","CreatedBy":"78c0c612-e7b4-4f59-982d-9cc2d3a7f287","CreatedDate":"2025-11-02T15:58:47.212668+05:30","status":"sample string 8","data":"sample string 9","message":"sample string 10"}
application/xml, text/xml
Sample:
<Gstr2MastersIndiaGstrResponceSaveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TABSINVBL.Models"> <data>sample string 9</data> <message>sample string 10</message> <status>sample string 8</status> <Action>sample string 4</Action> <CompID>e43e46d5-2f0c-4770-a431-c17986a3700a</CompID> <CreatedBy>78c0c612-e7b4-4f59-982d-9cc2d3a7f287</CreatedBy> <CreatedDate>2025-11-02T15:58:47.212668+05:30</CreatedDate> <Id>1</Id> <RequestData>sample string 5</RequestData> <ret_period>sample string 3</ret_period> </Gstr2MastersIndiaGstrResponceSaveModel>