---
title: "Approve a request"
method: PUT
path: "/v1/Requests/{id}/approval"
tags: ["Requests"]
---

# Approve a request

`PUT /v1/Requests/{id}/approval`

Approve an existing request.

## Path parameters

- `id` integer, required

## Request body

- RevAppModelsRequestApproval
  - `method` 'SELF' | 'MULTI_ADDRESSES' | 'SELF_PLUS_CHILDREN' | 'CHILDREN_ONLY', required — Approval method for request.
  - `options` RevAppModelsRequestApprovalOptions
    - `CopySecondaryAgent` boolean — Set all child accounts' Secondary Agent to that of the parent account.
    - `ContactsToCopy` integer[] — List of Contact IDs you wish to have copied from the parent to the child accounts. For convenience, pass an empty list to copy ALL. Or leave it off the model to copy none.
    - `CopyTags` boolean — Copy all tags from the parent account to each child account.
    - `AttachmentsToCopy` integer[] — List of attachment File IDs you wish to have copied from the parent to the child accounts. For convenience, pass an empty list to copy ALL. Or leave it off the model to copy none.
    - `CopyTaxExemptions` boolean — Copy parent's tax exemption settings to each child account.
    - `BillingAddressOverride` 'PARENT' | 'CHILD' — Set where the child accounts' Billing Address should come from. If set to CHILD, the child's service address is copied to billing.
    - `BillMethodOverride` 'PRINT_ONLY' | 'EMAIL_ONLY' | 'BOTH' | 'NONE' — Override the Bill Method for each child account, should you wish it to differ from the parent.
    - `links` RevAppComponentsLink[]
      - `rel` string
      - `href` string
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/versions/135571434f6c/schema)
