{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "LoggingConfiguration": {
    "EnableFileLogging": false,
    "EnableElasticsearchLogging": true,
    "Comment": "Set EnableFileLogging=true for local file logs, EnableElasticsearchLogging=true for Elasticsearch logs. Both can be true for dual logging."
  },
  "ApiAuditLogging": {
    "Enable": true,
    "FilePath": "Logs/ApiAudit.txt"
  },
  "ElasticSearchUrl": "http://elasticsearch.elasticsearch.svc.cluster.local:9200",
  "HangfireApiUrl": "https://dev-fireglass.glassrun.biz",

  "RabbitMq": {
    "HostName": "localhost",
    "Port": 5672,
    "VirtualHost": "/",
    "UserName": "guest",
    "Password": "guest",
    "ClientProvidedName": "glassRUN-API",
    "ConnectionRetryCount": 5,
    "NetworkRecoveryIntervalSeconds": 10,
    "RequestedHeartbeatSeconds": 60,
    "AutomaticRecoveryEnabled": true,
    "DefaultExchangeName": "glassrun.exchange"
  },

  "Messaging": {
    "Queues": {
      "DISOrders": {
        "ExchangeName": "glassrun.orders.exchange",
        "ExchangeType": "topic",
        "QueueName": "glassrun.orders.dis.save",
        "RoutingKey": "orders.dis.save",
        "DeadLetterExchangeName": "glassrun.orders.dlx",
        "DeadLetterQueueName": "glassrun.orders.dis.save.dlq",
        "DeadLetterRoutingKey": "orders.dis.save.dead",
        "PrefetchCount": 10,
        "MaxRetryAttempts": 3,
        "RetryDelayBaseMs": 2000,
        "ParkingQueueName": "glassrun.orders.dis.save.parking",
        "ParkingRoutingKey": "orders.dis.save.parking"
      }
    }
  },
  "DISOrder": {
    "ProcessingMode": "RabbitMQ",
    "Comment": "ProcessingMode: 'RabbitMQ' = queue and return 202; 'Sync' = process in API like original and return 200 with result"
  },
  "OCI": {
    "Namespace": "bmuiha38yulz",
    "BucketName": "glassRUN_File_Storage",
    "Region": "ap-mumbai-1",
    "Environment": "dev"
  },
  "issmelogin": false,
  "ConnectionStrings": {

    // All connection strings are set via environment variables or appsettings.Development.json (gitignored).
    // For IIS: set in web.config <environmentVariables> or Windows environment.
    // For Kubernetes: set from K8s secrets in deployment manifest.
    // Format for SQL Server env var:  ConnectionStrings__<Key>=Data Source=HOST;Initial Catalog=DB;User Id=user;Password=pass
    // Format for PostgreSQL env var:  ConnectionStrings__<Key>=Host=HOST;Port=5432;Database=DB;Username=user;Password=pass
    "Multitenancy": "Data Source=140.245.31.254,1433;Initial Catalog=glassRUN_Multitenancy; user id=glassRUNUAT;password=FwJE6@Ldexind2;",
    "DefaultConnection": "Data Source= 127.0.0.1,1436;Initial Catalog=X4Myanmar; user id=sa;password=GlassRunSQLDev2024!@#",
    "glassRUNDatabaseREADConnection": "Data Source= 127.0.0.1,1436;Initial Catalog=X4Myanmar; user id=sa;password=GlassRunSQLDev2024!@#",
    "glassRUNDatabaseWriteConnection": "Data Source= 127.0.0.1,1436;Initial Catalog=X4Myanmar; user id=sa;password=GlassRunSQLDev2024!@#",
    "glassRUNDocument": "Data Source= 127.0.0.1,1436;Initial Catalog=X4Myanmar; user id=sa;password=GlassRunSQLDev2024!@#",
    "EslaDatabaseREADConnection": "Data Source= 127.0.0.1,1436;Initial Catalog=X4Myanmar; user id=sa;password=GlassRunSQLDev2024!@#",

    //"Multitenancy": "Data Source=127.0.0.1,1436;Initial Catalog=glassRUN_Multitenancy; user id=sa ;password=GlassRunSQLDev2024!@#",
    //"DefaultConnection": "Data Source=127.0.0.1,1436;Initial Catalog=X4Myanmar; user id=sa ;password=GlassRunSQLDev2024!@#",
    //"glassRUNDatabaseREADConnection": "Data Source=127.0.0.1,1436;Initial Catalog=X4Myanmar; user id=sa ;password=GlassRunSQLDev2024!@#",
    //"glassRUNDatabaseWriteConnection": "Data Source=127.0.0.1,1436;Initial Catalog=X4Myanmar; user id=sa ;password=GlassRunSQLDev2024!@#",
    //"glassRUNDocument": "Data Source=localhost,1433;Initial Catalog=glassRUN; user id=gradmin ;password=Life@1234",
    //"EslaDatabaseREADConnection": "Data Source=80.225.206.59,1433;Initial Catalog=glassFLOW; user id=glassRUNUAT ;password=FwJE6@Ldexind2",

    "VMIDatabaseREADConnection": "",
    "VMIDatabaseWRITEConnection": "",
    "OnboardingConnectionPostgres": "",
    "HangfireConnection": ""

  },
  "ServiceConfiguration": {

    "CreateandUpdateSalesOrdeEndPointAPIURL": "https://localhost:7238/api/workflows/WorkflowDecider",
    "EnquiryApprovalForDemandPlannerEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/DemandPlannerInquiryApprovalActivity",
    "EnquiryApprovalForCustomerServiceEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/CustomerServiceInquiryApprovalActivity",
    "EnquiryApprovalForFinanceEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/FinanceInquiryApprovalActivity",
    "AwaitingSuggestivePlanActivity": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/AwaitingSuggestivePlanActivity",
    "CreateSalesOrderEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/CreateSaleOrder",
    "OrderGroupEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/OrderGrouping",
    "OrderSchedulingEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/OrderScheduling",
    "OrderShiftAsignmentEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/ShiftAssignmentActivity",
    "OrderTruckInEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/OrderTruckIn",
    "OrderFLDConfirmationEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/FLDConfirmation",
    "OrdeCheckerConfirmationEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/CheckerConfirmation",
    "OrderCollectionStartEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/workflows/OrderCollectionStartActivity",
    "OrderCollectionViewDetailEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/workflows/OrderCollectionViewDetailActivity",
    "OrderCollectedEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/workflows/ConfirmCollectionByDriverActivity",
    "OrderDeliveryViewDetail": "https://glassruntest-mbi.heiway.com:8083/api/workflows/OrderDeliveryViewDetailActivity",
    "OrderDeliveryCapturePhotoEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/workflows/OrderDeliveryCapturePhotoActivity",
    "OrderDeliveredEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/workflows/OrderDelivery",
    "OrderTruckOutEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/OrderTruckOut",
    "OrderTruckArrivalEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/OrderArrived",
    "OrderTruckArrivalAtTransitEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/MultiLegOrderArrivedAtTransitActivity",
    "UpdateOrderForMarineEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/workflows/OrderArrivedAtMarine",
    "OrderReceivedEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/OrderReceive",
    "OrderRPMReceivedEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/RPMReceiveActivity",
    "OrderRPMCheckerEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/RPMCheckerActivity",
    "OrderSaveCheckListEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/PDCGate2Activity",
    "OrderTruckInAtGate2EndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/TruckInAtGate2Activity",
    "CkNumberAssignmentEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/CkNumberAssignmentActivity",
    "OrderTruckOutAtGate2EndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/TruckOutAtGate2Activity",
    "RejectUnScheduleOrderEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/RejectUnScheduleOrderActivity",
    "ResetCKNumberEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/DeleteCkNumberActivity",
    "UpdateDeliveryOrderEndPointAPIURL": "https://glassruntest-mbi.heiway.com:8083/api/glassflow/trigger/DOCreationActivity",
    "ActivityByActivityId": "http://localhost:56393/api/Activity/ActivityByActivityId",
    "ActivityFormMappingByStatusCode": "http://localhost:56393/api/Workflow/GetActivityFormMappingByStatusCode",
    "ActivityHeaderList": "http://localhost:56393/api/Activity/ActivityHeaderList ",
    "ActivityPossibleSteps": "http://localhost:56393/api/Workflow/ActivityPossibleSteps",
    "AddDeviceToken": "http://localhost:56393/Common/AddDeviceToken",
    "LoadTemplateFormsByTemplateName": "http://localhost:56393/Common/LoadTemplateFormsByTemplateName",
    "AddOwnProduct": "http://localhost:56393/api/CustomerApp/SaveOwnProduct",
    "AllocatePlateNumberToOrder": "http://localhost:56393/api/Order/AllocatePlateNumberToOrder",
    "ApproveEnquiry": "http://localhost:56393/api/OrderExport/ApproveEnquiry",
    "ApproveEnquiryB2B": "http://localhost:56393/api/ManageEnquiry/ApproveEnquiry",
    "ApproveEnquiryForOrder": "http://localhost:56393/ManageEnquiry/ApproveEnquiryForOrder",
    "AutomaticOrderScheduling": "http://localhost:56393/Scheduling/AutomaticOrderScheduling",
    "BulkInserGratisOrder": "http://localhost:56393/api/GratisOrder/BulkInserGratisOrderForHEINEKENBASEJDEBSSV",
    "BulkInserItemAllocation": "http://localhost:56393/api/GratisOrder/BulkInserItemAllocation",
    "BulkInserSTOrder": "http://localhost:56393/api/GratisOrder/BulkInserSTOrder",
    "BulkInsertMOTOrder": "http://localhost:56393/api/UploadEnquiryMOT/BulkInserMOTOrder",
    "BulkInsertSTOrder": "http://localhost:56393/api/UploadEnquiryST/BulkInsertSTOrder",
    "CallItemStockSyncServiceTriggeredFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVItem/CallItemStockSyncServiceTriggeredFromBASEJDEBSSV",
    "CallOrderSyncServiceTriggeredFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVOrder/CallOrderSyncServiceTriggeredFromBASEJDEBSSV",
    "CallOrderWorkFlow": "http://localhost:56393/api/Order/CallOrderWorkFlow",
    "CancelOrder": "http://localhost:56393/api/CreateOrder/CancelOrder",
    "CancelOrderDetail": "http://localhost:56393/api/Order/OrderCancel",
    "CheckCurrentStatusCodeForStartRun": "http://localhost:56393/api/AppForm/CheckCurrentStatusCodeForStartRun",
    "CheckDuplicateUser": "http://localhost:56393/api/LoginCreation/CheckDuplicateUser",
    "CheckForTruckInForOrder": "http://localhost:56393/api/AppForm/CheckForTruckInForOrder",
    "CheckOtherUserActive": "http://localhost:56393/api/Common/CheckOtherUserActive",
    "CheckPaymentRequestApplicableByOrderId": "http://localhost:56393/api/PaymentRequest/CheckPaymentRequestApplicableByOrderId",
    "CheckWhetherGratisExistsOrNot": "http://localhost:56393/api/EnquiryV2/CheckWhetherGratisIsPresentOrNotV2",
    "CheckWhetherGratisExistsOrNotV2": "http://localhost:56393/api/EnquiryV2/CheckWhetherGratisIsPresentOrNotV2",
    "CheckWhetherOTOrderPresentOrNot": "http://localhost:56393/api/JDEService/CheckWhetherOTOrderPresentOrNot",
    "CheckWhetherSTOrderPresentOrNot": "http://localhost:56393/api/JDEService/CheckWhetherSTOrderPresentOrNot",
    "CheckWorkflowExist": "http://localhost:56393/api/Workflow/CheckWorkflowExist",
    "ClearAllGridColumnList": "http://localhost:56393/api/GridConfiguration/ClearAllGridColumnList",
    "ClearPageControlAccessCache": "http://localhost:56393/api/Page/ClearPageControlAccessCache",
    "ClearPreviousDataOfUser": "http://localhost:56393/api/ProfileDetails/ClearPreviousDataOfUser",
    "ClearTruckInTime": "http://localhost:56393/api/Order/UpdateClearTruckInTime",
    "CommonBASEJDEBSSVURL": "http://145.47.86.31:9090/ws/soap/v1.0/jde/OTCIntegration",
    "ConfirmDelivery": "http://localhost:56393/api/Order/ConfirmDelivery",
    "ConvertFile": "http://localhost:56393/api/CustomerApp/ConvertFile",
    "CreateBulkOrderFromBASEJDEBSSVAndUpdateStatus": "http://localhost:56393/api/CreateOrder/CreateBulkOrderFromBASEJDEBSSVAndUpdateStatus",
    //"CreateEnquiryV2": "http://localhost:56393/ManageEnquiry/Create",
    "CreateEnquiryV2": "https://X4Myanmar_glassflow.glassrun.biz/api/workflows/WorkflowDecider",
    "CreateLog": "http://localhost:56393/api/Logging/Insertlogging",
    "CreateLogin": "http://localhost:56393/api/LoginCreation/CreateLogin",
    "CreateOrder": "http://localhost:56393/api/CreateOrder/CreateOrder",
    "CreateOrderFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVOrder/CreateOrderFromBASEJDEBSSV",
    "CreateOrderFromBASEJDEBSSVURL": "http://145.47.86.31:9090/ws/soap/v1.0/jde/OTCIntegration",
    "CreateOrderFromBSSVAndUpdateStatus": "http://localhost:56393/api/CreateOrder/CreateOrderFromBSSVAndUpdateStatus",
    "CreateOrderFromEDI": "https://demo.glassrun.biz:9007/api/EDIOrder/CreateOrderFromEDI",
    "CreateOrderFromEDIAndUpdateStatus": "http://localhost:56393/api/CreateOrder/CreateOrderFromEDIAndUpdateStatus",
    "CreateOrderIngRDatabase": "http://localhost:56393/api/CreateOrder/CreateOrderIngRDatabase",
    "CreateShipmentConfirmationFromBASEJDEBSSVURL": "http://145.47.86.31:9090/ws/rest/v1.0/jde/OTCIntegration/getShipmentConfirmation",
    "CreateTransportVehicleFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVVehicle/CreateTransportVehicleFromBASEJDEBSSV",
    "CreateTransportVehicleFromBASEJDEBSSVURL": "http://145.47.86.31:9090/ws/rest/v1.0/jde/OTCIntegration/vehicleMasterRequest",
    "CustomUpdateOrderFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVOrder/CustomUpdateOrderFromBASEJDEBSSV",
    "DeclineOrderFromSubDApp": "http://localhost:56393/api/CustomerApp/DeclineOrderFromSubDApp",
    "DeleteActivityByActivityId": "http://localhost:56393/api/Activity/DeleteActivityByActivityId",
    "DeleteCompany": "http://localhost:56393/api/CompanyMaster/DeleteCompany",
    "DeleteEmailConfiguration": "http://localhost:56393/api/EmailConfiguration/DeleteEmailConfiguration",
    "DeleteEmailContent": "http://localhost:56393/api/EmailContent/DeleteEmailContent",
    "DeleteEmailEvent": "http://localhost:56393/api/EmailEvent/DeleteEmailEvent",
    "DeleteEnquiry": "http://localhost:56393/api/Enquiry/DeleteEnquiry",
    "DeleteEventById": "http://localhost:56393/api/Notification/DeleteEventById",
    "DeleteEventContent": "http://localhost:56393/api/Notification/DeleteEventContent",
    "DeleteEventObjectPropertiesMapping": "http://localhost:56393/api/Notification/DeleteEventObjectPropertiesMapping",
    "DeleteEventRetrysettings": "http://localhost:56393/api/Notification/DeleteEventRetrysettings",
    "DeleteFavouriteItemForSubDApp": "http://localhost:56393/api/CustomerApp/DeleteFavouriteItemForSubDApp",
    "DeleteFeedbackOrderById": "http://localhost:56393/api/Order/DeleteFeedbackOrderById",
    "DeleteFinancePartner": "http://localhost:56393/api/FinancePartner/DeleteFinancePartnerById",
    "DeleteItem": "http://localhost:56393/api/Item/DeleteItem",
    "DeleteItemAllocation": "http://localhost:56393/api/GratisOrder/DeleteItemAllocation",
    "DeleteItemFromSubDApp": "http://localhost:56393/api/CustomerApp/DeleteItemFromSubDApp",
    "DeleteLocation": "http://localhost:56393/api/DeliveryLocation/DeleteLocation",
    "DeleteLoginByLoginId": "http://localhost:56393/api/LoginCreation/DeleteLoginByLoginId",
    "DeleteMiscellaneousByPaymentRequestId": "http://localhost:56393/api/PaymentRequest/DeleteMiscellaneousByPaymentRequestId",
    "DeletePaymentPlanById": "http://localhost:56393/api/PaymentPlan/DeletePaymentPlanById",
    "DeletePaymentPlanTransporterMappingById": "http://localhost:56393/api/PaymentPlanTransporterMapping/DeletePaymentPlanTransporterMappingById",
    "DeletePaymentSlabById": "http://localhost:56393/api/PaymentSlab/DeletePaymentSlabById",
    "DeletePlateNumberDriver": "http://localhost:56393/api/Transporter/DeletePlateNumberMapping",
    "DeletePrinterBranchPlantDetails": "http://localhost:56393/api/PrinterBranchPlantMapping/DeletePrinterBranchPlantDetails",
    "DeleteRoleByRoleId": "http://localhost:56393/api/Page/DeleteRoleByRoleId",
    "DeleteRoute": "http://localhost:56393/api/CompanyMaster/DeleteRoute",
    "DeleteRule": "http://localhost:56393/api/Rule/DeleteRule",
    "DeleteShowcaseById": "http://localhost:56393/api/CompanyMaster/DeleteShowcaseById",
    "DeleteTransportVehicle": "http://localhost:56393/api/TransportVehicle/DeleteTransportVehicle",
    "DeleteTransportVehicleById": "http://localhost:56393/api/TransportVehicle/DeleteTransportVehicleById",
    "DeleteTruck": "http://localhost:56393/api/TruckSize/DeleteTruck",
    "DeleteUser": "http://localhost:56393/api/UserProfile/DeleteUser",
    "DeleteUserDimensionById": "http://localhost:56393/api/GridConfiguration/DeleteUserDimensionById",
    "DeleteWorkFlow": "http://localhost:56393/api/Workflow/DeleteWorkFlowById",
    "DownloadBigPickSlipReportInPDF": "http://localhost:56393/api/LoadingInstruction/CreateBigPickSlipReportByPickSlipNumber",
    "DownloadDashboardReport": "http://localhost:56393/api/DashboardReporting/DownloadDashboardReportInExcel",
    "DownloadDashboardReportInCsv": "http://localhost:56393/api/DashboardReporting/DownloadDashboardReportInCsv",
    "DownloadResourcesKey": "http://localhost:56393/api/ResourcesKey/DownloadResourcesKey",
    "DownloadSmallPickSlipReportInPDF": "http://localhost:56393/api/LoadingInstruction/CreatePickSlipReportByPickSlipNumber",
    "dummyCall": "http://localhost:56393/api/Order/dummyCall",
    "DuplicateTransporterCheck": "http://localhost:56393/api/TransportVehicle/CheckDuplicateTransportVehicale",
    "EditInquiry": "http://localhost:56393/ManageEnquiry/Edit",
    "EditRoleByRoleId": "http://localhost:56393/api/Page/EditRoleByRoleId",
    "EditShowcaseById": "http://localhost:56393/api/CompanyMaster/EditShowcaseById",
    "EditTradeComplianceById": "http://localhost:56393/api/CompanyMaster/EditTradeComplianceById",
    "EventContentByEventmasterId": "http://localhost:56393/api/Notification/EventContentByEventmasterId",
    "EventContentRuleByEventContentId": "http://localhost:56393/api/Notification/EventContentRuleByEventContentId",
    "ExportToExcelGratisGrid": "http://localhost:56393/api/OrderExport/ExportToExcelGridGratisList",
    "ExportToExcelGrid": "http://localhost:56393/api/OrderExport/ExportToExcelGrid",
    "ExportToExcelInquiryGrid": "http://localhost:56393/api/Enquiry/GetAllEnquiryDetailsForExport",
    "ExportToExcelPaymentRequestGrid": "http://localhost:56393/api/PaymentRequest/ExportToExcelPaymentRequestGrid",
    "FeedBackFileSave": "http://localhost:56393/api/Order/FeedBackFileSave",
    "GateKeeperConfirmation": "http://localhost:56393/api/Order/GateKeeperConfirmation",
    "GetActionRuleTypeMapping": "http://localhost:56393/api/CustomerApp/GetActionRuleTypeMapping",
    "GetAllActivePromotionItemListForCustomer": "http://localhost:56393/Product/GetAllActivePromotionItemListForCustomer",
    "GetAllActivity": "http://localhost:56393/api/Workflow/GetAllActivity",
    "GetAllAppWorkFlowActivity": "http://localhost:56393/WorkFlow/GetAllAppWorkFlowActivity",
    "GetAllAreas": "http://localhost:56393/api/CompanyMaster/GetAllAreas",
    "GetAllAreaType": "http://localhost:56393/api/CustomerApp/GetAllAreaType",
    "GetAllBranchPlantFromThirdParty": "https://demo.glassrun.biz:9007/api/EDIBranchPlant/GetAllBranchPlantFromEDI",
    "GetAllBrandType": "http://localhost:56393/api/CustomerApp/GetAllBrandType",
    "GetAllCFRDashboarReportingDetails": "http://localhost:56393/api/DashboardReporting/LoadCFRDashboarReporting",
    "GetAllCityByStateId": "http://localhost:56393/api/CompanyMaster/GetAllCityByStateId",
    "GetAllCityByStateName": "http://localhost:56393/api/CompanyMaster/GetAllCityByStateName",
    "GetAllCollectionLocationList": "http://localhost:56393/api/DeliveryLocation/GetAllCollectionLocationList",
    "GetAllCollectionLocationListByShipTo": "http://localhost:56393/api/DeliveryLocation/GetAllCollectionLocationListByShipTo",
    "GetAllCompanyAsTransporter": "http://localhost:56393/api/CompanyMaster/GetAllCompanyAsTransporter",
    "GetAllCompanyAsTransporter_NotMapped": "http://localhost:56393/api/PaymentPlanTransporterMapping/GetAllCompanyAsTransporter_NotMapped",
    "GetAllCompanyDetails": "http://localhost:56393/api/CompanyMaster/GetAllCompanyDetails",
    "GetAllCompanyListByItemId": "http://localhost:56393/api/CompanyMaster/GetAllCompanyListByItemId",
    "GetAllContentNotificationsList": "http://localhost:56393/api/Notification/GetAllEventContentAndReceipentNotificationsList",
    "GetAllCurrentDepositAmountFromThirdParty": "https://demo.glassrun.biz:9007/api/EDICurrentDepositAmount/GetAllCurrentDepositAmountFromEDI",
    "GetAllCustomerEmpitesLimitFromThirdParty": "https://demo.glassrun.biz:9007/api/EDICustomer/GetAllCustomerEmpitesLimitFromEDI",
    "GetAllCustomerFromThirdParty": "https://demo.glassrun.biz:9007/api/EDICustomer/GetAllCustomerFromEDI",
    "GetAllCustomerGroupDetails": "http://localhost:56393/api/ManageCustomerGroup/GetAllCustomerGroupDetails",
    "GetAllCustomerGroupListForB2B": "http://localhost:56393/api/ManageCustomerGroup/GetAllCustomerGroupListForB2B",
    "GetAllCustomerGroupListView": "http://localhost:56393/api/ManageCustomerGroup/GetAllCustomerGroupListView",
    "GetAllCustomerListB2BApp": "http://localhost:56393/ManageCustomer/GetAllCustomerListB2BApp",
    "GetAllCustomerListForSubDApp": "http://localhost:56393/api/CustomerApp/GetAllCustomerListForSubDApp",
    "GetAllCustomerMasterForPricingView": "http://localhost:56393/api/ManageCustomerGroup/GetAllCustomerMasterForPricingView",
    "GetAllDashboarReportingDetails": "http://localhost:56393/api/DashboardReporting/LoadDashboarReporting",
    "GetAllData": "http://localhost:56393/api/ManageLogin/GetAllData",
    "GetAllDeliveryLocationListPagging": "http://localhost:56393/api/DeliveryLocation/GetAllDeliveryLocationList_pagging",
    "GetAllDistinctWorkFlowStep": "http://localhost:56393/api/Workflow/GetAllDistinctWorkFlowStep",
    "GetAllEnquiryDetailsByEnquiryNumber": "http://localhost:56393/api/CustomerApp/GetAllEnquiryDetailsByEnquiryNumber",
    "GetAllEnquiryDetailsForExportforOM": "http://localhost:56393/api/Enquiry/GetAllEnquiryDetailsForExportforOM",
    "GetAllEventMapingvariables": "http://localhost:56393/api/Notification/GetAllEventMapingvariables",
    "GetAllEventMasterDetailsList": "http://localhost:56393/api/Notification/GetAllEventMasterDetailsList",
    "GetAllFavouriteItemAddedForSubDApp": "http://localhost:56393/api/CustomerApp/GetAllFavouriteItemAddedForSubDApp",
    "GetAllFeedBackOfCustomerId": "http://localhost:56393/api/CustomerApp/GetAllFeedBackOfCustomerId",
    "GetAllFilterParametersByPageId": "http://localhost:56393/Configurations/GetAllFilterParametersByPageId",
    "GetAllFinancePartner_Paging": "http://localhost:56393/api/FinancePartner/GetAllFinancePartner_Paging",
    "GetAllFormTemplateListPaging": "http://localhost:56393/api/FormBuilder/GetAllFormTemplateListPaging",
    "GetAllGraticsMasterFromThirdParty": "https://demo.glassrun.biz:9007/api/EDIGraticsMaster/GetAllGraticsMasterFromEDI",
    "GetAllGridColumnPaging": "http://localhost:56393/api/GridConfiguration/GetAllGridColumnPaging",
    "GetAllItemForSubDApp": "http://localhost:56393/api/CustomerApp/GetAllItemForSubDApp",
    "GetAllItemListById": "http://localhost:56393/api/Item/GetAllItemListById",
    "GetAllItemSoldToMappingListById": "http://localhost:56393/api/Item/GetAllItemSoldToMappingListById",
    "GetAllLoadNoInvoiceNumberBySOFromThirdParty": "http://localhost:56393/api/JDEService/GetLoadNoInvoiceNumberBySO",
    "GetAllLocationDetails": "http://localhost:56393/api/CompanyMaster/GetAllLocationDetails",
    "GetAllLoginDetails": "http://localhost:56393/api/Notification/GetAllLoginDetails",
    "GetAllMasterDetailByPageid": "http://localhost:56393/api/CompanyMaster/GetAllMasterDetailByPageid",
    "GetAllNewDataByCustomerId": "http://localhost:56393/api/CustomerApp/GetAllNewDataByCustomerId",
    "GetAllNotificationB2BApp": "http://localhost:56393/Common/GetAllNotificationB2BApp",
    "GetAllNotificationPreferences": "http://localhost:56393/api/CustomerApp/GetNotificationPreferencesDetails",
    "GetallNotificationRequestSelectByCriteria": "http://localhost:56393/api/Notification/GetallNotificationRequestSelectByCriteria",
    "GetAllNotificationTypeMasterDetails": "http://localhost:56393/api/Notification/GetAllNotificationTypeMasterDetails",
    "GetAllObjectDetails": "http://localhost:56393/api/Notification/GetAllObjectDetails",
    "GetAllOrderBySalesOrderNumber": "http://localhost:56393/api/CustomerPayment/GetAllOrderBySalesOrderNumber",
    "GetAllOrderCurrentStatusFromEDI": "https://demo.glassrun.biz:9007/api/EDIOrder/GetAllOrderCurrentStatusFromEDI",
    "GetAllOrderNumberUpdatedFromJDE": "https://demo.glassrun.biz:9007/api/EDIOrder/GetAllOrderNumberUpdatedFromJDE",
    "GetAllOutletType": "http://localhost:56393/api/CustomerApp/GetAllOutletType",
    "GetAllPageControlList": "http://localhost:56393/api/Page/GetAllPageControlList",
    "GetAllPageControlsWithRoleWiseFieldAcessByPageIdOrRoleIdOrUserId": "http://localhost:56393/api/Page/GetAllPageControlsWithRoleWiseFieldAcessByPageIdOrRoleIdOrUserId",
    "GetAllPagePropertyList": "http://localhost:56393/api/Page/GetAllPagePropertyList",
    "GetAllPalletInclusionGroupDetailsList_ExportTocsv": "http://localhost:56393/api/OrderExport/GetAllPalletInclusionGroupDetailsList_ExportTocsv",
    "GetAllPalletInclusionGroupPaging": "http://localhost:56393/api/DeliveryLocation/GetAllPalletInclusionGroupPaging",
    "GetAllParentCompanyDetails": "http://localhost:56393/api/CompanyMaster/GetAllParentCompanyDetails",
    "GetAllPaymentPlan": "http://localhost:56393/api/PaymentPlan/GetAllPaymentPlan",
    "GetAllPaymentPlanByPlanName": "http://localhost:56393/api/PaymentPlan/GetAllPaymentPlanByPlanName",
    "GetAllPaymentPlanPaging": "http://localhost:56393/api/PaymentPlan/GetAllPaymentPlanPaging",
    "GetAllPaymentPlanTransporterMapping_Paging": "http://localhost:56393/api/PaymentPlanTransporterMapping/GetAllPaymentPlanTransporterMapping_Paging",
    "GetAllPaymentSlabPaging": "http://localhost:56393/api/PaymentSlab/GetAllPaymentSlabPaging",
    "GetAllPaymentSlabsByPaymentPlanId": "http://localhost:56393/api/PaymentSlab/GetAllPaymentSlabsByPaymentPlanId",
    "GetAllPaymentTermCode": "http://localhost:56393/api/CompanyMaster/GetAllPaymentTermCode",
    "GetAllPlateNumberForSecurityApp": "http://localhost:56393/api/TransportVehicle/GetAllPlateNumberForSecurityApp",
    "GetAllPromotionFromThirdParty": "https://demo.glassrun.biz:9007/api/EDIPromotion/GetAllPromotionFromEDI",
    "GetAllPromotionListForB2B": "http://localhost:56393/api/Promotion/GetAllPromotionListForB2B",
    "GetAllProvinces": "http://localhost:56393/api/CompanyMaster/GetAllProvince",
    "GetAllPushNotificationFromPortal_Paging": "http://localhost:56393/Configurations/GetAllPushNotificationFromPortalPaging",
    "GetAllRegion": "http://localhost:56393/api/CompanyMaster/GetAllRegion",
    "GetAllResourceForStatus": "http://localhost:56393/api/ResourcesKey/GetAllResourceForStatus",
    "GetAllResourcesList": "http://localhost:56393/api/Page/GetAllResourcesList",
    "GetAllRoleMasterDetails": "http://localhost:56393/api/Notification/GetAllRoleMasterDetails",
    "GetAllRouteFromThirdParty": "https://demo.glassrun.biz:9007/api/EDIRoute/GetAllRouteFromEDI",
    "GetAllSettingMasterPaging": "http://localhost:56393/api/SettingMaster/GetAllSettingMasterPaging",
    "GetAllShipTOList": "http://localhost:56393/api/DeliveryLocation/GetAllShipTOList",
    "GetAllShipToLocationFromThirdParty": "https://demo.glassrun.biz:9007/api/EDILocation/GetAllShipToLocationFromEDI",
    "GetAllShowCase_Paging": "http://localhost:56393/api/Transporter/GetAllShowCase_Paging",
    "GetAllSortingParametersByPageId": "http://localhost:56393/Configurations/GetAllSortingParametersByPageId",
    "GetAllStateDetails": "http://localhost:56393/api/CompanyMaster/GetAllStateDetails",
    "GetAllStatusType": "http://localhost:56393/api/CustomerApp/GetAllStatusType",
    "GetALLStockSyncsFromThirdParty": "https://demo.glassrun.biz:60233/api/WMSStock/GetALLStockSyncsFromThirdParty",
    "GetAllSubChannel": "http://localhost:56393/api/CompanyMaster/GetAllSubChannel",
    "GetAllSubdOutletCompanyList": "http://localhost:56393/api/CompanyMaster/GetAllSubdOutletCompanyList",
    "GetAllSupplierDetails": "http://localhost:56393/api/CustomerApp/GetAllSupplierDetails",
    "GetAllSupplierDetailsB2BApp": "http://localhost:56393/ManageCustomer/GetAllSupplierDetailsB2BApp",
    "GetAllTradeCompliance_Paging": "http://localhost:56393/api/CompanyMaster/GetAllTradeCompliance_Paging",
    "GetAllTransporterFromThirdParty": "https://demo.glassrun.biz:9007/api/EDITransportor/GetAllTransporterFromEDI",
    "GetAllTransporterList": "http://localhost:56393/api/Transporter/GetAllTransporterList",
    "GetAllTransporterListByCompanyId": "http://localhost:56393/api/Transporter/GetAllTransporterListByCompanyId",
    "GetAllTransportersListByShipToBranchPlantAndTruckSize": "http://localhost:56393/api/DeliveryLocation/GetAllTransportersListByShipToBranchPlantAndTruckSize",
    "GetAllTransportVehicle_Paging": "http://localhost:56393/api/TransportVehicle/GetAllTransportVehicle_Paging",
    "GetAllTruckSizeFromThirdParty": "https://demo.glassrun.biz:9007/api/EDITruckSize/GetAllTruckSizeFromEDI",
    "GetAllTruckSizeList": "http://localhost:56393/api/TruckSize/GetAllTruckSizeList",
    "GetAllTruckSizeListByVehicleId": "http://localhost:56393/api/TruckSize/GetAllTruckSizeListByVehicleId",
    "GetAllUnitOfMeasureFromThirdParty": "https://demo.glassrun.biz:9007/api/EDIUnitOfMeasure/GetAllUnitOfMeasureFromEDI",
    "GetAllWorkFlowByProcessType": "http://localhost:56393/WorkFlow/GetAllWorkFlowByProcessType",
    "GetAllWorkFlowStepsAndColorCode": "http://localhost:56393/api/WorkFlow/GetAllWorkFlowStepsAndColorCode",
    "GetAllWorkFlowStepsByStatusCode": "http://localhost:56393/WorkFlow/GetAllWorkFlowStepsByStatusCode",
    "GetAppPageControlAccessByPageIdAndRoleAndUserID": "http://localhost:56393/Configurations/GetAppPageControlAccessByPageIdAndRoleAndUserID",
    "GetBillingDetailBySalesOrderNumber": "http://localhost:56393/api/CustomerPayment/GetBillingDetailBySalesOrderNumber",
    "GetBulkItemPriceFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVItem/GetBulkItemPriceFromBASEJDEBSSV",
    "GetBulkItemPriceFromJDEDatabase": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVItem/GetBulkItemPriceFromJDEDatabase",
    "GetBulkItemSoldTolistForPriceFromEDI": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVItem/GetBulkItemSoldTolistForPriceFromEDI",
    "GetBulkItemSoldToMappingFromEDI": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVItem/GetBulkItemSoldToMappingFromEDI",
    "GetBulkItemStock": "http://localhost:56393/api/Item/GetBulkItemStock",
    "GetBulkItemStockFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVItem/GetBulkItemStockFromBASEJDEBSSV",
    "GetBulkItemStockFromJDEDatabase": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVItem/GetBulkItemStockFromJDEDatabase",
    "GetBulkNewSalesOrderDetailFromEDI": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVOrder/GetBulkNewSalesOrderDetailFromEDI",
    "GetCatalogItemsForB2B": "http://localhost:56393/api/CustomerApp/GetCatalogItemsForB2B",
    "GetCollectionPickUpDate": "http://localhost:56393/api/Enquiry/GetCollectionPickUpDate",
    "GetCollectionPickUpDateForGrid": "http://localhost:56393/api/Enquiry/GetCollectionPickUpDateForGrid",
    "GetCompanyAndTransporterListDetails": "http://localhost:56393/api/CompanyMaster/GetCompanyAndTransporterListDetails",
    "GetCompanyDetailsByCompanyId": "http://localhost:56393/api/CompanyMaster/GetCompanyDetailsByCompanyId",
    "GetContactInformationDetailsByCompanyId": "http://localhost:56393/api/CompanyMaster/GetContactInformationDetailsByCompanyId",
    "GetCreditLimitFromglassRUN": "http://localhost:56393/api/CompanyMaster/GetCreditLimitFromglassRUN",
    "GetCurrentStatusForOrderNumberFromThirdParty": "http://localhost:56393/api/JDEService/GetCurrentStatusForOrderNumber",
    "GetCustomerAllDataBySoNumber": "http://localhost:56393/api/CustomerApp/GetCustomerAllDataBySoNumber",
    "GetCustomerCreditLimitFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVCustomer/GetCustomerCreditLimitFromBASEJDEBSSV",
    "GetCustomerCreditLimitFromBASEJDEBSSVURL": "http://145.47.86.31:9090/ws/soap/v1.0/jde/OTCIntegration",
    "GetCustomerCreditLimitFromBSSV": "https://demo.glassrun.biz:9007/api/BSSVCustomer/GetCustomerCreditLimitFromBSSV",
    "GetCustomerCreditLimitFromEDI": "https://demo.glassrun.biz:9007/api/EDICustomer/GetCustomerCreditLimitFromEDI",
    "GetDriverAccToPlateNumberList": "http://localhost:56393/api/TransportVehicle/GetDriverByPlateNumber",
    "GetDriverByPlateNumber": "http://localhost:56393/api/Transporter/GetDriverByPlateNumber",
    "GetEmailByUserName": "http://localhost:56393/api/LoginService/GetEmailByUserName",
    "GetEmailConfigurationDetailsById": "http://localhost:56393/api/EmailConfiguration/GetEmailConfigurationDetailsById",
    "GetEmailContentById": "http://localhost:56393/api/EmailContent/GetEmailContentById",
    "GetEmailContentDetailsById": "http://localhost:56393/api/EmailContent/GetEmailContentDetailsById",
    "GetEmailEventDetailsById": "http://localhost:56393/api/EmailEvent/GetEmailEventDetailsById",
    "GetEnquiryConsolidateView": "http://localhost:56393/api/ManageEnquiry/GetEnquiryConsolidateView",
    "GetEnquiryDetailsOfCustomerB2B": "http://localhost:56393/api/ManageEnquiry/GetEnquiryDetailsOfCustomer",
    "GetEnquiryForSubDApp": "http://localhost:56393/api/CustomerApp/GetEnquiryForSubDApp",
    "GetEnquiryOfCustomer": "http://localhost:56393/api/ManageEnquiry/GetEnquiryOfCustomer",
    "GetEventMapingvariablesbyEventmasterId": "http://localhost:56393/api/Notification/GetEventMapingvariablesbyEventmasterId",
    "GetEventRetrysettingsById": "http://localhost:56393/api/Notification/GetEventRetrysettingsById",
    "GetFavouritesSelectionItemsForB2B": "http://localhost:56393/api/ManageFavourites/GetFavouritesSelectionItemsForB2B",
    "GetFinancePatnerIdById": "http://localhost:56393/api/FinancePartner/GetFinancePartnerByFinancePartnerId",
    "GetFunctionStatusMapping": "http://localhost:56393/api/FunctionStatusMapping/GetFunctionStatusMappingByRoleIdUserIdSettingName",
    "GetFunctionStatusMappingListByPageId": "http://localhost:56393/api/FunctionStatusMapping/GetFunctionStatusMappingListByPageId",
    "GetItemAllocation": "http://localhost:56393/api/Enquiry/GetItemAllocation",
    "GetItemMasterFromThirdParty": "https://demo.glassrun.biz:9007/api/EDIItem/GetAllItemMasterFromEDI",
    "GetItemPriceFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVItem/GetItemPriceFromBASEJDEBSSV",
    "GetItemPriceFromThirdParty": "https://demo.glassrun.biz:9007/api/EDIItem/GetAllItemPriceFromEDI",
    "GetItemStock": "http://localhost:56393/api/Item/GetItemStock",
    "GetItemStockFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVItem/GetItemStockFromBASEJDEBSSV",
    "GetItemStockFromBASEJDEBSSVURL": "http://145.47.86.31:9090/ws/soap/v1.0/jde/OTCIntegration",
    "GetItemStockFromThirdParty": "https://demo.glassrun.biz:9007/api/EDIItem/GetAllItemStockFromEDI",
    "GetLatlongbyUserId": "http://localhost:56393/api/CustomerApp/GetLatlongbyUserId",
    "GetLeadTime": "http://localhost:56393/api/Enquiry/GetLeadTime",
    "GetLeadTimeAndUpdateInOrderMovement": "http://localhost:56393/api/Order/GetLeadTimeAndUpdateInOrderMovement",
    "GetLicenseInfoDetailList": "http://localhost:56393/api/LicenseManagement/GetLicenseInfoDetailList",
    "GetLicenseInfoList": "http://localhost:56393/api/LicenseManagement/GetLicenseInfoList",
    "GetListCanOrderFrom": "http://localhost:56393/api/CustomerApp/GetListCanOrderFrom",
    "GetLoadAllSTOTSalesOrderFromThirdParty": "https://demo.glassrun.biz:9007/api/EDIOrder/GetAllSTOTSalesOrderFromEDI",
    "GetLoadNumberFromThirthParty": "http://localhost:56393/api/JDEService/GetLoadNumberOfSONumber",
    "GetLoadOrderScheduledData": "http://localhost:56393/api/Order/GetLoadOrderScheduledData",
    "GetLoadPrinterByBranchPlantCode": "http://localhost:56393/api/CompanyMaster/GetLoadPrinterByBranchPlantCode",
    "GetLocationByLocationId": "http://localhost:56393/api/DeliveryLocation/LoadLocationByLocationId",
    "GetLookupByLookupCategoryId": "http://localhost:56393/api/Lookup/GetLookupByLookupCategoryId",
    "GetLorryReceiptDetailByOrderId": "http://localhost:56393/api/LorryReceipt/GetLorryReceiptDetailByOrderId",
    "GetLorryReceiptReportInPDFByOrderId": "http://localhost:56393/api/LorryReceiptReport/GetLorryReceiptReportInPDFByOrderId",
    "GetNoteByObjectId": "http://localhost:56393/api/Common/GetNoteByObjectId",
    "GetObjectIdValueForRule": "http://localhost:56393/api/Enquiry/GetObjectIdValueForRule",
    "GetOrderDetailsBySalesOrderNumber": "http://localhost:56393/api/CustomerApp/GetOrderDetailsBySalesOrderNumber",
    "GetOrderDetailsOfCustomerB2B": "http://localhost:56393/api/ManageEnquiry/GetOrderDetailsOfCustomer",
    "GetOrderInTruck": "http://localhost:56393/api/TruckInAndOut/GetOrderInTruck",
    "GetDriverPhoto": "http://localhost:56393/api/TruckInAndOut/GetDriverPhoto",
    "GetOrderList": "http://localhost:56393/Order/OrderList",
    "GetOrderNumberByReferenceNumberFromThirdParty": "http://localhost:56393/api/JDEService/GetOrderNumberByReferenceNumber",
    "GetOrderNumberFromThirthParty": "http://localhost:56393/api/JDEService/ProcessSalesOrder",
    "GetOrderNumberFromThirthPartyOTST": "http://localhost:56393/api/JDEService/ProcessSalesOrderSTOT",
    "GetOutletList": "http://localhost:56393/api/CustomerApp/GetOutletList",
    "GetPageControlAccessByPageIdAndRoleAndUserID": "http://localhost:56393/api/Page/GetPageControlAccessByPageIdAndRoleAndUserID",
    "GetPageControlsByPageName": "http://localhost:56393/api/ObjectProperties/GetPageControlsByPageName",
    "GetPageDetailListByRoleORUserID": "http://localhost:56393/api/Page/GetPageDetailListByRoleORUserID",
    "GetPageLevelConfiguration": "http://localhost:56393/api/Page/GetPageLevelConfiguration",
    "GetPageRoleWiseAccessDetailByRoleORUserID": "http://localhost:56393/api/Page/GetPageRoleWiseAccessDetailByRoleORUserID",
    "GetPageRuleEventById": "http://localhost:56393/api/Page/GetPageRuleEventById",
    "GetPageWiseConfigurationByPageWiseConfigurationId": "http://localhost:56393/api/Page/LoadPageWiseConfigurationById",
    "GetPalletInclusionGroupList": "http://localhost:56393/api/DeliveryLocation/GetPalletInclusionGroupList",
    "GetParticularCustomerEmptiesLimitFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVCustomer/GetParticularCustomerEmptiesLimitFromBASEJDEBSSV",
    "GetPaymentDetailBySalesOrderNumber": "http://localhost:56393/api/CustomerPayment/GetPaymentDetailBySalesOrderNumber",
    "GetPaymentPlanById": "http://localhost:56393/api/PaymentPlan/GetPaymentPlanById",
    "GetPaymentSlabById": "http://localhost:56393/api/PaymentSlab/GetPaymentSlabById",
    "GetPendingOrderList": "http://localhost:56393/api/TruckInAndOut/GetPendingOrderList",
    "GetPlateNumberByCarrierId": "http://localhost:56393/api/TransportVehicle/GetPlateNumberByCarrierId",
    "GetPlateNumberDriverMappingById": "http://localhost:56393/api/Transporter/GetPlateNumberMappingDetailsById",
    "GetPrinterBranchPlantDetailsById": "http://localhost:56393/api/PrinterBranchPlantMapping/GetPrinterBranchPlantDetailsById",
    "GetProductCurrenttStockPosition": "http://localhost:56393/api/Item/GetProductCurrenttStockPosition",
    "GetPromotionFocItemList": "http://localhost:56393/api/PromotionFocItemDetail/GetPromotionFocItemList",
    "GetProposedDeliveryDate": "http://localhost:56393/api/Enquiry/GetProposedDeliveryDate",
    "GetReceivingLocationBalanceCapacity": "http://localhost:56393/api/Enquiry/GetReceivingLocationBalanceCapacity",
    "GetRPMByEnquiryId": "http://localhost:56393/api/Enquiry/LoadRPMByEnquiryId",
    "GetRuleDetailsByCompanyId": "http://localhost:56393/Rules/GetRuleDetailsByCompanyId",
    "GetRuleForPalletConsumptionAndValidation": "http://localhost:56393/api/DeliveryLocation/GetRuleForPalletConsumptionAndValidation",
    "GetRuleValue": "http://localhost:56393/api/Enquiry/GetRuleValue",
    "GetRuleValueByLocation": "http://localhost:56393/api/DeliveryLocation/GetRuleValueByLocation",
    "GetRuleValueForPackingItem": "http://localhost:56393/api/Rule/GetRuleValueForPackingItem",
    "GetRuleValueForRPM": "http://localhost:56393/api/EnquiryV2/GetRuleValueForRPMV2",
    "GetSalesOrderDetailByOrderNumberFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVOrder/GetSalesOrderDetailByOrderNumberFromBASEJDEBSSV",
    "GetSalesOrderDetailByOrderNumberFromEDI": "https://demo.glassrun.biz:9007/api/EDIOrder/GetSalesOrderDetailByOrderNumberFromEDI",
    "GetSalesOrderDetailByReferenceNumberFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVOrder/GetSalesOrderDetailByReferenceNumberFromBASEJDEBSSV",
    "GetSalesOrderDetailByReferenceNumberFromBASEJDEBSSVAndUpdateStatus": "http://localhost:56393/api/CreateOrder/GetSalesOrderDetailByReferenceNumberFromBASEJDEBSSVAndUpdateStatusV2",
    "GetSalesOrderDetailByReferenceNumberFromEDI": "https://demo.glassrun.biz:9007/api/EDIOrder/GetSalesOrderDetailByReferenceNumberFromEDI",
    "GetSalesOrderDetailByReferenceNumberFromEDIAndUpdateStatus": "http://localhost:56393/api/CreateOrder/GetSalesOrderDetailByReferenceNumberFromEDIAndUpdateStatus",
    "GetSalesOrderNumberGenerator": "http://localhost:56393/api/Common/GetSalesOrderNumberGenerator",
    "GetSelectedObjectPropertiesbyobjectId": "http://localhost:56393/api/Notification/GetSelectedObjectPropertiesbyobjectId",
    "GetShowCaseDetails": "http://localhost:56393/api/CustomerApp/GetShowCaseDetails",
    "GetSingleLoadNumberByOrderNumberFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVOrder/GetSingleLoadNumberByOrderNumberFromBASEJDEBSSV",
    "GetSNSNotification": "http://localhost:56393/api/Notification/GetSNSNotification",
    "GetSupplierCatalogue": "http://localhost:56393/api/CustomerApp/GetSupplierCatalogue",
    "GetTemplateFormReportInPDFByOrderId": "http://localhost:56393/api/TemplateFormReport/GetTemplateFormReportInPDFByOrderId",
    "GetTradeComplianceByCustomerCode": "http://localhost:56393/api/CompanyMaster/GetTradeComplianceByCustomerCode",
    "GetTransportVehicleById": "http://localhost:56393/api/TransportVehicle/GetTransportVehicleById",
    "GetTransportVehicleDetailsById": "http://localhost:56393/api/TransportVehicle/GetTransportVehicleDetailsById",
    "GetTruckDetailByLocationIdAndCompanyId": "http://localhost:56393/api/TruckSize/GetTruckDetailByLocationIdAndCompanyId",
    "GetTruckDetailsById": "http://localhost:56393/api/TruckSize/GetTruckDetailsById",
    "GetTruckInList": "http://localhost:56393/api/TruckInAndOut/GetTruckInList",
    "GetUserDimensionMappingByUserDimensionMappingId": "http://localhost:56393/api/GridConfiguration/LoadUserDimensionByUserDimensionId",
    "GetWorkFlowById": "http://localhost:56393/api/Workflow/GetWorkFlowById",
    "InsertActivity": "http://localhost:56393/api/Activity/InsertActivity",
    "InsertAndUpdateItemCatalog": "http://localhost:56393/api/CustomerApp/InsertAndUpdateItemCatalog",
    "InsertAndUpdateLoginHistory": "http://localhost:56393/api/CustomerApp/InsertAndUpdateLoginHistory",
    "InsertAndUpdateRoleMaster": "http://localhost:56393/api/Page/InsertAndUpdateRoleMaster",
    "InsertAndUpdateRoleWisePageMappingAndRoleWiseFieldAccess": "http://localhost:56393/api/Page/InsertAndUpdateRoleWisePageMappingAndRoleWiseFieldAccess",
    "InsertAndUpdateSalesOrderCustomerPayment": "http://localhost:56393/api/CustomerPayment/InsertAndUpdateSalesOrderCustomerPayment",
    "InsertBillingBySalesOrderNumber": "http://localhost:56393/api/CustomerPayment/InsertBillingBySalesOrderNumber",
    "InsertEmailNotification": "http://localhost:56393/api/EmailConfiguration/InsertEmailNotification",
    "InsertEntityRelationship": "http://localhost:56393/api/CompanyMaster/InsertEntityRelationship",
    "InsertEventNotification": "http://localhost:56393/api/Notification/InsertEventNotification",
    "InsertFinancePartner": "http://localhost:56393/api/FinancePartner/SaveFinancePartner",
    "InsertFormBuilder": "http://localhost:56393/api/FormBuilder/Insert",
    "InsertItem": "http://localhost:56393/api/Item/SaveItem",
    "InsertItemSoldToMapping": "http://localhost:56393/api/Item/SaveItemSoldToMapping",
    "InsertLocation": "http://localhost:56393/api/DeliveryLocation/SaveLocation",
    "InsertPaymentBySalesOrderNumber": "http://localhost:56393/api/CustomerPayment/InsertPaymentBySalesOrderNumber",
    "InsertPaymentRequest": "http://localhost:56393/api/PaymentRequest/InsertPaymentRequest",
    "InsertPickDateInOrderMovement": "http://localhost:56393/api/Order/InsertPickDateInOrderMovement",
    "InsertPickingDate": "http://localhost:56393/api/Order/InsertPickingDate",
    "InsertPrinterBranchPlantMapping": "http://localhost:56393/api/PrinterBranchPlantMapping/SavePrinterBranchPlantMapping",
    "InsertReasonMappingCode": "http://localhost:56393/api/ReasonCode/SaveReasonCode",
    "InsertRule": "http://localhost:56393/api/Rule/InsertRule",
    "InsertTruck": "http://localhost:56393/api/TruckSize/SaveTruck",
    "InsertWorkflow": "http://localhost:56393/api/Workflow/InsertWorkflow",
    "InsertWorkFlowActivityLog": "http://localhost:56393/api/WorkFlow/InsertWorkFlowActivityLog",
    "InsertWorkFlowStep": "http://localhost:56393/api/Workflow/InsertWorkFlowStep",
    "IntegrateWithExternalSystem": "http://localhost:56393/Order/IntegrateWithExternalSystem",
    "ItemBasePriceBulkUploadV2": "http://localhost:56393/Product/ItemBasePriceBulkUploadV2",
    "ItemSupplierOfflineForB2B": "http://localhost:56393/api/ManageFavourites/ItemSupplierOfflineForB2B",
    "JDECallCustomerManager": "https://10.110.10.98:97/PY812/CustomerManager",
    "JDECallCustomSOVLManager": "https://10.110.10.98:97/PY812/CustomSOVLManager",
    "JDECallSalesOrder": "https://10.110.10.98:97/PY812/SalesOrderManager",
    "LoadActivityGrid": "http://localhost:56393/api/Activity/LoadActivityGrid",
    "LoadAllBranchPlantList": "http://localhost:56393/api/DeliveryLocation/GetAllBranchPlantList",
    "LoadAllCarrierByBranchPlant": "http://localhost:56393/api/Transporter/GetAllCarrierByBranchPlantId",
    "LoadAllCarrierListForSecurityApp": "http://localhost:56393/api/CompanyMaster/LoadAllCarrierListForSecurityApp",
    "LoadAllCompanyAccordingRole": "http://localhost:56393/api/CompanyMaster/LoadAllCompanyAccordingRole",
    "LoadAllCompanyAccordingRoleParent": "http://localhost:56393/api/CompanyMaster/LoadAllCompanyAccordingRoleParent",
    "LoadAllCompanyDetailListByDropDown": "http://localhost:56393/api/CompanyMaster/LoadAllCompanyDetailListByDropDown",
    "LoadAllDeliveryLocation": "http://localhost:56393/api/DeliveryLocation/GetAllDeliveryLocationList",
    "LoadAllDriverList": "http://localhost:56393/api/UserProfile/LoadAllDriverList",
    "LoadAllDriverListForSecurityApp": "http://localhost:56393/api/UserProfile/LoadAllDriverListForSecurityApp",
    "LoadAllEmailEventList": "http://localhost:56393/api/EmailEvent/GetAllEmailEventList",
    "LoadAllLoginUserDetails": "http://localhost:56393/api/UserProfile/LoadAllLoginUserDetails",
    "LoadAllLookupCategory": "http://localhost:56393/api/Lookup/LoadAllLookupCategoryList",
    "LoadAllLookUpMaster": "http://localhost:56393/api/SettingMaster/LoadLookUpByList",
    "LoadAllMenus": "http://localhost:56393/api/Page/LoadAllMenus",
    "LoadAllOrderFeedback": "http://localhost:56393/api/Order/LoadAllOrderFeedback",
    "LoadAllPageEvent": "http://localhost:56393/api/Page/LoadAllPageEventByPageId",
    "LoadAllPagesList": "http://localhost:56393/api/Page/LoadAllPagesList",
    "LoadAllProducts": "http://localhost:56393/api/Item/LoadAllProducts",
    "LoadAllProductsForMOT": "http://localhost:56393/api/Item/LoadAllProductsForMOT",
    "LoadAllRoleMaster": "http://localhost:56393/api/UserProfile/LoadAllRoleMaster",
    "LoadAllRuleTypeEvent": "http://localhost:56393/api/Page/LoadAllRuleTypeEventByPageId",
    "LoadAllShifts": "http://localhost:56393/api/Order/LoadAllShiftList",
    "LoadAllShipToDetailListByDropDown": "http://localhost:56393/api/OrderExport/LoadAllShipToDetailListByDropDown",
    "LoadAllTruckSizeLisByDropDown": "http://localhost:56393/api/TruckSize/LoadAllTruckSizeLisByDropDown",
    "LoadAllUserLoginDetails": "http://localhost:56393/api/UserProfile/GetAllLoginUserDetailsList",
    "LoadAllWorkFlowStepsUsingFunctionStatusMapping": "http://localhost:56393/api/Order/LoadAllWorkFlowStepsUsingFunctionStatusMapping",
    "LoadAvailableCreditLimitOfCustomer": "http://localhost:56393/api/CompanyMaster/LoadAvailableCreditLimitOfCustomer",
    "LoadCarrierDetails": "http://localhost:56393/api/Transporter/LoadCarrierDetails",
    "LoadCompanyDetails": "http://localhost:56393/api/CompanyMaster/LoadCompanyDetails",
    "LoadComplaintDetails": "http://localhost:56393/api/CreateOrder/LoadComplaintDetails",
    "LoadControlTowerInformationBox": "http://localhost:56393/api/ControlTower/LoadControlTowerInformationBox",
    "LoadCreditCheckByEnquiryId": "http://localhost:56393/api/Enquiry/LoadCreditCheckByEnquiryId",
    "LoadCustomerServiceEnquiryDetails": "http://localhost:56393/api/Enquiry/LoadCustomerServiceEnquiryList",
    "LoadCustomerServiceGratisOrderDetails": "http://localhost:56393/api/CreateOrder/LoadCustomerServiceGratisOrderList",
    "LoadCustomerServiceOrderDetails": "http://localhost:56393/api/CreateOrder/LoadCustomerServiceOrderList",
    "LoadDistributorDetails": "http://localhost:56393/api/UserProfile/LoadDistributorDetails",
    "LoadDocumentList": "http://localhost:56393/api/Common/LoadDocumentList",
    "LoadDPAllData": "http://localhost:56393/api/AppForm/LoadDPAllData",
    "LoadDraftEnquiry": "http://localhost:56393/api/EnquiryV2/LoadDraftEnquiry",
    "LoadDriverByCarrier": "http://localhost:56393/api/UserProfile/LoadDriverByCarrier",
    "LoadDriverByTransporterUserId": "http://localhost:56393/api/Transporter/LoadDriverByTransporterUserId",
    "LoadDriverDetailsByProfileId": "http://localhost:56393/api/UserProfile/LoadDriverDetailsByProfileId",
    "LoadDriverPlateNumberMapping": "http://localhost:56393/api/Transporter/LoadTPlateNumberMappingDetails",
    "LoadEmailConfiguration": "http://localhost:56393/api/EmailConfiguration/GetAllEmailConfigurationPagging",
    "LoadEmailContentDetails": "http://localhost:56393/api/EmailContent/LoadEmailContentDetails",
    "LoadEmailDocumentByEnquiryId": "http://localhost:56393/api/Enquiry/LoadEmailDocumentByEnquiryId",
    "LoadEmailEvent": "http://localhost:56393/api/EmailEvent/GetAllEmailEventPagging",
    "LoadEmptiesLimitofCustomer": "http://localhost:56393/api/CompanyMaster/LoadEmptiesLimitofCustomer",
    "LoadEnquiryByEnquiryId": "http://localhost:56393/api/Enquiry/LoadEnquiryByEnquiryId",
    "LoadEnquiryDetails": "http://localhost:56393/api/Enquiry/LoadEnquiryDetails",
    "LoadEnquiryWorkFlowActivityLog": "http://localhost:56393/api/CustomerApp/GetEnquiryWorkFlowActivityLog",
    "LoadEntityRelationship": "http://localhost:56393/api/CompanyMaster/LoadEntityRelationship",
    "LoadEventContent": "http://localhost:56393/api/Notification/LoadEventContent",
    "LoadEventDetailsByEventMasterid": "http://localhost:56393/api/Notification/LoadEventDetailsByEventMasterid",
    "LoadEventMasterPaging": "http://localhost:56393/api/Notification/LoadEventMaster",
    "LoadEventNotificationOfPortalByLoginId": "http://localhost:56393/api/PortalNotification/LoadEventNotificationOfPortalByLoginId",
    "LoadEventObjectPropertiesMapping": "http://localhost:56393/api/Notification/LoadEventObjectPropertiesMapping",
    "LoadEventObjectPropertiesMappingDetailsByid": "http://localhost:56393/api/Notification/LoadEventObjectPropertiesMappingDetailsByid",
    "LoadEventRetrysettings": "http://localhost:56393/api/Notification/LoadEventRetrysettings",
    "LoadFeedbackByOrderId": "http://localhost:56393/api/Order/LoadFeedbackByOrderId",
    "LoadFeedbackList": "http://localhost:56393/api/Feedback/LoadFeedbackList",
    "LoadFeedbackList_Paging": "http://localhost:56393/api/Feedback/LoadFeedbackList_Paging",
    "LoadFinanceDashboardByCarrier": "http://localhost:56393/api/FinanceDashboard/LoadFinanceDashboardByCarrier",
    "LoadFinanceDashboardDetails": "http://localhost:56393/api/FinanceDashboard/LoadFinanceDashboardDetails",
    "LoadFormByFormId": "http://localhost:56393/api/FormBuilder/LoadFormByFormId",
    "LoadGratisGrid": "http://localhost:56393/api/GratisOrderGrid/LoadGratisGrid",
    "LoadGratisOrderByOrderId": "http://localhost:56393/api/Order/LoadGratisOrderByOrderId",
    "LoadGratisOrderBySoldToId": "http://localhost:56393/api/GratisOrder/LoadGratisOrderBySoldToId",
    "LoadGratisOrderProductByOrderId": "http://localhost:56393/api/GratisOrderGrid/LoadGratisOrderProductByOrderId",
    "LoadGridColumnById": "http://localhost:56393/api/GridConfiguration/LoadGridColumnById",
    "LoadGridColumnConfigurationList": "http://localhost:56393/api/GridConfiguration/LoadGridColumnConfigurationList",
    "LoadGridColumnPagingList": "http://localhost:56393/api/GridConfiguration/LoadGridColumnPagingList",
    "LoadGridColumnPreviewDummyData": "http://localhost:56393/api/GridConfiguration/LoadGridColumnPreviewDummyData",
    "LoadGridConfiguration": "http://localhost:56393/Common/LoadGridConfiguration",
    "LoadGridPage": "http://localhost:56393/api/GridConfiguration/LoadGridPage",
    "LoadImagesByEnquiryIdV2": "http://localhost:56393/api/EnquiryV2/LoadImagesByEnquiryIdV2",
    "LoadingInstructionPaging": "http://localhost:56393/api/LoadingInstruction/LoadingInstructionPaging",
    "LoadItemAllocationRulesDetailsList": "http://localhost:56393/api/Item/LoadItemAllocationRulesDetailsList",
    "LoadItemAllocationRulesDetailsList_ExportToExcel ": "http://localhost:56393/api/OrderExport/LoadItemAllocationRulesDetailsList_ExportToExcel",
    "LoadItemByItemCode": "http://localhost:56393/api/Item/LoadItemByItemCode",
    "LoadItemDertails": "http://localhost:56393/api/Item/LoadItemDetails_Pagging",
    "LoadItemDetaiByItemId": "http://localhost:56393/api/Item/LoadItemDetaiByItemId",
    "LoadItemSoldToMappingDetails": "http://localhost:56393/api/Item/LoadItemSoldToMappingDetails_getPagging",
    "LoadJDETableForCreateSalesOrder": "http://localhost:56393/api/SOCreationConfiguartion/LoadJDETableForCreateSalesOrder",
    "LoadLocationDetails": "http://localhost:56393/api/DeliveryLocation/GetAllLocation_Paging",
    "LoadLoginCreation": "http://localhost:56393/api/LoginCreation/LoadLoginCreation",
    "LoadLoginDetailByLoginId": "http://localhost:56393/api/LoginCreation/LoadLoginDetailByLoginId",
    "LoadMassPickingDocument": "http://localhost:56393/api/OrderExport/GenerateeMassPickingDocument",
    "LoadMenuList": "http://localhost:56393/api/Page/LoadAllMenus",
    "LoadNotificationByUserId": "http://localhost:56393/api/Notification/LoadNotificationByUserId",
    "LoadObjectByRuleType": "http://localhost:56393/api/Rule/LoadObjectByRuleType",
    "LoadObjectDocumentByObjectId": "http://localhost:56393/api/CompanyMaster/LoadObjectDocumentByObjectId",
    "LoadObjectList": "http://localhost:56393/api/ObjectProperties/LoadObjectList",
    "LoadObjectPropertiesByEmailEventId": "http://localhost:56393/api/ObjectProperties/LoadObjectPropertiesByEmailEventId",
    "LoadObjectPropertiesByObject": "http://localhost:56393/api/Rule/LoadObjectPropertiesByObject",
    "LoadOrderAttentionNeedCount": "http://localhost:56393/api/CreateOrder/LoadOrderAttentionNeedCount",
    "LoadOrderByOrderId": "http://localhost:56393/api/Order/LoadOrderByOrderId",
    "LoadOrderDetails": "http://localhost:56393/api/Order/LoadOrderDetails",
    "LoadOrderDocumentByOrderDocumentId": "http://localhost:56393/Order/LoadOrderDocumentByOrderDocumentId",
    "ConfirmLoadingByPlanNumber": "http://localhost:56393/api/Order/ConfirmLoadingByPlanNumber",
    "LoadOrderDocumentByOrderId": "http://localhost:56393/api/Order/LoadOrderDocumentByOrderId",
    "LoadOrderDocumentList": "http://localhost:56393/api/CustomerApp/LoadOrderDocumentList",
    "LoadOrderDocumentListDocs": "http://localhost:56393/api/OrderExport/LoadOrderDocumentListDocs",
    "LoadOrderDocumentTypes": "http://localhost:56393/api/Order/LoadOrderDocumentTypes",
    "LoadOrderFeedbackByOrderId": "http://localhost:56393/api/Order/LoadOrderFeedbackByOrderId",
    "LoadOrderGrid": "http://localhost:56393/api/OrderExport/LoadOrderNewGrid",
    "LoadOrderNewGrid": "http://localhost:56393/api/CreateOrder/LoadOrderNewGrid",
    "LoadOrderProductById": "http://localhost:56393/api/Order/LoadOrderProductById",
    "LoadOrderProductByOrderId": "http://localhost:56393/api/Order/LoadOrderProductByOrderId",
    "LoadOverallFeedbackforProduct": "http://localhost:56393/api/Order/LoadOverallFeedbackforProduct",
    "LoadPageAccessByRoleOrUser": "http://localhost:56393/api/Page/LoadPageAccessByRoleOrUser",
    "LoadPageControlsByPageId": "http://localhost:56393/api/Page/GetAllPageControlListByPageId",
    "LoadPagesList": "http://localhost:56393/api/Page/LoadPagesList",
    "LoadPaymentRequestList": "http://localhost:56393/api/PaymentRequest/LoadPaymentRequestList",
    "LoadPickSlipReport": "http://localhost:56393/api/Order/LoadPickSlipReport",
    "LoadPrinterBranchPlantMapping": "http://localhost:56393/api/PrinterBranchPlantMapping/LoadPrinterBranchPlantMapping",
    "LoadPrinterDetailsByBranchPlant": "http://localhost:56393/api/Order/LoadPrinterDetailsByBranchPlant",
    "LoadPromisedDatePickUpDateInEnquiry": "http://localhost:56393/api/Enquiry/LoadPromisedDatePickUpDateInEnquiry",
    "LoadPromisedDatePickUpDateInOrder": "http://localhost:56393/api/Order/LoadPromisedDatePickUpDateInOrder",
    "LoadReasonCodeList": "http://localhost:56393/api/ReasonCode/GetAllReasoncodeList",
    "LoadRelatedEnquiryByEnquiryId": "http://localhost:56393/api/EnquiryV2/LoadRelatedEnquiryByEnquiryId",
    "LoadRoleMasterGrid": "http://localhost:56393/api/Page/LoadRoleMasterList",
    "LoadRoleMater": "http://localhost:56393/api/CompanyMaster/LoadRoleMater",
    "LoadRoleWiseStatus": "http://localhost:56393/Configurations/GetStatusWiseColorList",
    "LoadRouteDetails": "http://localhost:56393/Route/RouteInformation",
    "LoadRuleByRuleId": "http://localhost:56393/api/Rule/LoadRuleByRuleId",
    "LoadRuleFunctions": "http://localhost:56393/api/Rule/LoadRuleFunctionList",
    "LoadRulesList": "http://localhost:56393/api/Rule/LoadRulesList",
    "LoadRuleTypeFunctionMapping": "http://localhost:56393/api/Rule/LoadRuleTypeFunctionMapping",
    "LoadSettingMasterById": "http://localhost:56393/api/SettingMaster/LoadSettingMasterById",
    "LoadSoNumberWiseDetails": "http://localhost:56393/api/Order/LoadSoNumberWiseDetails",
    "LoadStockAndCarrierEnquiry": "http://localhost:56393/api/Enquiry/UpdateStockAndCarrierEnquiry",
    "LoadTotalpriceOfCustomer": "http://localhost:56393/api/Enquiry/GetTotalpriceOfCustomer",
    "LoadTransportVehicleByTransportVehicleId": "http://localhost:56393/api/TransportVehicle/LoadTransportVehicleByTransportVehicleId",
    "LoadTransportVehicleDetails": "http://localhost:56393/api/TransportVehicle/LoadTransportVehicleDetails",
    "LoadTruck": "http://localhost:56393/api/TruckSize/GetAllTruck",
    "LoadTruckDetails": "http://localhost:56393/api/TruckSize/LoadTruckDetails",
    "LoadTruckSizeDetails": "http://localhost:56393/api/TruckSize/LoadTruckSizeDetails",
    "LoadUOM": "http://localhost:56393/api/Item/GetAllUnitOfMeasureList",
    "LoadUserList": "http://localhost:56393/api/UserProfile/LoadUserList",
    "LoadUserProfile": "http://localhost:56393/api/UserProfile/LoadUserProfile",
    "LoadUserProfileByProfileId": "http://localhost:56393/api/UserProfile/LoadUserProfileByProfileId",
    "LoadViewNotificationsGrid": "http://localhost:56393/api/PortalNotifications/LoadViewNotificationsGrid",
    "LoadWorkFlowActivityLog": "http://localhost:56393/api/WorkFlow/GetWorkFlowActivityLog",
    "LoadWorklfowList": "http://localhost:56393/api/Workflow/GetAllWorkFlow",
    "LoadWorklfowPagesList": "http://localhost:56393/api/Workflow/GetAllWorkFlowPagesList",
    "LookupGridLoadPaging": "http://localhost:56393/api/Lookup/GetLookupGridLoad_Paging",
    "ManageShipToList": "http://localhost:56393/api/DeliveryLocation/LoadShipToList",
    "MarkOrderAsShippedV2": "http://localhost:56393/Order/UpdateOrderStatus",
    "MarkUploadedImageAsPassFail": "http://localhost:56393/api/CompanyMaster/MarkUploadedImageAsPassFail",
    "MissingAllDataReport": "http://10.110.10.39:8095/api/Report/MissingAllDataReport",
    "OrderGridByCustomerPaymentDetail": "http://localhost:56393/api/CustomerPayment/OrderGridByCustomerPaymentDetail",
    "OrderPaymentSlabByTransporterId": "http://localhost:56393/api/PaymentRequest/OrderPaymentSlabByTransporterId",
    "OrderScheduledForTO": "http://localhost:56393/api/Order/OrderScheduledForTransportOperator",
    "PageRuleEventPaging": "http://localhost:56393/api/Page/GetAllRuleTypeEvent_Paging",
    "ParentActivityList": "http://localhost:56393/api/Activity/ParentActivityList",
    "PickSlipConfirmation": "http://localhost:56393/api/Order/CreatePickSlipReport",
    "PrintPickSlip": "http://localhost:56393/api/Order/UpdateOrderForProcessingPickSlip",
    "ProcessRequest": "http://demo-marine.glassrun.biz/api/grRequest/ProcessRequest",
    "ProcessSalesOrderUpdateForOTST": "http://localhost:56393/api/JDEService/ProcessSalesOrderUpdateForOTST",
    "PushNotificationFromPortal": "http://localhost:56393/Configurations/PushNotificationFromPortal",
    "ReapproveEnquiry": "http://localhost:56393/api/Enquiry/ReapproveEnquiry",
    "RejectEnquiry": "http://localhost:56393/api/Order/RejectEnquiry",
    "RejectEnquiryB2B": "http://localhost:56393/api/ManageEnquiry/RejectEnquiry",
    "RemoveGridColumnConfiguration": "http://localhost:56393/api/Page/ClearAllGridColumnConfigurationList",
    "RemoveResourceCache": "http://localhost:56393/api/Page/ClearAllResourceList",
    "RemoveServiceConfiguration": "http://localhost:56393/api/Page/ClearAllServiceConfigurationList",
    "RequestLoadBuildForOrder": "http://localhost:56393/api/Order/RequestLoadBuildForOrder",
    "RequestSingleLoadBuildFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVOrder/RequestSingleLoadBuildFromBASEJDEBSSV",
    "RequestSingleShipmentConfirmationFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVOrder/RequestSingleShipmentConfirmationFromBASEJDEBSSV",
    "ResetPasswordBySelf": "http://localhost:56393/api/LoginService/ResetPasswordBySelf",
    "RouteDetailsById": "http://localhost:56393/api/CompanyMaster/RouteDetailsById",
    "SaveCompanyDatails": "http://localhost:56393/api/CompanyMaster/SaveCompanyDatails",
    "SaveContactInformation": "http://localhost:56393/api/CompanyMaster/SaveContactInformation",
    "SaveCustomerAppOrderDeliveryFeedback": "http://localhost:56393/api/CustomerApp/SaveCustomerAppOrderDeliveryFeedback",
    "SaveCustomerAppOrderFeedback": "http://localhost:56393/api/CustomerApp/SaveCustomerAppOrderFeedback",
    "SaveCustomerGroup": "http://localhost:56393/api/ManageCustomerGroup/SaveCustomerGroup",
    "SaveDimensionMapping": "http://localhost:56393/api/GridConfiguration/SaveDimensionMapping",
    "SaveDraftEnquiry": "http://localhost:56393/api/Enquiry/SaveDraftEnquiry",
    "SaveDraftEnquiryV2": "http://localhost:56393/api/EnquiryV2/SaveDraftEnquiryV2",
    "SaveDynamicTemplateFormData": "http://localhost:56393/api/CompanyMaster/SaveDynamicTemplateFormData",
    "SaveEmailConfiguration": "http://localhost:56393/api/EmailConfiguration/SaveEmailConfiguration",
    "SaveEmailContent": "http://localhost:56393/api/EmailContent/SaveEmailContent",
    "SaveEmailEvent": "http://localhost:56393/api/EmailEvent/SaveEmailEvent",
    "SaveEnquiry": "http://localhost:56393/api/Enquiry/SaveEnquiry",
    "SaveEnquiryForGraticsOrder": "http://localhost:56393/api/Enquiry/SaveEnquiryForGraticsOrder",
    "SaveEnquiryForMOT": "http://localhost:56393/api/Enquiry/SaveEnquiryForMOT",
    "SaveEnquiryForST": "http://localhost:56393/api/Enquiry/SaveEnquiryForST",
    "SaveEnquiryV2": "http://localhost:56393/api/EnquiryV2/SaveEnquiryV2",
    "SaveEnquiryValidation": "http://localhost:56393/api/AllocationValidate/SaveEnquiryValidation",
    "SaveEnquiryValidationV2": "http://localhost:56393/api/EnquiryV2/SaveEnquiryValidationV2",
    "SaveEnquiryWorkflow": "http://localhost:56393/api/Enquiry/SaveEnquiryWorkflow",
    "SaveEnquiryWorkflowV2": "http://localhost:56393/api/EnquiryV2/SaveEnquiryWorkflowV2",
    "SaveEventContent": "http://localhost:56393/api/Notification/SaveEventContent",
    "SaveEventDetail": "http://localhost:56393/api/Notification/SaveEventDetail",
    "SaveEventObjectPropertiesMapping": "http://localhost:56393/api/Notification/SaveEventObjectPropertiesMapping",
    "SaveEventRetrysettings": "http://localhost:56393/api/Notification/SaveEventRetrysettings",
    "SaveFavouriteItemForB2BApp": "http://localhost:56393/api/ManageFavourites/SaveFavouriteItemForB2BApp",
    "SaveFavouriteItemForSubDApp": "http://localhost:56393/api/CustomerApp/SaveFavouriteItemForSubDApp",
    "Savefeedback": "http://localhost:56393/Order/Savefeedback",
    "SaveGridColumn": "http://localhost:56393/api/GridConfiguration/SaveGridColumn",
    "SaveGridColumnConfiguration": "http://localhost:56393/api/GridConfiguration/SaveGridColumnConfiguration",
    "SaveItemFromSubDApp": "http://localhost:56393/api/CustomerApp/SaveItemFromSubDApp",
    "SaveJDETableConfiguration": "http://localhost:56393/api/SOCreationConfiguartion/SaveJDETableConfiguration",
    "SaveLoadedOrderInTruck": "http://localhost:56393/api/TruckInAndOut/SaveLoadedOrderInTruck",
    "SaveLookup": "http://localhost:56393/api/Lookup/SaveLookup",
    "SaveLookupCategory": "http://localhost:56393/api/Lookup/SaveLookupCategory",
    "SaveLorryReceipt": "http://localhost:56393/api/LorryReceipt/SaveLorryReceipt",
    "SaveMiscellaneousOrderDocument": "http://localhost:56393/api/Order/SaveMiscellaneousOrderDocument",
    "SaveNotes": "http://localhost:56393/api/Enquiry/SaveNotes",
    "SaveOrderDocumentType": "http://localhost:56393/api/Order/SaveOrderDocumentType",
    "SaveOrderFeedbackReply": "http://localhost:56393/api/Order/SaveOrderFeedbackReply",
    "SaveOrderInTruck": "http://localhost:56393/api/TruckInAndOut/SaveOrderInTruck",
    "SaveOrderTripCost": "http://localhost:56393/api/Order/SaveOrderTripCost",
    "SaveOutletForSubdApp": "http://localhost:56393/api/CustomerApp/SaveOutletForSubdApp",
    "SavePageRuleEvent": "http://localhost:56393/api/Page/SavePageRuleEvent",
    "SavePagewiseconfiguration": "http://localhost:56393/api/Page/SavePagewiseconfiguration",
    "SavePaymentPlan": "http://localhost:56393/api/PaymentPlan/SavePaymentPlan",
    "SavePaymentPlanTransporterMapping": "http://localhost:56393/api/PaymentPlanTransporterMapping/SavePaymentPlanTransporterMapping",
    "SavePaymentSlab": "http://localhost:56393/api/PaymentSlab/SavePaymentSlab",
    "SavePhoto": "http://localhost:56393/api/ManagePhoto/UploadPhoto",
    "SavePickupInformationForSelectedOrder": "http://localhost:56393/api/Order/SavePickupInformationForSelectedOrder",
    "SavePlateNumberAndDriverMapping": "http://localhost:56393/api/Transporter/SavePlateNumberDriverMapping",
    "SavePromotionB2B": "http://localhost:56393/api/Promotion/SavePromotionB2B",
    "SaveReasonCode": "http://localhost:56393/api/ManageEnquiry/SaveReasonCode",
    "SaveRoleMaster": "http://localhost:56393/api/Page/SaveRoleMaster",
    "SaveRoute": "http://localhost:56393/api/CompanyMaster/SaveRoute",
    "SaveSettingMaster": "http://localhost:56393/api/SettingMaster/SaveSettingMaster",
    "SaveShowCase": "http://localhost:56393/api/Transporter/SaveShowCase",
    "SaveSuppleirForCustApp": "http://localhost:56393/api/CustomerApp/SaveSetSupplierCustomerApp",
    "SaveTradeCompliance": "http://localhost:56393/api/CompanyMaster/SaveTradeCompliance",
    "SaveTransportVehicle": "http://localhost:56393/api/TransportVehicle/SaveTransportVehicle",
    "SaveTruckInDetails_old": "http://localhost:56393/api/TruckInAndOut/SaveTruckInDetails",
    //"SaveTruckInDetails": "http://localhost:56393/Bay/SaveTruckInDetails",
    "SaveTruckOutDetails": "http://localhost:56393/api/TruckInAndOut/SaveTruckOutDetails",
    "SaveUserProfile": "http://localhost:56393/api/UserProfile/SaveUserProfile",
    "ServiceActionList": "http://localhost:56393/api/Activity/ServiceActionList",
    "ShipConfirm": "http://localhost:56393/api/Order/UpdateShipConfirmStatus",
    "SoftDeleteGridColumn": "http://localhost:56393/api/GridConfiguration/SoftDeleteGridColumn",
    "SoftDeleteGridColumnConfiguration": "http://localhost:56393/api/GridConfiguration/SoftDeleteGridColumnConfiguration",
    "SoftDeleteSettingMaster": "http://localhost:56393/api/SettingMaster/SoftDeleteSettingMaster",
    "StoreCatalogItemsOfflineForB2B": "http://localhost:56393/api/ManageFavourites/StoreCatalogItemsOfflineForB2B",
    "SubActivityList": "http://localhost:56393/api/Activity/SubActivityList",
    "SyncEnquiryFromB2B": "http://localhost:56393/api/Enquiry/SyncEnquiryFromB2B",
    "TransporterAccountDetailListbyAccountName": "http://localhost:56393/api/PaymentRequest/TransporterAccountDetailListbyAccountName",
    "TransporterAccountDetailListbyCompanyId": "http://localhost:56393/api/PaymentRequest/TransporterAccountDetailListbyCompanyId",
    "UdateNotificationPreferencesDetails": "http://localhost:56393/api/CustomerApp/UdateNotificationPreferencesDetails",
    "UnloadedOrderInTruck": "http://localhost:56393/api/TruckInAndOut/UnloadedOrderInTruck",
    "UpadateSupplierDetailsB2BApp": "http://localhost:56393/api/ManageSupplier/UpadateSupplierDetailsB2BApp",
    "UpdateActivity": "http://localhost:56393/api/Activity/UpdateActivity",
    "UpdateBranchPlant": "http://localhost:56393/api/Enquiry/UpdateBranchPlantInEnquiry",
    "UpdateBranchPlantForParticularEnquiry": "http://localhost:56393/api/Enquiry/UpdateBranchPlantForParticularEnquiry",
    "UpdateBranchPlantForSelectedEnquiry": "http://localhost:56393/api/Enquiry/UpdateBranchPlantForSelectedEnquiry",
    "UpdateCompany": "http://localhost:56393/api/CompanyMaster/UpdateCompany",
    "UpdateConfirmedPickupDate": "http://localhost:56393/api/Order/UpdateConfirmedPickupDateInEnquiry ",
    "UpdateConfirmedPickupShift": "http://localhost:56393/api/Order/UpdateConfirmedPickupShift ",
    "UpdateContactInformation": "http://localhost:56393/api/CompanyMaster/UpdateContactInformation",
    "UpdateDeliveryStatusForOrder": "http://localhost:56393/api/Order/UpdateDeliveryStatusForOrder",
    "UpdateDimensionMapping": "http://localhost:56393/api/GridConfiguration/UpdateDimensionMapping",
    "UpDateDpAllData": "http://localhost:56393/api/Item/UpDateDpAllData",
    "UpdateDriverForSelectedOrder": "http://localhost:56393/api/Order/UpdateDriverInEnquiry",
    "UpdateEmailNotification": "http://localhost:56393/api/PortalNotification/UpdateEmailNotification",
    "UpdateEnquiry": "http://localhost:56393/api/Enquiry/UpdateEnquiry",
    "UpdateEnquiryProduct": "http://localhost:56393/api/Enquiry/UpdateEnquiryProduct",

    "UpdateEnquiryV2": "http://localhost:56393/api/EnquiryV2/UpdateEnquiryV2",
    "UpdateEventContent": "http://localhost:56393/api/Notification/UpdateEventContent",
    "UpdateEventDetail": "http://localhost:56393/api/Notification/UpdateEventDetail",
    "UpdateEventNotificationMarkAllAsRead": "http://localhost:56393/api/PortalNotifications/UpdateEventNotificationMarkAllAsRead",
    "UpdateEventObjectPropertiesMapping": "http://localhost:56393/api/Notification/UpdateEventObjectPropertiesMapping",
    "UpdateEventRetrysettings": "http://localhost:56393/api/Notification/UpdateEventRetrysettings",
    "UpdateFormBuilder": "http://localhost:56393/api/FormBuilder/Update",
    "UpdateItemAllocation": "http://localhost:56393/api/GratisOrder/UpdateItemAllocation",
    "UpdateLocationCapacityInEnquiry": "http://localhost:56393/api/Enquiry/UpdateLocationCapacityInEnquiry",
    "UpdateLoginDetailsB2BApp": "http://localhost:56393/api/ProfileDetails/UpdateLoginDetailsB2BApp",
    "UpdateLoginSetupSteps": "http://localhost:56393/api/CustomerApp/UpdateLoginSetupSteps",
    "UpdateManageNotificationDetailsB2BApp": "http://localhost:56393/api/ManageNotification/UpdateManageNotificationDetailsB2BApp",
    "UpdateNotificationPreferencesDetails": "  http://localhost:56393/api/CustomerApp/UpdateNotificationPreferencesDetails",
    "UpdateOrder": "http://localhost:56393/api/CreateOrder/UpdateOrder ",
    "UpdateOrderBranchPlant": "http://localhost:56393/api/Order/UpdateBranchPlantInOrder",
    "UpdateOrderCollected": "http://localhost:56393/api/Order/UpdateOrderCollected",
    "UpdateOrderCollectionDate": "http://localhost:56393/api/Order/UpdateCollectionDateInOrder",
    "UpdateOrderDelivered": "http://localhost:56393/api/Order/UpdateOrderDelivered",
    "UpdateOrderDeliveryLocation": "http://localhost:56393/api/Order/UpdateDeliveryLocationInOrder",
    "UpdateOrderforOM": "http://localhost:56393/api/CreateOrder/UpdateOrderforOM",
    "UpdateOrderForPickSlipInJDE": "http://localhost:56393/api/CreateOrder/UpdateOrderForPickSlipInJDE",
    "UpdateOrderFromBASEJDEBSSV": "https://demo.glassrun.biz:9007/api/HEINEKENBASEJDEBSSVOrder/UpdateOrderFromBASEJDEBSSV",
    "UpdateOrderNumberByOrderId": "http://localhost:56393/api/Order/UpdateOrderNumberByOrderId",
    "UpdateOrderPickSlipFromThirthParty": "http://localhost:56393/api/JDEService/UpdateOrderForPickSlipProcess",
    "UpdateOrderProduct": "http://localhost:56393/api/Order/UpdateOrderProduct",
    "UpdateOrderPromisedDate": "http://localhost:56393/api/Order/UpdatePromisedDateInOrder",
    //"UpdateOrderReceiveStatusV2": "http://localhost:56393/Order/UpdateOrderReceiveStatusV2",
    "UpdateOrderSchedulingDate": "http://localhost:56393/api/Order/UpdateSchedulingDateInOrder",
    "UpdateOrderStatusApi": "http://localhost:56393/Order/UpdateOrderStatus",
    "UpdatePagewiseconfiguration": "http://localhost:56393/api/Page/UpdatePagewiseconfiguration",
    "UpdatePalletInclusionGroup": "http://localhost:56393/api/DeliveryLocation/UpdatePalletInclusionGroup",
    "UpdatePassword": "http://localhost:56393/api/LoginCreation/UpdatePassword",
    "UpdatePaymentRequest": "http://localhost:56393/api/PaymentRequest/UpdatePaymentRequest",
    "UpdatePickDateForParticularEnquiry": "http://localhost:56393/api/Enquiry/UpdatePickDateForParticularEnquiry",
    "UpdatePickDateTimeForParticularOrder": "http://localhost:56393/api/Order/UpdatePickDateTimeForParticularOrder",
    "UpdatePickingDate": "http://localhost:56393/api/Order/UpdatePickingDate",
    "UpdatePickingDateFromFlow": "http://localhost:56393/Scheduling/OrderSchedulingFromFlow",
    "UpdatePickingDateWithWorkflow": "http://localhost:56393/api/Order/UpdatePickingDateWithWorkflow",
    "UpdatePickShift": "http://localhost:56393/api/Order/UpdatePickShift",
    "UpdatePlateNumberDetails": "http://localhost:56393/api/Order/UpdatePlateNumberDetails",
    "UpdateProfile": "http://localhost:56393/api/CustomerApp/UpdateProfile",
    "UpdateProfileDetailsB2BApp": "http://localhost:56393/api/ProfileDetails/UpdateProfileDetails",
    "UpdateProfileDetailsForSubDApp": "http://localhost:56393/api/CustomerApp/UpdateProfile",
    "UpdateProfilePhoto": "http://localhost:56393/api/UserProfile/UpdateUserProfilePhoto",
    "UpdatePromisedDate": "http://localhost:56393/api/Enquiry/UpdatePromisedDateInEnquiry",
    "UpdateReceivingLocationCapacity": "http://localhost:56393/api/DeliveryLocation/UpdateReceivingLocationCapacity",
    "UpdateRequestedDateForParticularEnquiry": "http://localhost:56393/api/Enquiry/UpdateRequestedDateForParticularEnquiry",
    "UpdateRequestedDateForParticularOrder": "http://localhost:56393/api/Order/UpdateRequestedDateForParticularOrder",
    "UpdateRoleMaster": "http://localhost:56393/api/Page/UpdateRoleMaster",
    "UpdateRule": "http://localhost:56393/api/Rule/UpdateRule",
    "UpdateSalesOrderFromThirthParty": "http://localhost:56393/api/JDEService/UpdateSalesOrder",
    "UpdateSchedulingDate": "http://localhost:56393/api/Enquiry/UpdateSchedulingDateInEnquiry",
    "UpdateShipToNameAndStatus": "http://localhost:56393/api/DeliveryLocation/UpdateShipToNameAndStatus",
    "UpdateStatusInEnquiry": "http://localhost:56393/api/Enquiry/UpdateStatusInEnquiry",
    "UpdateStatusInEnquiryFromWorkFlow": "http://localhost:56393/api/Enquiry/UpdateStatusInEnquiryFromWorkFlow",
    "UpdateTransporter": "http://localhost:56393/api/Order/UpdateTransporter",
    "UpdateTransporterForParticularEnquiry": "http://localhost:56393/api/Enquiry/UpdateTransporterForParticularEnquiry",
    "UpdateTruck": "http://localhost:56393/api/TruckSize/UpdateTruck",
    "UpdateUOMConversionFector": "http://localhost:56393/api/Item/UpdateItemUOMConversionFactor",
    "UpdateUserIdentityAlternateUserName": "http://localhost:56393/api/ManageLogin/UpdateUserIdentityAlternateUserName",
    "UpdateUserProfile": "http://localhost:56393/api/UserProfile/UpdateUserProfile",
    "UpdateWorkflow": "http://localhost:56393/api/Workflow/UpdateWorkflow",
    "UpdatingOnArrival": "http://localhost:56393/api/AppForm/UpdatingOnArrival",
    "UploadCompanyMnemonicList": "http://localhost:56393/api/CompanyMaster/UploadCompanyList",
    "UploadItemPriceList": "http://localhost:56393/api/CompanyMaster/UploadItemPriceList",
    "UploadItemPriceListPivot": "http://localhost:56393/api/CompanyMaster/UploadItemPriceListPivot",
    "UploadLocationDetailsB2BApp": "http://localhost:56393/api/ProfileDetails/UploadLocationDetails",
    "UploadPhoto": "http://localhost:56393/api/CustomerApp/UploadPhoto",
    "UploadPrductFeedbackFile": "http://localhost:56393/api/Order/UploadPrductFeedbackFile",
    "UploadResourcesKey": "http://localhost:56393/api/ResourcesKey/UploadResourcesKey",
    "UserDimensionPaging": "http://localhost:56393/api/GridConfiguration/UserDimensionPaging",
    "UserPagewiseconfiguration": "http://localhost:56393/api/Page/UserPagewiseconfiguration",
    "ValidateCustomerLogin": "http://localhost:56393/api/CustomerApp/ValidateCustomerLogin",
    "ValidateLicense": "http://localhost:56393/api/LicenseManagement/ValidateLicense",
    "WorkFlowAPI": "http://localhost:56393/WorkFlow/WorkFlowProcess",
    "WorkFlowGetProcessSteps": "http://localhost:56393/api/WorkFlow/WorkFlowGetProcessSteps",
    "WorkFlowProcess": "http://localhost:56393/api/WorkFlow/WorkFlowProcess",
    "GetCustomerDetailsBySupplier": "http://localhost:56393/ManageCustomer/GetCustomerDetailsBySupplier",
    "GetFavouriteItemsForB2B": "http://localhost:56393/Product/GetFavouriteItemsForB2B",
    "GetItemsForB2B": "http://localhost:56393/Product/GetItemsForB2B",
    "GetOwnCatalogItemsForB2B": "http://localhost:56393/Product/GetOwnCatalogItemsForB2B",
    "GetSQLCurrentDatetimeAndZone": "http://localhost:56393/Common/GetSQLCurrentDatetimeAndZone",
    "InsertApplogging": "http://localhost:56393/Common/InsertApplogging",
    "LoadAllAppFormList": "http://localhost:56393/Configurations/LoadAllAppFormList",
    "LoadAllCultureMaster": "http://localhost:56393/Common/LoadAllCultureMaster",
    "LoadAllPagesMenuListB2BApp": "http://localhost:56393/Common/LoadAllPagesMenuListB2BApp",
    "LoadAllSettingMaster": "http://localhost:56393/Common/LoadAllSettingMaster",
    "LoadAppRulesList": "http://localhost:56393/Rules/LoadAppRulesList",
    "LoadLookupForApp": "http://localhost:56393/Common/LoadLookupForApp",
    "LoadPhotoSubDApp": "http://localhost:56393/api/ManageLogin/GetProfileDetails",
    "LoadProfileDetailsForSubDApp": "http://localhost:56393/api/ManageLogin/GetProfileDetails",
    "LoadProfileLocationDetails": "http://localhost:56393/ManageLocation/GetLocationDetails",
    "PageLevelConfigurationForApp": "http://localhost:56393/Configurations/PageLevelConfigurationForApp",
    "ResourceDataForApp": "http://localhost:56393/Common/ResourceDataForApp",
    "UpadateManageCusomerDetailsB2BApp": "http://localhost:56393/ManageCustomer/UpadateManageCusomerDetailsB2BApp",
    "UpdateEULAB2BApp": "http://localhost:56393/Common/UpdateLoginHistoryB2BApp",
    "UpdateRegeneratedLoginOTP": "http://localhost:56393/api/ManageLogin/RegenerateOTP",
    "ValidateB2BLogin": "http://localhost:56393/api/CustomerApp/ValidateB2BLogin",
    "PurchaseEnquiryConfirmBySupplier": "http://localhost:56393/PurchaseEnquiry/PurchaseEnquiryConfirmBySupplier",
    "CreatePurchaseOrder": "http://localhost:56393/PurchaseEnquiry/CreatePurchaseOrder",
    "ConfirmPurchaseEnquiryByPlanner": "http://localhost:56393/PurchaseEnquiry/ConfirmPurchaseEnquiryByPlanner",
    "UpdateStockDetails": "http://localhost:56393/InvertoryStock/UpdateStockDetails",
    "PurchaseOrderConfirmationBySupplier": "http://localhost:56393/PurchaseOrder/PurchaseOrderConfirmationBySupplier",
    "CreateSalesOrder": "http://localhost:56393/Order/CreateSalesOrder",
    "ResourceData": "http://localhost:56393/Common/ResourceDataForApp",
    "ValidateLogin": "http://localhost:56393/glassRUNFrameworkLogin/ValidateLogin",
    "OrderScheduling": "http://localhost:56393/Scheduling/OrderScheduling",
    "AllocateOrdersToFLDFromWorkFlow": "http://localhost:56393/WorkOrder/AllocateOrdersToFLDFromWorkFlow",
    "WorkOrderScheduling": "http://localhost:56393/WorkOrder/WorkOrderScheduling",
    "UpdateSalesOrderByOrderNumber": "http://localhost:56393/WorkOrder/UpdateSalesOrderByOrderNumber",
    "GetOrderAndInsertIntoSalesOrderDetails": "http://localhost:56393/Order/GetOrderAndInsertIntoSalesOrderDetailsV2",
    "CompleteRun": "http://localhost:56393/Order/CompleteRun",
    "BroadcastMessage": "http://localhost:56393/api/SignalRMessage/BroadcastMessage",
    "MapData": "https://openroute.glassrun.biz/vietnam/ors/v2/directions/driving-car/json",
    "LoadOrderDocumentByPlanNumber": "http://localhost:56393/Order/LoadOrderDocumentByPlanNumber",
    "RegeneratePlan": "http://localhost:56393/api/SuggestiveRunScheduling/RegeneratePlan",
    "CalculateDistanceAndTimeForManualPlan": "http://localhost:56393/api/SuggestiveRunScheduling/CalculateDistanceAndTimeForManualPlan",
    "FreightManagementPlan": "http://localhost:56393/api/transport/plan",
    "CreateOrderV2": "http://localhost:56393/Order/CreateOrderV2",
    "LoadOrderDocumentByOrderNumber": "http://localhost:56393/Order/LoadOrderDocumentByOrderNumber",
    "SaveTruckInDetails": "http://localhost:56393/Bay/SaveTruckInDetailsFromElsaWorkflow",
    "UpdateOrderReceiveStatusV2": "http://localhost:56393/Order/UpdateOrderReceiveStatusV2",
    "SaveTruckInDetailsFromElsaWorkflow": "http://localhost:56393/Bay/SaveTruckInDetailsFromElsaWorkflow",
    "SaveTruckOutDetailsFromElsaWorkflow": "http://localhost:56393/Bay/SaveTruckOutDetailsFromElsaWorkflow",
    "CreateEnquiryWithWorkFlow": "http://localhost:56393/ManageEnquiry/CreateEnquiryWithWorkFlow",
    "GetAllWaitingSoEnquiryDetailsForExport": "http://localhost:56393/ManageEnquiry/GetAllWaitingSoEnquiryDetailsForExport",
    "PageLevelConfigurationForAppOld": "http://localhost:56393/api/Page/PageLevelConfigurationForApp",
    "GetAppPageControlAccessByPageIdAndRoleAndUserIDOld": "http://localhost:56393/api/Page/GetAppPageControlAccessByPageIdAndRoleAndUserID",
    "GetAllTemplateFormsByProcessType": "http://localhost:56393/Configurations/GetAllTemplateFormsByProcessType",
    "SaveDynamicFormdataForTruck": "http://localhost:56393/api/TruckInAndOut/SaveDynamicFormdataForTruck",
    "UpdateCurrentStateForTruck": "http://localhost:56393/api/TruckInAndOut/UpdateCurrentStateForTruck",
    "LoadDPAllDataByOrderId": "http://localhost:56393/api/AppForm/LoadDPAllDataByOrderId",
    "UpDateDpAllDataV2": "http://localhost:56393/api/Item/UpDateDpAllData",
    "ExportToExcelForAwaitingDOFileFromSalesOrder": "http://localhost:56393/ManageEnquiry/GetAwaitingDOFileFromSalesOrderForExportToExcel",
    "GetStatusWiseColorListByRoleId": "http://localhost:56393/Configurations/GetStatusWiseColorListByRoleId",
    "AwaitingSuggestivePlanActivityAPI": "https://x4myanmar_glassflow.glassrun.biz/api/glassflow/trigger/AwaitingSuggestivePlanActivity",
    "SuggestivePlanCreatedActivityELSAAPI": "https://localhost:7238/api/glassflow/trigger/SuggestivePlanCreatedActivity",
    "OrderStatusResetActivityELSAAPI": "https://localhost:7238/api/glassflow/trigger/SuggestivePlanCreatedActivity"
  },
  //"ApiValadationList": [
  //  "AppRejCustEnquiry",
  //  "ApproveEnquiry",
  //  "BulkInserGratisOrder",
  //  "BulkInserItemAllocation",
  //  "Campaign",
  //  "CancelInquiry",
  //  "CancelOrder",
  //  "CheckDuplicateTransportVehicale",
  //  "CreateItemPrice",
  //  "DeleteDraftEnquiryByEnquiryId",
  //  "DeleteEnquiry",
  //  "DeleteFeedbackOrderById",
  //  "DeletePlateNumberDriver",
  //  "DownloadDataExportFile",
  //  "EditEnquiryWithWorkFlow",
  //  "GetAllCollectionLocationListByShipTo",
  //  "GetAllCollectionLocationProductLevel",
  //  "GetAllCompanyListByItemId",
  //  "GetAllGridBind_Paging",
  //  "GetAllTransportersListByShipToBranchPlantAndTruckSize",
  //  "GetCollectionPickUpDateForGrid",
  //  "GetConsolidatedProducts",
  //  "GetContactInformationDetailsByCompanyId",
  //  "GetFunctionStatusMappingListByPageId",
  //  "GetItemAllocation",
  //  "GetItemPriceVariationsListByItem",
  //  "GetMDMuploadByFileName",
  //  "GetNoteByObjectId",
  //  "GetOrderConfirmationPending",
  //  "GetPackTypeForTLP",
  //  "GetPageLevelConfiguration",
  //  "GetPlateNumberByCarrierId",
  //  "GetPlateNumberDriverMappingById",
  //  "GetProductCurrenttStockPosition",
  //  "GetProposedDeliveryDate",
  //  "GetReceivingLocationBalanceCapacity",
  //  "GetRuleForPalletConsumptionAndValidation",
  //  "GetRuleValueForPackingItem",
  //  "GetStatusWiseColorList",
  //  "InsertReasonMappingCode",
  //  "LoadAllBranchPlantList",
  //  "LoadAllDeliveryLocation",
  //  "LoadAllDriverList",
  //  "LoadAllProducts",
  //  "LoadAllShifts",
  //  "LoadAllWorkFlowStepsUsingFunctionStatusMapping",
  //  "LoadAvailableCreditLimitOfCustomer",
  //  "LoadDraftEnquiry",
  //  "LoadDriverByCarrier",
  //  "LoadDriverPlateNumberMapping",
  //  "LoadEmptiesLimitofCustomer",
  //  "LoadEnquiryByEnquiryId",
  //  "LoadFeedbackByOrderId",
  //  "LoadGratisOrderBySoldToId",
  //  "LoadInvoiceDetailsOfCustomer",
  //  "LoadItemAllocationRulesDetailsList",
  //  "LoadItemAllocationRulesDetailsList_ExportToExcel",
  //  "LoadItemDetaiByItemId",
  //  "LoadLookupForApp",
  //  "LoadMenuList",
  //  "LoadOrderDocumentByOrderIdAndDocumentType",
  //  "LoadOrderDocumentListDocs",
  //  "LoadOrderProductById",
  //  "LoadPromisedDatePickUpDateInEnquiry",
  //  "LoadPromisedDatePickUpDateInOrder",
  //  "LoadPromisedDateSelectedEnquiry",
  //  "LoadRelatedEnquiryByEnquiryId",
  //  "LoadStockAndCarrierEnquiry",
  //  "LoadWorkFlowActivityLog",
  //  "ManagePricingForCustomers",
  //  "ReapproveEnquiry",
  //  "ReceiveOrderV2",
  //  "RejectOrder",
  //  "RPMOrderDetailByOrderId",
  //  "SaveBulkDescipancyData",
  //  "SaveContactInformation",
  //  "SaveCustomerGroup",
  //  "SaveDescipancyData",
  //  "saveEnquiry",
  //  "saveEnquirySaveDraftEnquiryV2",
  //  "saveEnquirySaveEnquiryWorkflowV2",
  //  "saveEnquiryUpdateEnquiryV2",
  //  "SaveEnquiryWorkflowV2",
  //  "Savefeedback",
  //  "SavePlateNumberAndDriverMapping",
  //  "SellerDashboard",
  //  "UpdateBranchPlantForParticularEnquiry",
  //  "UpdateBranchPlantForSelectedEnquiry",
  //  "UpdateContactInformation",
  //  "UpdateEmailNotification",
  //  "UpdateEnquiryV2",
  //  "UpdateLoginHistoryB2BApp",
  //  "UpdateOrderCollectionDate",
  //  "UpdatePickDateForParticularEnquiry",
  //  "UpdateProfilePhoto",
  //  "UpdateRequestedDateForParticularEnquiry",
  //  "UpdateRequestedDateForParticularOrder",
  //  "UpdateTransporterForParticularEnquiry",
  //  "ExportToExcelForGratisEnquiryList",
  //  "GetTransationDetailsList",
  //  "ActivateDeactivateCategoryMaster",
  //  "ActivateDeactivateItemMaster",
  //  "AdvertisingBannerList",
  //  "AllJsonFromDeliveryApp",
  //  "AllJsonFromDeliveryAppV2",
  //  "AllocateOrdersToFLD",
  //  "AllOrderJsonFromDeliveryAppOnRequestV2",
  //  "ApproveEnquiryNoCreditLimit",
  //  "ApproveItemVersionFormat",
  //  "ApproveRejectenqOfCustomer",
  //  "AssignAutoShift",
  //  "BinMasterList",
  //  "BinMasterList",
  //  "BinValidation",
  //  "BrandList",
  //  "BrandLogo",
  //  "BreweryBranchPlantList",
  //  "ChangePassword",
  //  "ChangePasswordOnMultitenancy",
  //  "ChangePasswordV2",
  //  "CheckAlreadyExistItemVersionFormat",
  //  "CheckAppVersion",
  //  "CheckAppVersion",
  //  "CheckAppVersion_Old",
  //  "CheckCustomerForTLPandSDIP",
  //  "CheckForOrderIsCompleted",
  //  "CheckForTruckInForOrderV2",
  //  "CheckItemVersionExist",
  //  "CheckItemVersionFormat",
  //  "ConfirmCountCheck",
  //  "ConfirmPurchaseEnquiryByPlannerWorkflow",
  //  "ConfirmPurchaseEnquiryFromWorkFlow",
  //  "ConfirmPurchaseOrderFromWorkFlow",
  //  "ContactInformationUpDateOnMultitenancy",
  //  "CreateCampaign",
  //  "CreateEnquiryWithWorkFlow",
  //  "CreatePurchaseEnquiry",
  //  "CreatePurchaseOrder",
  //  "CreatePurchaseOrderFromWorkflow",
  //  "DataExportRequest",
  //  "DeactivatedAndActivatedBay",
  //  "DeactiveActiveItem",
  //  "DeactiveActiveItemPriceVariation",
  //  "DeleteBrandMaster",
  //  "DeleteDraftEnquiry",
  //  "DeleteJob",
  //  "DeleteLoginByLoginId",
  //  "DeleteOrderScheduling",
  //  "DeleteTransportVehicleById",
  //  "DistanceCalculation",
  //  "DISWebServiceCall",
  //  "DownloadFile",
  //  "DownloadMasterFileTemplate",
  //  "DownloadUploadedFile",
  //  "DuplicateTransporterCheck",
  //  "EditEnquiryOfCustomer",
  //  "EnquiryApproval",
  //  "EnquiryList",
  //  "ExportToExcelForDescripancy",
  //  "ExportToExcelForReport",
  //  "ExportToExcelForRPMOrderListDetails",
  //  "GetActionRuleTypeMapping",
  //  "GetAllActivePromotionItemListForCustomer",
  //  "GetAllAppWorkFlowActivity",
  //  "GetAllBayListForForkLift",
  //  "GetAllBrandsPaging",
  //  "GetAllCollectionLocationForProductLevelList",
  //  "GetAllCollectionLocationList",
  //  "GetAllCompanyAsTransporter",
  //  "GetAllCustomerListB2BApp",
  //  "GetAllCutomerGroupList",
  //  "GetAllCutomerList",
  //  "GetAllData",
  //  "GetAllFilterParametersByPageId",
  //  "GetAllForecastDetailByItemCode",
  //  "GetAllGridBind",
  //  "GetAllItemMaster",
  //  "GetAllProductCategories",
  //  "GetAllSettingMaster",
  //  "GetAllShowCaseByCompany",
  //  "GetAllSortingParametersByPageId",
  //  "GetAllSupplierDetailsB2BApp",
  //  "GetAllTruckSizeListByVehicleId",
  //  "GetAllWorkFlowByProcessType",
  //  "GetAppNotificationsByUserId",
  //  "GetAppPageControlAccessByPageIdAndRoleAndUserID",
  //  "GetAppRatingByUser",
  //  "GetB2BvsTraditionalOrdering",
  //  "GetBrandTotalVolumeAndValue",
  //  "GetCampaignData",
  //  "GetChildUserList",
  //  "GetCollectionAndDeliverSeq",
  //  "GetConfirmationPendingOrders",
  //  "GetCustomerGroupList",
  //  "GetDailyProductionPlan",
  //  "GetDataExport",
  //  "GetDeriverPlanSequence",
  //  "GetDescipancyFollowUpDetails",
  //  "GetDescripancyConfigurations",
  //  "GetDocumentData",
  //  "GetEnquiriesActions",
  //  "GetEnquiryDetailsByPromisedDateAndSoldTo",
  //  "GetEnquiryList",
  //  "GetFavouriteItemsForB2B",
  //  "GetFilterDataForGrid",
  //  "GetFLDData",
  //  "GetFrequencyCheckForShipTo",
  //  "GetGroupingForSDIP",
  //  "GetInvoiceDetailsForGR",
  //  "GetItemListForPriceSetup",
  //  "GetItemListForPriceSetupPivot",
  //  "GetItemPriceVariationsList",
  //  "GetItemPromotionAllocation",
  //  "GetItemStock",
  //  "GetItemVersionByParameters",
  //  "GetItemVersionList",
  //  "GetLocationDetails",
  //  "GetLocationDetailsByLocationType",
  //  "GetLoyaltyManagementProgram",
  //  "GetManageCustomers",
  //  "GetManageCustomersGroup",
  //  "GetManagePriceForCustomer",
  //  "GetOrderData",
  //  "GetOrderList",
  //  "GetOrderQuantityData",
  //  "GetOrdersActions",
  //  "GetOrderSuggestions",
  //  "GetOrderTotalValue",
  //  "GetOrderTotalVolume",
  //  "GetOrderTransactionHistory",
  //  "GetOwnCatalogItemsForB2B",
  //  "GetPackType",
  //  "GetPageRoleWiseAccessDetailByRoleORUserID",
  //  "GetPasswordPolicyByRoleMasterId",
  //  "GetPendingPOByPreEnquiryNumber",
  //  "GetPriceVariationsList",
  //  "GetProductCatalogList",
  //  "GetProfileDetails",
  //  "GetProposedOrderBySoldTo",
  //  "GetPurchaseItemList",
  //  "getReason",
  //  "GetReasonAndDescFollowUpDetails",
  //  "GetRecevingCapacityasPerShipToAndRequestDate",
  //  "GetResourceData",
  //  "GetRoleWiseStatusList",
  //  "GetRuleValue",
  //  "GetSalesForecastBySoldTo",
  //  "GetSellerProductCatalog",
  //  "GetShiftsData",
  //  "GetShiftsDataAsPerRole",
  //  "GetSkuTotalVolumeAndValue",
  //  "GetSubDistributorIncentiveProgram",
  //  "GetSubDistributorIncentiveProgramHistory",
  //  "GetSuperUserList",
  //  "GetSupplierList",
  //  "GetSupplierLocationList",
  //  "GetTradeComplianceByCustomerCode",
  //  "GetTradeLoyaltyProgram",
  //  "GetTradeLoyaltyProgramHistory",
  //  "GetTransportVehicleById",
  //  "GetTruckDetailByLocationIdAndCompanyId",
  //  "GetUnassignedBayQueueDetails",
  //  "GetWeeklySafetyStock",
  //  "GetWorkOrderGridData",
  //  "GetWorkOrderItemData",
  //  "GetZeroTouchValidationFlow",
  //  "GratisFileUpload",
  //  "HistoryRPMOrderDetailByOrderId",
  //  "InActiveItemVersionFormat",
  //  "InActiveItemVersionNumber",
  //  "InsertAndUpdateLoginHistory",
  //  "InsertAndUpdateRoleWisePageMappingAndRoleWiseFieldAccess",
  //  "InsertApplogging",
  //  "InsertOrUpdatePageLevelConfigurationForOOS",
  //  "InsertOrUpdateSoldMaxQuantityMapping",
  //  "InsertUserLatLong",
  //  "InsertWorkFlowActivityLog",
  //  "ItemBasePriceBulkUploadV2",
  //  "ItemVersionFormatById",
  //  "LastSyncRecordFromDeliveryApp",
  //  "LastSyncRecordFromDeliveryAppV2",
  //  "LoadAllAppFormList",
  //  "LoadAllCompanyDetailListByDropDown",
  //  "LoadAllCultureMaster",
  //  "LoadAllEnvironmentUrl",
  //  "LoadAllItemVersionFormatPaging",
  //  "LoadAllItemVersionMasterPaging",
  //  "LoadAllRoleMaster",
  //  "LoadAllSettingMaster",
  //  "LoadAllShipToDetailListByDropDown",
  //  "LoadAppRulesList",
  //  "LoadCapsuleDetails",
  //  "LoadEventNotificationOfPortalByLoginId",
  //  "LoadForkListActivityViewDetails",
  //  "LoadGridConfiguration",
  //  "LoadLoginDetailByLoginId",
  //  "LoadLookupList",
  //  "LoadOrderDocumentByOrderNumberAndType",
  //  "LoadOrderDocumentList",
  //  "LoadOrderList",
  //  "LoadPurchaseEnquiryByPurchaseNumber",
  //  "LoadPurchaseOrderByPurchaseNumber",
  //  "LoadQueueDetails",
  //  "LoadSellerDashboard",
  //  "LoadTemplateDataForm",
  //  "LoadUploadedFileInformation",
  //  "MappedCampaignToUser",
  //  "MarkOrderAsShipped",
  //  "MarkReadEventNotificationOfPortalByLoginId",
  //  "MarkShowcaseAsRead",
  //  "MDMFileProcessingService",
  //  "OrderCompartmentFromDeliveryAppV2",
  //  "OrderDetailByOrderNumber",
  //  "OrderDetailsByOrderId",
  //  "OrderingFrequencyForOutletsCompletedOneWeek",
  //  "OrderingFrequencyForTheOutletsOnboardedToday",
  //  "OrderList",
  //  "OrderMovementFromDeliveryApp",
  //  "OrderMovementFromDeliveryAppV2",
  //  "OrderProductFromDeliveryApp",
  //  "OrderProductFromDeliveryAppV2",
  //  "OrderProductMovementFromDeliveryApp",
  //  "OrderProductMovementFromDeliveryAppV2",
  //  "OrderSurveyFromDeliveryAppV2",
  //  "PageLevelConfigurationForApp",
  //  "PdcInformationFromDeliveryAppV2",
  //  "PercentageOrdersUsingUpsell",
  //  "PercentageOrderVolumeUsingUpsell",
  //  "PercentageOutletsUsingUpsell",
  //  "GetAllCompanyAsTransporter",
  //  "GetAllTruckSizeListByVehicleId",
  //  "CheckDuplicateTransportVehicale",
  //  "SaveTransportVehicle",
  //  "GetTransportVehicleById",
  //  "DeleteTransportVehicleById",
  //  "GetDescripancyConfigurations",
  //  "GetReasonAndDescFollowUpDetails",
  //  "GetDescipancyFollowUpDetails",
  //  "SaveDescipancyData",
  //  "SaveBulkDescipancyData",
  //  "GetMDMuploadByFileName",
  //  "LoadUploadedFileInformation",
  //  "DownloadUploadedFile",
  //  "SaveUploadMasterData",
  //  "SearchPreEnquiryList",
  //  "SearchForecastEnquiryList",
  //  "SearchForecastEnquiryHistoryList",
  //  "PICreationList",
  //  "PlannerPurchaseEnquiryList",
  //  "ProceedToQueue",
  //  "ProcessRequestForBuffer",
  //  "ProductSubTotalByBranchPlant",
  //  "RateOfAdoption",
  //  "ReasonCodeList",
  //  "ReceiveOrder",
  //  "RegenerateOTPV2",
  //  "RejectPurchaeEnquiryBySupplier",
  //  "RejectPurchaseEnquiry",
  //  "RejectPurchseEnquiryByPlanner",
  //  "RequestForUpdateContactInformation",
  //  "ResetRejectedItemByPlanner",
  //  "ResetRPMOrder",
  //  "ResourceData",
  //  "RPMOrderByRelatedOrderNumber",
  //  "SalesOrderList",
  //  "SalesOrderScheduling",
  //  "SaveBinMaster",
  //  "SaveBrandMaster",
  //  "SaveBulkDescripancyDetails",
  //  "SaveCategoryMaster",
  //  "SaveConfirmCountQty",
  //  "SaveCustomersGroup",
  //  "SaveDescripancyDetails",
  //  "SaveDynamicTemplateFormData",
  //  "SaveFavouriteItemForB2BApp",
  //  "SaveItemMaster",
  //  "SaveItemVersionFormat",
  //  "SaveItemVersionMaster",
  //  "SaveNewItemPrice",
  //  "SaveNotes",
  //  "SaveRating",
  //  "SaveTransportVehicle",
  //  "SaveUploadMasterData",
  //  "SearchBinMasterList",
  //  "SearchEnquiryList",
  //  "SearchForecastEnquiryHistoryList",
  //  "SearchForecastEnquiryList",
  //  "SearchGratisHistoryList",
  //  "SearchGratisList",
  //  "SearchHistoryOrderList",
  //  "SearchOrderDetailsList",
  //  "SearchOrderList",
  //  "SearchPhysicalBinMasterList",
  //  "SearchPreEnquiryList",
  //  "SearchPurchaseEnquiryList",
  //  "SearchPurchaseOrderList",
  //  "SearchSalesAutoShiftOrderList",
  //  "SearchSalesOrderList",
  //  "SearchUserDetails",
  //  "SearchWorkOrderList",
  //  "SupplierCompanyList",
  //  "SyncUserDeviceData",
  //  "SystemWeekWiseAnalysis",
  //  "TimeForFirstOrder",
  //  "UpdateBayDetails",
  //  "UpdateBayForForkListDriver",
  //  "UpdateBranchPlantForParticularEnquiryProductLevel",
  //  "UpdateCancelInquiry",
  //  "UpdateCancelOrder",
  //  "UpdateCategoryMaster",
  //  "UpdateEULAB2BApp",
  //  "UpdateItemPrice",
  //  "UpdateItemVersionFormat",
  //  "UpdateItemVersionMaster",
  //  "UpdateModeOfTransport",
  //  "UpdateOrderCurrentStatus",
  //  "UpdateOrderDocumentFromDeliveryApp",
  //  "UpDateOrderFromDeliveryApp",
  //  "UpDateOrderFromDeliveryAppV2",
  //  "UpdateOrderStatusWithWorkFlow",
  //  "UpdatePickDateTimeForParticularSalesOrder",
  //  "UpdatePlanNumberSequence",
  //  "UpdatePriorityDetails",
  //  "UpdateProfileDetails",
  //  "UpdatePurchaseEnquiryDownloaded",
  //  "UpdateRejectOrder",
  //  "UpdateRequestDateAfterRecevingCapacityValidation",
  //  "UpdateTransporterForOrders",
  //  "UpdateWorkOrder",
  //  "UpdateWorkOrderSurplusQty",
  //  "UpdatingOnArrival",
  //  "Upload",
  //  "UploadCampaignUserList",
  //  "UploadItemPriceList",
  //  "UploadItemPriceListPivot",
  //  "UploadLocationDetails",
  //  "UploadMasterData",
  //  "UploadPurchaseOrderDocument",
  //  "UserDetailsInSignalr",
  //  "ValidateUserAndOnboardingReference",
  //  "ValidateUserName",
  //  "ValidateUserNameAndMobileNumber",
  //  "ValidateUserTokenKey",
  //  "ZeroTouchValidationError",
  //  "OrderScheduling"
  //],
  "1ApiEncryptionList": [
    "LoadAllSettingMaster",
    "LoadLookupForApp",
    "StatusWiseColorList",
    "PageLevelConfigurationForApp",
    "GetAppPageControlAccessByPageIdAndRoleAndUserID",
    "LoadAllPagesMenuListB2BApp",
    "GetUserDetailsByUsername",
    "GetUserFullDetailsByUsername"
  ],
  "ResponseEncryptionAppType": "4605",
  "ResponseEncryptionAppVersion": "12.0.30",
  "StatusForDriverPlateNumberUpdate": "100,1002,1007,10071,1008,101,1018,102,1022,10310,521,525,539,560,620,719,720,824,825,826,995,403,404,601,2005",
  "StatusForDriverShiftUpdate": "100,1002,1007,10071,1008,101,1018,102,1022,10310,521,525,539,560,620,719,720,824,825,826,995,403,404,601,499,2004",
  "StatusForRunAlreadyStarted": "719,102",
  "DOCreationStatus": "404",
  "SchedulingCreationStatus": "501",
  "SOCreationStatus": "401",
  "RedisEndPoints": "redis-service.redis.svc.cluster.local:6379",
  "RedisEnabled": false,
  "CacheStrategy": "Memory",
  "CacheExpiration": "24",
  "BasePath": "D:/", //Dev folder path is: /mnt/shared/dev/    QA folder path is: /mnt/shared/qa/    Prod folder path is: /mnt/shared/prod/,
  "FilePathExport": "BP_IMP/DataExport/",
  "FilePathAdvertisingBanner": "Azure TFS/glassRUNProduct/Portal-WebAPI/glassRUNProduct/Images/AdvertisingImage",
  "FilePathNotificationImage": "Azure TFS/gRPortal/glassRUN-Portal/Portal-WebAPI/glassRUNProduct/Images/NotificationImages",
  "PurchaseUploadUploadPath": "glassRUN_Implementations/Dev_Environment/InterfaceFiles",
  "ItemVersionUploadUploadPath": "glassRUN_Implementations/Dev_Environment/InterfaceFiles/ItemVersionUploadFile",
  "FilePathItemMaster": "Azure TFS/glassRUNProduct/Portal-WebAPI/glassRUNProduct/Images/ProductImages",
  "IsUseCors": "false", //Portal=true , App=false
  "CorsSites": "http://localhost:8094",
  "glassRUNApiUrl": "http://localhost:56393",
  "glassRUNApiUrlOrder": "http://localhost:56393",
  "AllowedHosts": "*",
  "ServiceOptions": {
    "UomConversion": {
      "BatchSize": 1000,
      "MaxBatchSize": 10000,
      "RetentionDays": 30
    },
    "TruckSize": {
      "BatchSize": 1000,
      "MaxBatchSize": 10000,
      "RetentionDays": 30
    },
    "Location": {
      "BatchSize": 1000,
      "MaxBatchSize": 10000,
      "RetentionDays": 30
    },
    "BranchPlant": {
      "BatchSize": 1000,
      "MaxBatchSize": 10000,
      "RetentionDays": 30
    },
    "Item": {
      "BatchSize": 1000,
      "MaxBatchSize": 10000,
      "RetentionDays": 30
    },
    "DepositAmount": {
      "BatchSize": 1000,
      "MaxBatchSize": 10000,
      "RetentionDays": 30
    },
    "ItemPrice": {
      "BatchSize": 1000,
      "MaxBatchSize": 10000,
      "RetentionDays": 30
    },
    "Route": {
      "BatchSize": 1000,
      "MaxBatchSize": 10000,
      "RetentionDays": 30
    },
    "Transporter": {
      "BatchSize": 1000,
      "MaxBatchSize": 10000,
      "RetentionDays": 30
    },
    "Customer": {
      "BatchSize": 1000,
      "MaxBatchSize": 10000,
      "RetentionDays": 30
    }
  },
  "ChannelValidityPeriodManual": 1440,
  "EnvironmentCode": "1414",
  "CalculateInventoryUrl": "",
  "DISIntegrationUserName": "",
  "DISIntegrationPassword": "",
  "ExpirestimeInMinute": "240",
  "CultureInfoValue": "en-GB",
  "SOOrderUploadUploadPath": "MBI Project/SalesOrder",
  "DOOrderUploadUploadPath": "MBI Project/DeliveryOrder",
  "PurchasePreEnquiryUploadPath": "TempFile/InterfaceFiles",
  "PurchaseUploadTemplate": "TempFile/FileTemplate/PurchaseUploadTemplate.xlsx",
  "ItemVersionUploadTemplate": "TempFile/FileTemplate/ItemVersionUploadTemplate.xlsx",
  "EnquiryExcelUploadPath": "ABPS/ExcelFIle/Put",
  "GratisOrder": "TempFile/GratisOrder",
  "ATPAndItemAllocationFiles": "TempFile/ATPAllocationFile",
  "SelectedSKUFiles": "TempFile/SelectedSKUFiles",
  "UploadEnquiryUploadPath": "EnquiryUpload/ExcelFIle/Put",
  "GratisFilePath": "GratisFile/Put",
  "GratisFileOrd": "GratisFile/Put",
  "FileTempUploadPath": "TMS Project/temp_folder",
  "PasswordOnSignup": "New@1234",
  "CustomerMasterUploadPath": "glassRUN_Implementation/glassRUN_Secondary_Market_Demo/CustomerUpload",
  "ItemMasterUploadPath": "TMS Project/MasterTemplate",
  "SingleSignOnUserName": "AIzaSyD9I7yVwNbw86m1F1",
  "SingleSignOnPassword": "New@1234",
  "ZoneLocationMappingExcelFilePath": "Users/dell/Desktop/Templates/ExcelUpload",
  "ZoneCodeUploadTemplate": "TempFile/InterfaceFiles/ZoneCodeUpload",
  "SOOrderUploadTemplate": "glassRUN_Implementation/glassRUN-MBI-UAT-V14/Files/Template",
  "DOOrderUploadTemplate": "glassRUN_Implementation/glassRUN-MBI-UAT-V14/Files/Template",
  "OrderSheetTemplate": "glassRUN_Implementation/glassRUN-MBI-UAT-V14/Files/Template",
  "OrderSheetUploadPath": "MBI Project/OrderSheet",
  "ZoneCodeUploadUploadPath": "TempFile/InterfaceFiles/ZoneCodeUpload",
  "CheckDuplicateUserNameInMultitenancy": "true",

  "NodeAPIUrlManualApproval": "http://localhost:56393/ManualApproveEnquiryV2",
  "NodeAPIUrlCreateEnq": "http://localhost:56393/CreateEnquiryV2",
  "MOTNodeAPIUrl": "http://localhost:56393/ApproveEnquiry",
  "FolderForExcelFileCreation": "VMIExcelFile",
  "MOTOrderFilePath": "MOT/MOTOrderFilePath",
  "OutPutFilePath": "MOT/OutPutFilePath",
  "MoveMOTOrderFile": "MOT/MoveMOTOrderFile",
  "ADAUploadDirectory": "UploadDirectory",


  "NodeAPIUrl": "http://localhost:56393/ApproveEnquiry",
  "MpsUploadUploadPath": "Azure TFS/InterfaceFiles/MasterSchedulingPlannerUploadFile",
  "OCRUploadfileReadPath": "Users/dell/Desktop/Heinken/pdfTemplates/A Chau.pdf",
  "OCRUploadPath": "TempFolder/BrandImg",
  "FilePathBrandMaster": "TempFolder/BrandImg",
  "isPoNumberShouldBeCheckedWithPdf": false,
  "isVehicleNumberShouldBeCheckedWithPdf": false,
  "isDriverNumberShouldBeCheckedWithPdf": false,
  "isItemCodeShouldBeCheckedWithPdf": true,
  "ErrorMsgForDriverInOCRPdf": "Driver_Not_Found",
  "ErrorMsgForVehicleInOCRPdf": "Vehicle_Not_Found",
  "ErrorMsgForPOInOCRPdf": "PurchaseOrderNumber_Mismatch",
  "ErrorMsgForItemCodeInOCRPdf": "Product_Not_Found",
  "ErrorMsgForNoItemRows": "OrderProduct_Not_Found",
  "NodeAPIUrlAutoSI": "http://localhost:56393/CalculateStockNeededApi",
  "SICompanyId": "559",
  "SICompanyCode": "131",
  "SICompanyName": "HEINEKEN VBL",
  "SITruckSizeId": "173",
  "SITruckSizeName": "GENERIC",
  "SIPalletSpace": "22",
  "SINumberOfPalettes": "22",
  "SITruckWeight": "24",
  "SITotalVolume": "22",
  "SIWorkFlowCode": "PSFMLMWF",
  "SIEnquirySource": "SIOI",
  "JWT_ENCRYPTION_KEY": "glassRUNExtendsSupportForIsrael!",
  "glassRUNPortalURL": "http://localhost:4200/,http://localhost:4200/",
  "AuthorityId": "da5e5998-6f40-408a-8821-ac01a6aee71b",
  "Authority": "https://login.microsoftonline.com/{tenantId}/v2.0",
  "ClientId": "e61930b2-a887-421e-92a9-a7eb763e4c48",
  "IsMSALAuthRequired": "1",
  "FilePathCompanyMaster": "Azure TFS/glassRUN_For_Merging/src/BrandLogo",
  "OrderSheetAutomationListUploadPath": "MBI Project/OrderSheet",
  "IsAllowStorePossibleBayJson": "0",
  "ExcelSheetColumnNames": "ShipToCode,Dynamic,SoldToCode,Area,Region,P1,P2,P3,P4,P5,P6,P7,P8,P9,P10,P11,P12,P13,P14,P15,P16,P17,P18,P19,P20,P21,P22,P23,P24",
  "EslaPortalURL": "https://X4Myanmar_glassflow.glassrun.biz",
  "EslaPortalUserName": "admin",
  "EslaPortalUserPassword": "password",
  "EslaDefinationList": "74589e3a5daccf7",
  "WaitingSoEnquiryDetailsForExportPath": "MBI Project/",
  "IsMarineTrafficForUAT": "1",
  "RouteMasterTemplate": "WebData\\glassRUN-MBI-UAT-V14\\API\\MasterTemplate\\RouteMasterTemplate.xlsx",
  "CustomerTemplate": "WebData\\glassRUN-MBI-UAT-V14\\API\\MasterTemplate\\CustomerTemplate.xlsx",
  "UserTemplate": "WebData\\glassRUN-MBI-UAT-V14\\API\\MasterTemplate\\13. gR_CreateUserTemplate.xlsx",
  "ShipToLocationTemplate": "WebData\\glassRUN-MBI-UAT-V14\\API\\MasterTemplate\\3. gR_DeliveryLocationMaster(Ship TOs).xlsx",
  "ItemTemplate": "WebData\\glassRUN-MBI-UAT-V14\\API\\MasterTemplate\\6. gR_ItemMaster.xlsx",
  "ItemPriceTemplate": "WebData\\glassRUN-MBI-UAT-V14\\API\\MasterTemplate\\8. gR_ItemBasePriceMaster.xlsx",
  "CollectionLocationTemplate": "WebData\\glassRUN-MBI-UAT-V14\\API\\MasterTemplate\\1. gR_BranchPlantMaster.xlsx",
  "OrderUploadTemplateTemplate": "WebData\\glassRUN-MBI-UAT-V14\\API\\MasterTemplate\\OrderUploadTemplate.xlsx",
  "MultitanencyApiUrl": "https://multitenancy.glassrun.biz",
  "EnquiryQueue": "EnquiryQueue",
  "rabbitConnection": "amqp://guest:guest@127.0.0.1:5672/",
  "FileRelativePathCompanyMaster": "Images/BrandLogo",
  "InvoicePDFPath": "D:\\openroute",
  "ReportPath": "D:\\RDLC",
  "DatabaseProvider": "SQLServer", //Postgres or SQLServer
  "CommandTimeout": 900,
  "glassRUNIntegrationUser": "9999599999",
  "Environment": "dev",
  "ExportFileType": ".xlsx",
  "EnableFreightEstimate": "1",
  "DeliveryCompletedStateCode": "699",
  "EnableActualDistanceCalculation": "0",
  "OrderStatusIntegration": {
    "ApiEndpoint": "https://hnk-s-jde-order-status-api-glo-v1-tst-d4mwk9.bdt1pc.sgp-s1.cloudhub.io/api/orders/status/byDate",
    "TimeoutSeconds": 180,
    "LastXminutes": 8,
    // Option 1: Basic Authentication (recommended for your API)
    "BasicAuthUsername": "2eee4eefef954682885913f46421d4fe",
    "BasicAuthPassword": "70bdDDEf993E43e8B96E91F24d8C0510",
    // Option 2: Custom Header Authentication (Bearer token, API key, etc.)
    "AuthHeader": "Authorization",
    "AuthValue": "Bearer your-token-here",
    // Other settings
    "OrderCreationApiUrl": "https://dbb-api.glassrun.biz/Order/CreateandUpdateSalesOrderV4FromElsaWorkflow",
    "EnableOrderCreation": "1",
    "OrderCreationStatuses": "527,557",
    "StatusUpdateAndInvoiceStatuses": "620,980",
    "StatusUpdateAndPickslipStatuses": ""
  },
  "EmailSettings": {
    "SmtpHost": "smtp.gmail.com",
    "SmtpPort": 587,
    "SmtpUser": "gaurav18906@gmail.com",
    "SmtpPassword": "mrzh zvun deqy rkls",
    "FromEmail": "gaurav18906@gmail.com",
    "FromName": "glassRUN System"
  },
  "Stripe": {
    "SecretKey": "sk_test_51SiX0s2QGnueOrCIeijs9NGA8OeUk5pIcLN48ktNBazN7WZNxVj8bNZxlHDIwV9WCynWXqeEWZ6IjBJdEuHBLPoY00jSPCmL40",
    "PublishableKey": "pk_test_51SiX0s2QGnueOrCIohQG5AnLVsj9j901tFTVl9KIkQ1SkU3fjQ7nNxhmGNCvCJHgDYlA6lRSlA0FVaRO3pS6Xfss00QmPBtBGv",
    "WebhookSecret": "whsec_0EPYP2uB7aEzqlnv8ojJh6wgdUW4rbpg"
  },
  "DataAccess": {
    "CommandTimeout": 900
  },
  "SuperUserNames": "1000000001,1000000002,1000000003,1000000004",
  "ApiValidationListWithLoginUser": [
    "OrderScheduling",
    "SalesOrderScheduling",
    "AddOrUpdateRoleWiseStatus",
    "GetPasswordPolicyByRoleMasterId",
    "AddOrUpdateUserDimensionMapping",
    "GetUserDimensionsForEdit",
    "DeleteLoginByLoginId",
    "CheckDuplicateUser",
    "CancelInquiry",
    "DeleteOrderByOrderId",
    "InsertAndUpdateLoginHistory",
    "RegenerateOTP",
    "RegenerateOTPV2",
    "ManualApproveEnquiryV2",
    "DeleteSelectedSKU",
    "GetAllBayListForForkLift",
    "UpdateBayForForkListDriver",
    "LoadPagesList",
    "LoadUserList",
    "SoftDeleteGridColumnConfiguration",
    "LoadGridColumnPagingList",
    "SaveGridColumnConfiguration",
    "SaveRoleDocumentRequired",
    "AddUpdateReasonCode",
    "OrderShcedulingForShiftAssignment",
    "GetAPMTimeSeriesData",
    "GetAPMApiPerformanceStats",
    "GetAPMPagePerformanceStats",
    "GetNoteByObjectId",
    "CreateLogin",
    "GetAPMUsersByRole",
    "GetSustainabilityMetrics",
    "GetSustainabilitySankeyData",
    "GetSustainabilityTimelineData",
    "GetSustainabilityModeData",
    "GetSustainabilityVehicleData",
    "GetSustainabilityComparisonData",
    "GetSustainabilityTopRoutes",
    "GetSustainabilityFilterOptions",
    "GetAllLoginDetails",
    "DeleteUserDimensionMapping",
    "LoadLoginDetailByLoginId",
    "RejectOrApproveTheDriverUser",
    "ActivateDriverAccount",
    "ContactInformationUpDate",
    "GetAPMPerformanceMetrics",
    "GetAPMErrorAnalysis",
    "GetAPMRoles",
    "GetCurrentPositionOfDriver"
  ]
}
