Skip to content

Instantly share code, notes, and snippets.

View rajkumarbhatia's full-sized avatar
🎯
Focusing

Raj Kumar rajkumarbhatia

🎯
Focusing
View GitHub Profile
@rajkumarbhatia
rajkumarbhatia / server.js
Last active September 27, 2022 17:42
Bluedart soap apis
require('dotenv').config()
const BLUEDART_URL = "https://netconnect.bluedart.com/API-QA/Ver1.10/Demo/" // This URL may be change, Please request new one from bluedart
const {
generateSOAPRequest
} = require("./helper")
const blueDartProfile = {
Api_type: "S",
LicenceKey: process.env.BLUEDART_LIC,
LoginID: process.env.BLUEDART_LOGIN_ID,