GST APIALLSave User Masters
Save User Masters
POST
https://apisandbox.whitebooks.in/all/savemastersThis API is used to Save or Update or Delete the User Masters
Parameters
query parameters
emailstringrequiredEmail
header parameters
gstinstringrequiredGSTIN of the taxpayer
ret_periodstringrequiredReturn Period
gst_usernamestringrequiredGST UserName
state_cdstringrequiredState Code
ip_addressstringrequiredIP Address
txnstringrequiredTransaction
client_idstringrequiredClient ID
client_secretstringrequiredClient Secret
Request Body
application/jsonrequired
userGstinstringoptionalUser GSTIN
Example: "16SSATR0031A1ZV"
productsMastersarray<object>optionalArray items:
productNamestringoptionalProduct Name given by user
Example: "Test01"
hsnstringoptionalHSN code
Example: "0604"
igstnumberoptionalIntegrated Tax (₹)
Example: 5
uqcstringoptionalUnit of the product
Example: "BAG"
actionFlagstringoptionalFlag to denote Action : I for Addition , D for Deletion & U for Update
Example: "I"
supplierRecipientMastersarray<object>optionalArray items:
gstinstringoptionalSupplier/Recipient GSTIN
Example: "27AAGCB1286Q7ZY"
supplierRecipientNamestringoptionalVendor Name given by the user
Example: "Charles"
supplierRecipientFlagstringoptionalFlag to denote how the added gstin is related to the user : S for Supplier , R for Recipient , SR for Supplier & Recipient
Example: "S"
actionFlagstringoptionalFlag to denote Action : I for Addition , D for Deletion & U for Update
Example: "I"
Response
Not Found. If requested entity is not found or if requested API is not found.
No example available.