GST APIEnvironment:
Default OTP575757
API Reference
Overview
Public
Authentication
GSTR
GSTR1
GSTR1A
GSTR2A
GSTR2B
GSTR2X
GSTR3B
GSTR4
GSTR4A
GSTR4Annual
GSTR5
Get B2B InvoicesGET
Get B2BA InvoicesGET
Get CDNR InvoicesGET
Get CDNRA InvoicesGET
Get IMPG InvoicesGET
Get IMPGA InvoicesGET
Get IMPS InvoicesGET
Get IMPSA InvoicesGET
Save GSTR5 dataPUT
Get CDNA UnregisteredGET
Get GSTR5 SummaryGET
SubmitPOST
File GSTR5POST
File GSTR5 dataPOST
Get B2CL InvoicesGET
Get B2CS InvoicesGET
Get CDN UnregisteredGET
Get Tax LiabGET
Offset Liability GSTR5 dataPUT
Get B2CLA InvoicesGET
Get B2CSA InvoicesGET
GSTR6
GSTR6A
GSTR7
GSTR8
GSTR9
GSTR9A
GSTR9C
SPIKE
ALL
IMS
ITC03
ITC04
CMP
Payment
Ledger
e-Invoice
Notices
GST APIGSTR5Get CDNA Unregistered

Get CDNA Unregistered

GEThttps://apisandbox.whitebooks.in/gstr5/cdnura

API call for getting all Amended Credit/Debit notes for unregistered supplier invoices for a return period.

Parameters

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