This procedure creates a resource under the specified URL through an HTTP POST request by forwarding the request to a service from External API services file.
Parameter | Type | Description | |
---|---|---|---|
servicdId | 30A | Mandatory | Specifies the service from External API services file to complete the request. |
destinationUrl | 2048A VARYING | Optional | Represents the value which is concatenated with the url which stands behind given service id to create final url where request is sent. |
httpHeader | 10240A VARYING | Optional | An optional header XML document. To use the default HTTP header, do not pass the parameter or specify the empty string. See Foundational HTTP functions at IBM Knowledge Center for a description of the header content. |
requestMsg | 65535A VARYING | Optional | Specifies the data to update at the specified URL. This parameter is crucial for the POST and PUT methods - if it hasn’t been passed then the empty string request is sent. |
Procedure returns response message data structure (see data structure description here).