diff --git a/forms.json b/forms.json index c11a3a8..c31ebda 100644 --- a/forms.json +++ b/forms.json @@ -14,7 +14,7 @@ "api-auth-type":"bearer-token", "api-auth-token":"keyPme6FnfdkW4Oks", "api-body-type":"json", - "api-body-json":"{\"records\":[{\"fields\":{\"Kundenname\":\"#vorname #nachname\",\"Anrede\":\"#anrede\",\"Telefon\":\"#telefon\",\"E-Mail\":\"#email\"}}]}", + "api-body-json":"{\"records\":[{\"fields\":{\"Kundenname\":\"#vorname #nachname\",\"Anrede\":\"#anrede\",\"Telefon\":\"#telefon\",\"E-Mail\":\"#email\",\"Notes\":\"#cart\"}}]}", "api-body-data":"[]", "api-header-data":"[]" }, @@ -32,7 +32,7 @@ "api-body-json":"{\"SERVICE\":\"customer.create\",\"DATA\":{\"CUSTOMER_TYPE\":\"business\",\"ORGANIZATION\":\"Musterfirma\",\"LAST_NAME\":\"Mustermann\"}}", "api-body-data":"[]", "api-header-data":"[]" - } + } ] } ] \ No newline at end of file