---
title: "Trigger an e-compliance request"
method: POST
path: "/v1/e-compliance/trigger"
tags: ["E-Invoicing", "E-Reporting"]
---

# Trigger an e-compliance request

`POST /v1/e-compliance/trigger`

Creates an e-compliance request for the supplied source object.

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Authorization` string
- `Zuora-Track-Id` string
- `Zuora-Entity-Ids` string
- `Zuora-Version` string
- `Zuora-Org-Ids` string

## Request body

- EComplianceTriggerRequest — Request body for triggering an e-compliance request.
  - `complianceType` 'EReporting' | 'EInvoiceBusinessLifecycle', required — Type of e-compliance request.
  - `sourceObjectKey` string, required — Source object key. Use the document number for invoice, credit memo, and debit memo; use PaymentApplicationId for payment; use RefundApplicationId for refund; use CreditMemoApplicationId for credit memo application.
  - `sourceObjectType` 'INVOICE' | 'CREDIT_MEMO' | 'DEBIT_MEMO' | 'PAYMENT' | 'REFUND' | 'CREDIT_MEMO_APPLICATION', required — Type of source object for e-compliance operations (trigger or reconcile).
  - `supplierId` string, required — ID of the e-reporting supplier to use for the request.
  - `templateId` string — Optional ID of the e-reporting template to use. If not specified, the system will auto-resolve a template based on the source object and supplier.

## Response `200`

OK

- EComplianceActionResponse
  - `requestId` string, uuid — Unique identifier of the request.
  - `success` boolean — Indicates whether the call succeeded.

## Other responses

- `500` — Internal Server Error
- `4XX` — Request Errors

## Changes

- **2026-08-15** `702f3caf3985` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/zuora/apis/api-reference/changes/v1/e-compliance/trigger/post.md)

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
