@riichard-moore I get it now LOL.
R
Latest posts made by Riichard Moore
-
RE: External API Call
@jbenguira is it possible to pass as a REST endpoint as opposed to sending it as form data?
-
External API Call
I am trying to call the API externally to create a record in the cloud backend. It creates a record, but with empty fields. I am using the tutorial, and from the front-end works fine. Here is the JSON being passed.
{
"name": "Dirk Moore",
"email": "test@mac.com",
"DOB": "1978-01-01"
}