Modify a notification
PUT https://{{host}}/invoicing-api/v4/notifications/:notificationId
Updates a notification. Any read-only members retained from a GET operation are ignored on subsequent PUTs.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountSwitchKey | string | (Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys. |
Request Body
{"contracts"=>["C-0N7RAC7"], "emails"=>["user@example.com"], "notificationStatus"=>"ACTIVE", "notificationTitle"=>"Notification for C-0N7RAC7"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"contracts":["C-0N7RAC7"],"creationDate":"2020-12-09T08:30:14Z","emails":["user@example.com"],"modificationDate":"2020-12-09T08:30:14Z","notificationId":25056,"notificationStatus":"ACTIVE","notificationTitle":"Notification for C-0N7RAC7"}