Complicated REST POST using Services UI
I am trying to use a POST under the REST services and I have a lengthy body (few hundred parameters) that needs to accompany the headers. Is there an easier way to quickly import the JSON for the body besides using the builder? I saw this was possible with the response body, by importing a response received.