Notification
Notification is used to notify the creator of a quotation by email whenever the quotation is updated. All actions are listed below.
Creating quotation
Updating quantity of quotation item
Deleting quotation item
Creating quotation item
Changing quotation status to sending approval request
Rejecting quotation
Approving quotation
List Notifications
Notifications are fetched by the following endpoint which supports user
, template
, is_sent
, limit
filters.
Example Request
Example Response (200 OK)
Resend Notifications
This endpoint is used to resend a notification that has the is_sent
flag set to false
.
Request Parameters
Parameter
Type
Description
notification_pk
integer
Primary key (ID) of the notification to resend.
Example Request
Example Response (200 OK)
Last updated
Was this helpful?