Update a Marketing Cloud Next / Data 360 record
mcnext_updateUpdate a record in Salesforce Marketing Cloud using PATCH or PUT. Provide the endpoint path and JSON body; for partial updates, include only changed fields.
Instructions
Update a record (PATCH or PUT, kind "update"). Requires the path parameter and a JSON body. For PATCH, include only the fields to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body. | |
| query | No | Query string parameters, e.g. { "pageSize": 50, "orderBy": "name" }. | |
| headers | No | Additional request headers. | |
| endpointId | Yes | Endpoint id from the catalog, e.g. "content.create-an-email-with-html", "activations.query-activations". Use mcnext_list_endpoints to discover ids. | |
| pathParams | No | Path parameter values, e.g. { "contentKey": "my-email" }. |