CreateAPICallInput
Input fields
The ID of the associated API exception, if any.
Any optional useful context involved in the API call.
The correlation id header from the HTTP request.
The input data provided to the API, if any.
The name of the operation associated with this call.
The response returned by the API.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"apiExceptionId": 72805391,
"context": {"key": "value"},
"correlationId": "78654907",
"inputData": {"key": "value"},
"operationName": "newspaper-anyone-father-same-you",
"response": {"key": "value"}
}