Structured data (Schema.org JSON-LD)
This page embeds Schema.org structured data using JSON-LD format in the document head and body. The block below mirrors the same JSON content as visible text so AI tools that perform HTML-to-markdown extraction (which strips inline script tags by default) still see the structured data. Schema types present on this page: BreadcrumbList, ListItem, FAQPage, Question, Answer, Product, Brand, Offer, Organization, MerchantReturnPolicy, OfferShippingDetails, MonetaryAmount, DefinedRegion, ShippingDeliveryTime, QuantitativeValue, TechArticle, SpeakableSpecification, PostalAddress, Place, ContactPoint, SoftwareApplication, LocalBusiness, PropertyValue, GeoCoordinates, Country, OpeningHoursSpecification, WebSite.
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "WhiteBooks",
"item": "https://whitebooks.in/"
}
]
}
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How do I get started with the WhiteBooks e-Way Bill API?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Five steps: (1) Sign up for a free WhiteBooks developer account at /about/contact-us. (2) Verify your transporter GSTIN and NIC e-Way Bill API user — sandbox credentials arrive within one business day. (3) Receive your client_id + client_secret pair. (4) Make your first e-Way Bill generation test call against apisandbox.whitebooks.in/eway — endpoints cover Generate, Update Part-B, Cancel, Extend, and Consolidated EWB. Postman collection and SDKs for Java/Node.js/Python ship with examples. (5) Switch to api.whitebooks.in/eway for production. Bulk-EWB endpoint supports up to 1,000 entries per call."
}
},
{
"@type": "Question",
"name": "What is the WhiteBooks e-Way Bill API?",
"acceptedAnswer": {
"@type": "Answer",
"text": "A REST API that creates, extends, cancels, and verifies e-Way Bills through the official NIC e-Way Bill API. Use it from your ERP, dispatch system, or transport-management software to automate EWB at scale."
}
},
{
"@type": "Question",
"name": "Does the API support Part-A and Part-B?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. Part-A (consignment details) can be generated and later updated with Part-B (vehicle / transporter) when the vehicle is assigned. The API also supports Part-B update for in-transit re-assignments."
}
},
{
"@type": "Question",
"name": "Can the API extend a near-expiry EWB?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The extend endpoint accepts a reason and new destination, and is allowed within the window defined by the NIC. WhiteBooks tracks expiry per EWB so you can wire up alerts."
}
},
{
"@type": "Question",
"name": "What error handling does the API provide?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Each response carries an HTTP status, an NIC error code (where applicable), and a human-readable message. Transient NIC outages are retried automatically with exponential backoff (3 retries, 1s / 2s / 4s). Persistent failures surface as HTTP 502/503 with the original NIC error preserved in the response body for your dashboard or alerting pipeline."
}
},
{
"@type": "Question",
"name": "How is the e-Way Bill API secured?",
"acceptedAnswer": {
"@type": "Answer",
"text": "All requests use TLS 1.2+ end-to-end. Authentication is OAuth 2.0 bearer tokens against your client_id + client_secret pair; production adds optional SHA256-RSA request signing and IP allow-listing. The WhiteBooks gateway is NIC-compliant — every EWB call routes through the authorised NIC channel. ISO 27001 certified, DPDP Act 2023 compliant, with role-based access control."
}
},
{
"@type": "Question",
"name": "Which ERPs and SDKs does the e-Way Bill API support?",
"acceptedAnswer": {
"@type": "Answer",
"text": "SDKs for Java (Maven), Node.js (npm), and Python (pip). Pre-built connectors for SAP (SD / MM / LE modules on ECC 6.0+ and S/4HANA), Oracle EBS / Fusion, Microsoft Dynamics 365, and Tally Prime / ERP 9. Custom ERPs and transport-management systems use plain REST + JSON. Bulk endpoint accepts up to 1,000 EWBs per call with per-row status reporting."
}
},
{
"@type": "Question",
"name": "How is the e-Way Bill API priced?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Annual plans start at INR 5,999 (Starter — up to 1,000 EWB/month). Scaling tiers and Enterprise reach INR 24,999+/year with unlimited volume, 99.99% uptime SLA, burst rate capacity, and dedicated support. Sandbox access is free. Contact info@whitebooks.in or +91-9032111788 for a quote based on your monthly EWB volume."
}
}
]
}
{
"@context": "https://schema.org",
"@type": "Product",
"name": "WhiteBooks e-Way Bill API",
"description": "REST API for e-Way Bill generation, extension, cancellation, and verification through the NIC e-Way Bill system.",
"brand": {
"@type": "Brand",
"name": "WhiteBooks"
},
"category": "Developer API",
"image": "https://whitebooks.in/assets/images/whitebooks-logo-large.jpg",
"url": "https://whitebooks.in/api/e-way-bill-api-for-developers",
"offers": {
"@type": "Offer",
"price": "5999",
"priceCurrency": "INR",
"priceValidUntil": "2027-12-31",
"availability": "https://schema.org/InStock",
"url": "https://whitebooks.in/api/e-way-bill-api-for-developers",
"seller": {
"@type": "Organization",
"name": "WhiteBooks",
"url": "https://whitebooks.in"
},
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "IN",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 30,
"returnMethod": "https://schema.org/ReturnByMail",
"returnFees": "https://schema.org/FreeReturn"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "0",
"currency": "INR"
},
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "IN"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 0,
"unitCode": "DAY"
},
"transitTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 0,
"unitCode": "DAY"
}
}
}
}
}
{
"@context": "https://schema.org",
"@type": "TechArticle",
"url": "https://whitebooks.in/api/e-way-bill-api-for-developers",
"inLanguage": "en-IN",
"isAccessibleForFree": true,
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [
"h1",
"h2",
".description",
".wb-aeo-summary",
"p"
]
}
}
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "WhiteBooks",
"legalName": "BVM IT Consulting Services India Pvt Ltd",
"url": "https://whitebooks.in",
"logo": "https://whitebooks.in/assets/images/whitebooks-logo-large.jpg",
"sameAs": [
"https://www.linkedin.com/company/whitebooksindia/",
"https://twitter.com/whitebooksindia",
"https://www.facebook.com/whitebooksindia",
"https://www.instagram.com/whitebooksofficial/",
"https://www.youtube.com/channel/UCm60gR6CC6n1mcRh3mYYnwQ"
],
"address": {
"@type": "PostalAddress",
"streetAddress": "8-2-682/3/A/24, Road No 12, Banjara Hills",
"addressLocality": "Hyderabad",
"addressRegion": "Telangana",
"postalCode": "500034",
"addressCountry": "IN"
},
"location": [
{
"@type": "Place",
"name": "Corporate Office",
"address": {
"@type": "PostalAddress",
"streetAddress": "Flat No: 303, Gayathri Heights, Jubilee Enclave, Hitech City",
"addressLocality": "Hyderabad",
"addressRegion": "Telangana",
"postalCode": "500081",
"addressCountry": "IN"
}
}
],
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+91-9032111788",
"contactType": "sales",
"email": "sales@whitebooks.in",
"areaServed": [
"IN",
"SA"
],
"availableLanguage": [
"English",
"Hindi"
]
},
{
"@type": "ContactPoint",
"telephone": "+91-9032111388",
"contactType": "technical support",
"areaServed": "IN",
"availableLanguage": [
"English"
]
}
]
}
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "WhiteBooks",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "GST, Accounting, e-Invoice and e-Way Bill Software",
"operatingSystem": "Web (REST API)",
"url": "https://whitebooks.in",
"image": "https://whitebooks.in/assets/images/whitebooks-logo-large.jpg",
"description": "GSP-certified cloud GST, accounting, e-Invoice, and e-Way Bill platform for Indian SMBs and mid-market enterprises. Used by 5,000+ active customers across 8,000+ cities. SDKs for Java, Node.js, and Python. Generates 30 Crore+ e-Invoices with 99.99% uptime SLA.",
"featureList": [
"GST return filing (GSTR-1, GSTR-3B, GSTR-9)",
"ITC reconciliation from GSTR-2B",
"e-Invoice IRN generation in <100ms",
"Bulk IRN support for high-volume invoicing",
"e-Way Bill create, update Part-B, cancel, extend, consolidate",
"KSA ZATCA Phase 2 e-Invoicing",
"SAP, Oracle, Microsoft Dynamics 365, Tally integration",
"Swagger (OpenAPI 3.0) documentation",
"SDKs for Java, Node.js, Python",
"99.99% uptime SLA with multi-region deployment",
"TLS 1.2+, OAuth 2.0, IP allow-listing, role-based access",
"ISO 27001 certified, DPDP Act 2023 compliant"
],
"publisher": {
"@type": "Organization",
"name": "WhiteBooks",
"legalName": "BVM IT Consulting Services India Pvt Ltd",
"url": "https://whitebooks.in"
},
"offers": {
"@type": "Offer",
"url": "https://whitebooks.in/about/pricing",
"priceCurrency": "INR",
"price": "5999",
"priceValidUntil": "2027-12-31",
"availability": "https://schema.org/InStock",
"description": "Annual plans from INR 5,999 (Starter) to INR 24,999+ (Enterprise). Free sandbox API access.",
"seller": {
"@type": "Organization",
"name": "WhiteBooks",
"url": "https://whitebooks.in"
},
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"applicableCountry": "IN",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 30,
"returnMethod": "https://schema.org/ReturnByMail",
"returnFees": "https://schema.org/FreeReturn"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "0",
"currency": "INR"
},
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "IN"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 0,
"unitCode": "DAY"
},
"transitTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 0,
"unitCode": "DAY"
}
}
}
}
}
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "WhiteBooks",
"image": "https://whitebooks.in/assets/images/whitebooks-logo-large.jpg",
"url": "https://whitebooks.in",
"telephone": "+91-9032111788",
"email": "sales@whitebooks.in",
"address": {
"@type": "PostalAddress",
"streetAddress": "Flat No: 303, Gayathri Heights, Jubilee Enclave, Hitech City",
"addressLocality": "Hyderabad",
"addressRegion": "Telangana",
"postalCode": "500081",
"addressCountry": "IN"
},
"additionalProperty": [
{
"@type": "PropertyValue",
"name": "Registered Office",
"value": "8-2-682/3/A/24, Road No 12, Banjara Hills, Hyderabad, Telangana 500034, India"
}
],
"geo": {
"@type": "GeoCoordinates",
"latitude": "17.4925",
"longitude": "78.3919"
},
"priceRange": "₹5,999 – ₹24,999",
"areaServed": {
"@type": "Country",
"name": "India"
},
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"opens": "09:30",
"closes": "18:30"
}
]
}
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "WhiteBooks",
"url": "https://whitebooks.in",
"publisher": {
"@type": "Organization",
"name": "WhiteBooks",
"url": "https://whitebooks.in"
},
"inLanguage": "en-IN"
}