---
title: "Transfer a specified service to another customer account"
method: PUT
path: "/v1/Services/{id}/transfer"
tags: ["Services"]
---

# Transfer a specified service to another customer account

`PUT /v1/Services/{id}/transfer`

Transfer a service to another customer.

## Path parameters

- `id` integer, required

## Request body

- RevAppUpdateModelsServiceTransferUpdate
  - `customer_id` integer, required — Customer to receive the new service
  - `effective_date` string, date-time, required — Effective date of the service transfer.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- V1ServicesIdTransferPut200ApplicationJsonResponse

---

[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/revisions/135571434f6c/schema)
