GST APIEnvironment:
Default OTP575757
API Reference
Overview
Public
Authentication
GSTR
GSTR1
GSTR1A
GSTR2A
GSTR2B
GSTR2X
GSTR3B
GSTR4
Save GSTR4 dataPUT
Get B2B InvoicesGET
Get B2B Unregistered InvoiceGET
Get IMPSGET
Get CDNR InvoicesGET
API call for getting all Credit/ Debit Notes issued to un-registered persons for a return period.GET
API call for getting invoices for Tax on Outward Supplies for a return period. GET
Get ATGET
Get TXPGET
Get GSTR1 SummaryGET
Submit GSTR4 dataPOST
Get TDSGET
File GSTR4 dataPOST
File GSTR4 dataPOST
API call for offsetting the liabilities and interest from GSTR4POST
Get B2BA InvoicesGET
Get B2BUR AmendmentGET
Get Imports of Services AmendmentGET
Get CDNR AmendmentGET
Get CDNUR AmendmentGET
Get TXOS AmendmentGET
Get Advances Paid AmendmentGET
Get Advances Adjusted AmendmentGET
GSTR4A
GSTR4Annual
GSTR5
GSTR6
GSTR6A
GSTR7
GSTR8
GSTR9
GSTR9A
GSTR9C
SPIKE
ALL
IMS
ITC03
ITC04
CMP
Payment
Ledger
e-Invoice
Notices
GST APIGSTR4Get B2BUR Amendment

Get B2BUR Amendment

GEThttps://apisandbox.whitebooks.in/gstr4/b2bura

API call for getting all Amended B2B invoices of Unregistered taxpayer for a return period.

Parameters

query parameters
emailstringrequired
Email
gstinstringrequired
GSTIN of the taxpayer
retperiodstringrequired
Return Period format MMYYYY
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/gstr4/b2bura
1const response = await fetch('https://apisandbox.whitebooks.in/gstr4/b2bura?email=value&gstin=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.