Skip to main content
Version: 5.7.0

PostJsonOffboard

Posts a JSON document to an offboard service. Send and forget.

Error reason codes

ParameterDescription
40443Processing exception (message): Invalid service code. Ensure the Web Service has been configured
ServiceOperation
httpClientPOST_JSON_OFFBOARD

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.