POST api/Report/GSTRReconcilation
Request Information
URI Parameters
None.
Body Parameters
GSTR_ReconcilationName | 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. |
|
ShowPreUsedPurchase | 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", "ShowPreUsedPurchase": 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" /> <EndDate>5</EndDate> <Report_Type>sample string 9</Report_Type> <ShowPreUsedPurchase>true</ShowPreUsedPurchase> <StartDate>4</StartDate> <TaxClassCodeList>sample string 7</TaxClassCodeList> <TempTables>sample string 8</TempTables> <UserInternalCode>sample string 3</UserInternalCode> </GSTR_Reconcilation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |