ServDelServActionAddMonetary
Adds services deliverables with monetary pricing to a project.
| Property | Value |
| Label | Add Services Deliverables with Monetary Pricing to Project |
| Category | Services Deliverables |
| Since | Spring 2026 |
| Read-only | No |
| Supports Agents | No |
| Supports Flows | Yes |
| Async Action | Yes |
| Keywords | money, currency |
Request Parameters
| Field | Type | Label | Description | Required |
projectId | Id | Project ID | The ID of the project to which deliverables are to be added. | Yes |
pricedDeliverables | List<MonetaryPricedDeliverableInput> | List of Deliverables with Prices | The list of services deliverables with monetary pricing to be added, provided as a collection of the Apex-defined data type pse__MonetaryPricedDeliverableInput. | Yes |
Response Parameters
| Field | Type | Label | Description | Required |
resultList | List<AddMonetaryPricedDeliverableResult> | Add Monetary Pricing Deliverable Results | A list including the results from the request to add services deliverables with monetary pricing to a project, provided as a collection of the Apex-defined data type pse__AddMonetaryPricedDeliverableResult. | No |
|