Call External REST Service v2

post

/jderest/v2/external/rest

Enables callers to invoke an external REST service configured with soft coding record.

Request

Supported Media Types
Header Parameters
Body ()
Input to External Service, to invoke external orchestrations.
Root Schema : ExternalRequest
Type: object
Input to External Service, to invoke external orchestrations.
Show Source
Nested Schema : additionalParts
Type: array
Any additional parts (not files) required to process the multi-part request.
Show Source
Nested Schema : headers
Type: array
A set of name-value pairs to send to the external service as HTTP headers.
Show Source
Nested Schema : parameters
Type: array
A set of name-value pairs to send to the external service as URL parameters.
Show Source
Nested Schema : MultiPart
Type: object
Input to External Service, information that describes a part of a multi-part request
Show Source
Nested Schema : NVPair
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful Execution

400 Response

Bad Request - Invalid JSON Input

403 Response

Authorization Failure

415 Response

Invalid Content-Type Header - Must use application/json

444 Response

Invalid Token
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source

500 Response

Server Failed to Process Request
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source
Back to Top