---
title: "POST /api/product/prodsTransfer"
method: POST
path: "/api/product/prodsTransfer"
tags: ["prodstransfer"]
---

# POST /api/product/prodsTransfer

`POST /api/product/prodsTransfer`

## Request body

- ProdsTransferRequest
  - `prodsTransferList` ProdsTransferListReq[], nullable
    - `serialNumber` string, nullable
    - `authCode` string, nullable
    - `comments` string, nullable
    - `deletePref` string, nullable
    - `s1DeleteAction` string, nullable
  - `toUsernameEmail` string, nullable
  - `prodGroup` string, nullable
  - `performAutoTransfer` string, nullable
  - `dataCenterId` string, nullable
  - `toOrgIdentifier` string, nullable
  - `isCnfTransferWarning` boolean

## Response `200`

Success

- ProdsTransferResponse
  - `content` ProductTransferRes
    - `prodsTransferList` ProdsTransferList[], nullable
      - `serialNumber` string, nullable
      - `authCode` string, nullable
      - `comments` string, nullable
      - `result` string, nullable
      - `commentsDesc` string, nullable
      - `s1DeleteAction` string, nullable
    - `dataCenter` CASDataCenter[], nullable
      - `dataCenterId` string, nullable
      - `dataCenterName` string, nullable
      - `dataCenterDesc` string, nullable
      - `isDefaultDC` boolean
    - `fwTransferWarning` string, nullable
  - `arrInput` InputError[], nullable
    - `ErrorCode` string, nullable
    - `ErrorMessage` string, nullable
    - `ErrorControl` string, nullable
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
