{
"pageNo": "1",
"pageSize": "20",
"sortingFields": [
{
"field": "string",
"order": "string"
}
],
"tenantId": "string",
"systemSource": "string",
"taxNo": "string",
"id": "string",
"keyWords": "string",
"errorType": "string",
"errorStrategy": "string",
"channel": "string",
"errorSource": "string",
"createTime": "string",
"updateTime": "string"
}
curl --location --request POST '/error/modify' \
--header 'Biz-Type: {{Biz-Type}}' \
--header 'Gksk-Access-Token: {{Gksk-Access-Token}}' \
--header 'Gksk-Tenant-Code: {{Gksk-Tenant-Code}}' \
--header 'Ou: 60' \
--header 'Taxno: {{Taxno}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'systemSource: {{systemSource}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": "1",
"pageSize": "20",
"sortingFields": [
{
"field": "string",
"order": "string"
}
],
"tenantId": "string",
"systemSource": "string",
"taxNo": "string",
"id": "string",
"keyWords": "string",
"errorType": "string",
"errorStrategy": "string",
"channel": "string",
"errorSource": "string",
"createTime": "string",
"updateTime": "string"
}'
{
"code": "",
"message": "",
"data": {},
"time": ""
}