From a6b08e16830de1ad4210721743bcbc9943a71e09 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi Date: Mon, 29 Aug 2022 20:49:24 +0200 Subject: [PATCH] add form config json --- content/includes/scripts.blade.php | 1 + forms.json | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/includes/scripts.blade.php b/content/includes/scripts.blade.php index 8affb4d..3b4ad92 100644 --- a/content/includes/scripts.blade.php +++ b/content/includes/scripts.blade.php @@ -1,2 +1,3 @@ + \ No newline at end of file diff --git a/forms.json b/forms.json index 85f9847..5fd7eb2 100644 --- a/forms.json +++ b/forms.json @@ -23,9 +23,7 @@ "api-auth-type":"basic", "api-auth-username":"info@areya.de", "api-auth-password":"e0364f3a42ca616af0fe78de3337008d5P7ZRTq9OsOVlWNlf7h3i5C9ZUagDgyV", - "api-body-type":"json", - "api-body-json":{"SERVICE":"customer.create","DATA":{"CUSTOMER_TYPE":"business","ORGANIZATION":"GustavoLuigi","LAST_NAME":"Souza"}}, - "api-header-data":[{"key":"Content-Type","value":"application/json"}] + "api-body-type":"json" } ] }