E-Invoice JSON
e-Invoice API Technical Specifications { “$schema”: “http://json-schema.org/draft-04/schema#”, “title”: “GST-India Invoice Document “, “description”: “GST Invoice format for IRN Generation in INDIA”, “TaxSch”: “GST”, “Version”: “1.00”, “Irn”: { “type”: “string”, “maxLength”: 64, “minLength”: 64, “description”: “Invoice Reference No.” }, “TranDtls”: { “type”: “object”, “properties”: { “Catg”: { “type”: “string”, “maxLength”: 3, “enum”: [“B2B”, “B2G”, “EXP”], “description”: … Read moreE-Invoice JSON