Skip to main content
Version: 5.7.0

PostJsonResponseText

Posts a JSON document, expects a text response.

ServiceOperation
httpClientPOSTEXT

Method Parameters

ParameterDescription
serviceCodeService code of the external service configured in the Cloud Code - Web Services section of the portal.
pathPath to append to the Base URL of the service.
headersA map of extra headers.
jsonJSON formatted data to post.

Usage

http://localhost:3000
// S2S call: to view example, switch to the Cloud Code or Raw tab.