HttpResponseCode property: ServiceAPI class
Description
The HttpResponseCode property returns the actual HTTP response code from the third party as an integer value.
Examples of response code are 200, 400.
This property is read-only.
Example
&RespCode = &ServiceAPI.HttpResponseCode;