# `Twilio.Trusthub.V1.ComplianceInquiry.Customer.ComplianceInquiriesService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/trusthub/v1/compliance_inquiry/customer/compliance_inquiries_service.ex#L2)

Service for ComplianceInquiries API operations.

Operations: `update`

# `update`

```elixir
@spec update(Twilio.Client.t(), String.t(), map(), keyword()) ::
  {:ok,
   Twilio.Resources.Trusthub.V1.ComplianceInquiry.Customer.ComplianceInquiries.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Resume a specific Compliance Inquiry that has expired, or re-open a rejected Compliance Inquiry for editing.

Operation: `UpdateComplianceInquiry` | Tags: TrusthubV1ComplianceInquiries

## Required Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
# credo:disable-for-next-line Credo.Check.Readability.MaxLineLength
| `PrimaryProfileSid` | string | The unique SID identifier of the Primary Customer Profile that should be used as a parent. Only necessary when creating a secondary Customer Profile. |
## Optional Parameters

| Parameter | Type | Description |
|-----------|------|-------------|
| `ThemeSetId` | string | Theme id for styling the inquiry form. |

---

*Consult [api-reference.md](api-reference.md) for complete listing*
