POST api/IndiaGSTInvoice/GetRetriveDtls
Request Information
URI Parameters
None.
Body Parameters
GetRetriveDtlsInput| Name | Description | Type | Additional information |
|---|---|---|---|
| IG_FROM_DATE | date |
None. |
|
| IG_TO_DATE | date |
None. |
|
| IG_CP_ID | integer |
None. |
|
| IG_TYPE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IG_FROM_DATE": "2025-12-06T04:24:29.2264783+00:00",
"IG_TO_DATE": "2025-12-06T04:24:29.2264783+00:00",
"IG_CP_ID": 1,
"IG_TYPE": "sample string 1"
}
application/xml, text/xml
Sample:
<IndiaGSTInvoiceController.GetRetriveDtlsInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Controllers"> <IG_CP_ID>1</IG_CP_ID> <IG_FROM_DATE>2025-12-06T04:24:29.2264783+00:00</IG_FROM_DATE> <IG_TO_DATE>2025-12-06T04:24:29.2264783+00:00</IG_TO_DATE> <IG_TYPE>sample string 1</IG_TYPE> </IndiaGSTInvoiceController.GetRetriveDtlsInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |