diff --git a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
index c76205246cd5f58242eee0ba478e4d1b49d3a705..e3670f0e3445bc6f5020a15b7a8acc878e551b47 100644
--- a/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
+++ b/src/SOL002/VNFPerformanceManagement/VNFPerformanceManagement.yaml
@@ -61,6 +61,9 @@ paths:
     post:
       description: >
         The POST method creates a PM job.
+        As the result of successful executing this method, a new 
+        "Individual PM job" resource as defined in clause 6.4.3 shall 
+        have been created.
       parameters:
         - name: CreatePmJobRequest
           description: The VNF creation parameters
@@ -87,10 +90,11 @@ paths:
           description: >
             201 CREATED
 
-            The PM job was created successfully. The response body shall
-            contain a representation of the created PM job resource.
+            Shall be returned when the PM job has been created successfully. 
+            The response body shall contain a representation of the created 
+            PM job resource.
             The HTTP response shall include a "Location" HTTP header that
-            points to the created PM job resource.
+            points to the created "Individual PM job" resource.
           headers:
             Content-Type:
               description: The MIME type of the body of the response.