Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Sample Management Output

Output representation of the response for a Product Requirement Specification operation.
JSON example
1{
2    "requestUniqueId": "req-98765-xyz",
3    "status": "SUCCESS",
4    "message": "Product Requirement Specification retrieved successfully",
5    "data": {
6      "id": "0Dm5g000000KyZ3CAK",
7      "name": "Pharmaceutical Grade Tablet Specification",
8      "status": "Active",
9      "priority": "High",
10      "productRequirementSpecificationVersions": [
11        {
12          "id": "0Dn5g000000LmN4CAK",
13          "name": "Version 2.0",
14          "version": 2,
15          "purpose": "Define specifications for manufacturing pharmaceutical tablets",
16          "effectiveDate": "2024-02-01T00:00:00.000Z",
17          "productRequirementSpecificationItems": [
18            {
19              "id": "0Do5g000000MpQ5CAK",
20              "name": "Tablet Weight",
21              "category": "Physical",
22              "targetValue": "500",
23              "tolerance": "5",
24              "unitOfMeasureId": "UoM5g000000AbCdEFG"
25            },
26            {
27              "id": "0Do5g000000MpQ6CAK",
28              "name": "Dissolution Rate",
29              "category": "Chemical",
30              "targetValue": "85",
31              "tolerance": "5",
32              "unitOfMeasureId": "UoM5g000000AbCdEFH"
33            }
34          ]
35        }
36      ]
37    },
38    "errors": null
39  }
Properties
Property Name Type Description Filter Group and Version Available Version
data Product Requirement Specification Output[] The resulting Product Requirement Specification data Small, 66.0 66.0
errors Product Requirement Specification Error Detail[] A list of errors. Null if the operation was successful Small, 66.0 66.0
message String A message confirming the result of the operation Small, 66.0 66.0
requestUniqueId String The unique ID from the request, used for tracing Small, 66.0 66.0
status String The status of the operation Small, 66.0 66.0