In Jitterbit cloud studio I want to pass below JSON as a Request Body to the HTTP Connector (PATCH/POST) but I do not see option for it I only see Request Headers, Request Parameters & Additional Settings which accepts only Key Value data.
As per my understanding I can set Request Body via Jitterbit Api variable ($jitterbit.api.request.body) but not sure how and where within HTTP connector I can do that?
JSON Request Body
{
"custom_fields": [
{
"id": 6449064007,
"value": "Passed"
},
{
"id": 545,
"value": "www.test.com"
}
]
}
You have two primary options: