API REST de Salesforce POST

Hi,

I trying to make a POST to Salesforce.
I already checked with postman and it works ( see below postman request)

Now, into Weweb, I created a collection REST API see below

To post in Salesforce we must send a json into the body, so I added a new Query called Body and added my json.

Should I create an array or an object ?

Tks a lot for you support :slight_smile:
Emilie

instead of setting a “Body” parameter in the query string try setting the body of the request with the option “use raw body”:

1 Like

It works thank a lot @dorilama

2 Likes