This page provides the list of events and associated payload for the Pricing microservice.

List of Events

SL.#NAMEDESCRIPTIONPUBLISH LOCATIONROUTING KEYDURABILITYPAYLOAD TYPE
1Project SubmittedThis event is triggered when a project is updated to SUBMITTED status.Topic: ecommprice.project.updatedfalsePriceSubmittedProject
2Project Approval In-ProgressThis event is triggered when a project is updated to APPROVAL_INPROGRESS status.Topic: ecommprice.project.updatedfalsePriceSubmittedProject
3Project Approval FailedThis event is triggered when a project is updated to FAILED status.Topic: ecommprice.project.updatedfalsePriceSubmittedProject
4Project ApprovedThis event is triggered when a project is updated to APPROVED status.Topic: ecommprice.project.updatedfalsePriceSubmittedProject
5Project DeniedTThis event is triggered when a project is updated to DENIED status.Topic: ecommprice.project.updatedfalsePriceSubmittedProject
6Project Opened or ReopenedThis event is triggered when a project is updated to OPEN status.Topic: ecommprice.project.updatedfalsePriceSubmittedProject

Payload Model

PriceSubmittedProject

PROPERTYTYPEDESCRIPTIONEXAMPLE
createdByintegerIndicates the ID of the user, who has created the project.1
updatedByintegerIndicates the ID of the user, who has updated the project.1
idstringIndicates the unique valid ID of the project.1
priceListIdstringIndicates the unique valid ID of the pricelist.1
namestringSpecifies the name of the project.Price Name
statusstringSpecifies the status of the project, such as OPEN, SUBMITTED, APPROVAL_IN_PROGRESS, APPROVAL_FAILED, APPROVED, DENIED, and DELETED.APPROVED
descriptionstringDenotes the description of the project.Price Description is approved.
targetCompletionDateDateIndicates the target completion date and time of the project, which is added by a user with appropriate privileges.2019-07-28T19:38:11.11+05:30
actualCompletionDateDateIndicates the actual completion date and time of the project, which is added by a user with appropriate privileges.2019-07-28T19:38:11.11+05:30




Revision History
2019-06-10 | PLK – Minor copyedits.
2019-05-20 | JP – Uploaded to a new table tool.
2019-04-05 | AN – Content updated for April 2019 release.
2019-01-23 | PLK – Page added and content uploaded.