From c3f368ca79e81a2cad18fd9006d3b798358e1715 Mon Sep 17 00:00:00 2001 From: bensonpaul Date: Thu, 30 May 2024 15:26:32 +0530 Subject: [PATCH] Modified SuiteCRM end point main-new file --- static/js/main-new.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/static/js/main-new.js b/static/js/main-new.js index 6d6c058..26e81e7 100644 --- a/static/js/main-new.js +++ b/static/js/main-new.js @@ -142,6 +142,7 @@ console.log('EST Date:', estDateformat);*/ }, "data": JSON.stringify(registerFormData), };*/ + var settings = { "url": "https://prime.dcp.infra.experimental.unblock.health/graphql", "method": "POST", @@ -165,7 +166,7 @@ $.ajax(settings).done(function (response) { var settings = { "async": true, "crossDomain": true, - "url": "https://devl-crm.unblock.health/Api/access_token", + "url": "https://devl-crm.unblock.health/legacy/Api/access_token", "method": "POST", "headers": { "Accept": "application/vnd.api+json" @@ -181,7 +182,7 @@ $.ajax(settings).done(function (response) { var obj = $.parseJSON(response); var access_token = obj.access_token; var settings = { - "url": "https://devl-crm.unblock.health/Api/V8/module", + "url": "https://devl-crm.unblock.health/legacy/Api/V8/module", "method": "POST", "headers": { "Accept": "application/vnd.api+json", @@ -198,7 +199,7 @@ $.ajax(settings).done(function (response) { var settings = { "async": true, "crossDomain": true, - "url": "https://devl-crm.unblock.health/Api/V8/module/Accounts/c548fc60-389f-8f5b-5ecb-64cce0924678/relationships", + "url": "https://devl-crm.unblock.health/legacy/Api/V8/module/Accounts/c548fc60-389f-8f5b-5ecb-64cce0924678/relationships", "method": "POST", "headers": { "Accept": "application/vnd.api+json", @@ -287,7 +288,7 @@ $('#contact-submit-live').prop('disabled', 'disabled'); var settings = { "async": true, "crossDomain": true, - "url": "https://devl-crm.unblock.health/Api/access_token", + "url": "https://devl-crm.unblock.health/legacy/Api/access_token", "method": "POST", "headers": { "Accept": "application/vnd.api+json" @@ -303,7 +304,7 @@ $('#contact-submit-live').prop('disabled', 'disabled'); var obj = $.parseJSON(response); var access_token = obj.access_token; var settings = { - "url": "https://devl-crm.unblock.health/Api/V8/module", + "url": "https://devl-crm.unblock.health/legacy/Api/V8/module", "method": "POST", "headers": { "Accept": "application/vnd.api+json", @@ -320,7 +321,7 @@ $('#contact-submit-live').prop('disabled', 'disabled'); var settings = { "async": true, "crossDomain": true, - "url": "https://devl-crm.unblock.health/Api/V8/module/Accounts/c548fc60-389f-8f5b-5ecb-64cce0924678/relationships", + "url": "https://devl-crm.unblock.health/legacy/Api/V8/module/Accounts/c548fc60-389f-8f5b-5ecb-64cce0924678/relationships", "method": "POST", "headers": { "Accept": "application/vnd.api+json",