Update automaed report
This request changes automated report attributes.
Resource
PATCH /reports/<OID>
Where OID
is the oid of the automated report
Parameters
None
Payload
Fields
Name | Patch Operations |
---|---|
direction |
|
internal |
|
exportType |
|
jasperDocument |
|
previousreportsmax |
|
mobileStart |
|
solidStart |
|
internationalStart |
|
mobileMinute |
|
solidMinute |
|
internationalMinute |
|
paymentText |
|
hostname |
|
ipAddress |
|
onlyAnswered |
|
benchmark |
|
serviceLevelTime |
|
connections |
|
phones |
|
users |
|
schedules |
|
Response
None
Context
Authorization |
Master |
Errors
Example
Request
PATCH https://xelion.nl/api/v1/master/reports/1627410
Payload
change automated repport direct member
{
"operations": [
{
"op": "replace",
"path": "/active",
"value": true
}
]
}