Learn R Programming

paws.customer.engagement (version 0.5.0)

connectcases_update_case: Updates the values of fields on a case

Description

Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the create_case input .

See https://www.paws-r-sdk.com/docs/connectcases_update_case/ for full documentation.

Usage

connectcases_update_case(caseId, domainId, fields)

Arguments

caseId

[required] A unique identifier of the case.

domainId

[required] The unique identifier of the Cases domain.

fields

[required] An array of objects with fieldId (matching ListFields/DescribeField) and value union data, structured identical to create_case.