@startuml
!include skin.inc
participant "API consumer" as cons
participant "NFV-MANO\nfunctional entity" as prod 

cons -> prod: POST .../pm_jobs (CreatePmJobRequest)

group Testing the notification endpoint
	prod -> cons: GET <<Callback URI>> 
	cons -> prod: 204 No Content
end	

prod -->> prod: creates PmJob\nresource
prod -> cons: 201 Created (PmJob)

@enduml

