GST APIEnvironment:
Default OTP575757
API Reference
Overview
Public
Authentication
GSTR
GSTR1
GSTR1A
GSTR2A
Get B2B InvoicesGET
Get B2BA InvoicesGET
CDN InvoiceGET
Get CDNA InvoicesGET
Get IMPGGET
Get IMPGSEZGET
Get TCSGET
Get TDS CreditGET
Get AMDHISTGET
Get ECOM InvoicesGET
Get ECOMA InvoicesGET
Get ISD DetailsGET
GSTR2B
GSTR2X
GSTR3B
GSTR4
GSTR4A
GSTR4Annual
GSTR5
GSTR6
GSTR6A
GSTR7
GSTR8
GSTR9
GSTR9A
GSTR9C
SPIKE
ALL
IMS
ITC03
ITC04
CMP
Payment
Ledger
e-Invoice
Notices
GST APIGSTR2AGet AMDHIST

Get AMDHIST

GEThttps://apisandbox.whitebooks.in/gstr2a/amdhist

Getting the amendment history for a Bill of Entry.

Parameters

query parameters
gstinstringrequired
GSTIN of the taxpayer
portcodestringrequired
Port Code
benumberstringrequired
Bill of Entry Number
bedatestringrequired
Date when Bill of Entry was created format DD-MM-YYYY
emailstringrequired
Email
retperiodstringrequired
Return Period
header parameters
gst_usernamestringrequired
GST UserName
state_cdstringrequired
State Code
ip_addressstringrequired
IP Address
txnstringrequired
Transaction
client_idstringrequired
Client ID
client_secretstringrequired
Client Secret

Response

Not Found. If requested entity is not found or if requested API is not found.
GET/gstr2a/amdhist
1const response = await fetch('https://apisandbox.whitebooks.in/gstr2a/amdhist?gstin=value&portcode=value&benumber=value&bedate=value&email=value&retperiod=value', {
2 method: 'GET',
3 headers: {
4 gst_username: "value",
5 state_cd: "value",
6 ip_address: "value",
7 txn: "value",
8 client_id: "value",
9 client_secret: "value"
10},
11});
12
13const data = await response.json();
14console.log(data);
No example available.