OrganizationNotification Configuration

Update

POST
Update notification configuration for this notification type

Path parameters

notificationTypeenumRequired

Request

This endpoint expects a union.
Invoice

Response

This endpoint returns a union
Invoice
POST
1curl -X POST https://api.mercoa.com/organization/notification-configuration/INVOICE_APPROVAL_NEEDED \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "notificationType": "invoice",
6 "url": "string"
7}'
200
Successful
1{
2 "notificationType": "invoice",
3 "type": "INVOICE_APPROVAL_NEEDED",
4 "url": "string"
5}