For AI agents: visit https://developers.bluesnap.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Property Name | Type | Required | Description |
|---|
id | integer | Required in Update Custom Report | Unique identifier for the report. |
title | string | Required | Report title." & < > # / = ! \ ' ) characters not permitted. |
info | string | Optional | Report description." & < > # / = ! \ ' ) characters not permitted. |
category | string | Required | The report category code. |
columns | array | Required | An array of objects representing the columns of the report.Each object contains the following parameter:
namestringRequiredFor a list of applicable name values, refer to Report Categories and click the Supported columns link. |
| Property Name | Type | Description |
|---|
id | integer | Unique identifier for the report. |
title | string | Report title. |
info | string | Report description. |
category | string | The report category code. |
columns | array | An array of objects representing the columns in the report. |