PUT Update Report Schema
This API will assist privileged users in updating the existing reports for their account or platform.
Sometimes, you may want to change the parameters of a report. However, you may not want to create an entirely new report in order to do so. In such cases, you can use the Update Report Schema API to update the details of your report.
| API Endpoint |
| https://api.uat.anddone.com/merchants/{parentId}/reports/schemas/{schemaId} |
This API will assist privileged users in updating the existing reports for their account or platform.
The user will be able to update the following:
- Name of the report
- Variables for the reports with column name, display name, sequence number, format, etc.
| API Data | Details |
| Resource | Reports |
| URI | merchants/{parentId}/reports/schemas/{schemaId} |
| Method | PUT |
| Authorization | Bearer Token Authorization |
Request Parameters
| Field Name | Data Type | Mandatory | Field Length | Description |
Body Request Example (JSON)
Response Parameters
| Authorization | |
| Token | {{token}} |