POST api/Report/GSTRReconcilation
Request Information
URI Parameters
None.
Body Parameters
GSTR_Reconcilation| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| BranchCodeList | string |
None. |
|
| TaxClassCodeList | string |
None. |
|
| TempTables | string |
None. |
|
| Data | DataSet |
None. |
|
| Report_Type | string |
None. |
|
| SupplierGSTIN | string |
None. |
|
| DocuIntlCodeList | string |
None. |
|
| ShowPreUsedPurchase | boolean |
None. |
|
| UseVoucherDateforPurchase | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"StartDate": 4,
"EndDate": 5,
"BranchCodeList": "sample string 6",
"TaxClassCodeList": "sample string 7",
"TempTables": "sample string 8",
"Data": null,
"Report_Type": "sample string 9",
"SupplierGSTIN": "sample string 10",
"DocuIntlCodeList": "sample string 11",
"ShowPreUsedPurchase": true,
"UseVoucherDateforPurchase": true
}
application/xml, text/xml
Sample:
<GSTR_Reconcilation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Reports"> <BranchCodeList>sample string 6</BranchCodeList> <BranchInternalCode>sample string 2</BranchInternalCode> <DBName>sample string 1</DBName> <Data i:nil="true" /> <DocuIntlCodeList>sample string 11</DocuIntlCodeList> <EndDate>5</EndDate> <Report_Type>sample string 9</Report_Type> <ShowPreUsedPurchase>true</ShowPreUsedPurchase> <StartDate>4</StartDate> <SupplierGSTIN>sample string 10</SupplierGSTIN> <TaxClassCodeList>sample string 7</TaxClassCodeList> <TempTables>sample string 8</TempTables> <UseVoucherDateforPurchase>true</UseVoucherDateforPurchase> <UserInternalCode>sample string 3</UserInternalCode> </GSTR_Reconcilation>
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. |