Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the hands of a knowledgable API programmer, the schema provides everything they need to construct and execute the FraudReportSubmit operation, including the required input argument, Input fields, and the payload response using an API dev tool such as CURL, PowerShell, Python, Java, etc. Any of these development tools will provide the mechanism needed to make this API web request.

Panel
panelIconId0b602188-3068-459a-af34-8f1e8dab2e4d
panelIcon:apollo-graphql-logo:
panelIconText:apollo-graphql-logo:
bgColor#F4F5F7

To export the FraudReportSubmit operation, or a variation of that template, as described in the schema in the Apollo sandbox, click the three dots in the Operation section to see the context menu for options.

...

With a basic understanding of the operation and their API account with the appropriate credentials and configured attributes, a skilled API programmer has everything they need to effectively format a proper web request using an application development tool such as Curl, Python, PowerShell, etc.

The example below submits a formatted web request for a fraud report for application id (AppID) 34110.

...

Code Block
{
    "data": {
        "FraudReportSubmit": {
            "cccId": "AAA6198",
            "appId": 34110,
            "fraudType": "APPLICATION"
        }
    }
}

...

Submit a Fraud Report Using Postman

...