# Edit non-financial information for policy. Instead of MTA process, do not create a quote and documents. * Used to edit information, not affecting the insured coverage, financials and legal related into. * For some products its only about policy documents changing. Endpoint: PUT /api/v1/ledger/policies/{id}/data-change Version: 1.0 Security: bearerAuth ## Header parameters: - `X-TENANT-ID` (string, required) Tenant tag Example: "{$inputs.tenant}" ## Path parameters: - `policyId` (string, required) ## Response 200 fields (application/json): - `policy` (object) - `policy.id` (integer) Example: "1234" - `policy.policyNo` (string) - `policy.dateIssue` (string) - `policy.dateInception` (string) - `policy.dateExpiry` (string) - `policy.financials` (object) - `policy.financials.installments` (number) - `policy.financials.adminFeeSum` (number) - `policy.financials.feeVatPct` (number) - `policy.params` (object) - `policy.params.attribute1` (string) - `policy.params.attribute2` (string) - `policy.params.attribute...` (string) - `policy.params.attribute45` (string) - `customer` (object) - `customer.name` (string) - `customer.code` (string) - `agent` (object) - `agent.broker` (string) - `objects` (object) - `objects.objectId` (object) - `objects.objectId.data` (array) - `objects.objectId.products` (array)