---
title: "리워드 기업 정보 수정"
method: PUT
path: "/bapi/v3/rewards/companies/{id}"
tags: ["Admin Reward"]
---

# 리워드 기업 정보 수정

`PUT /bapi/v3/rewards/companies/{id}`

## Path parameters

- `id` string, required

## Request body

- RewardCompany
  - `agreedTermsPrivacy` string, date-time — 개인정보처리방침 동의 일시
  - `agreedTermsReward` string, date-time — 리워드 운영정책 동의 일시
  - `agreedTermsService` string, date-time — 서비스 이용약관 동의 일시
  - `approvedAt` string, date-time — 승인일
  - `approvedBy` string — 승인자
  - `commerceRegDoc` string — 통신판매업 신고 서류 스토리지 URL
  - `commerceRegNo` string — 통신판매업 신고 번호
  - `companyName` string — 기업명
  - `companyNo` string — 기업번호
  - `companyRegDoc` string — 등록증 스토리지 URL (JSON)
  - `contactEmail` string — 담당자 이메일
  - `contactName` string — 담당자 이름
  - `contactPhone` string — 담당자 전화번호
  - `createdAt` string, date-time — 작성일
  - `id` string — 리워드용 기업 ID (UUID)
  - `rejectionReason` string — 반려 사유
  - `representativeName` string — 대표자명
  - `status` 'APPROVED' | 'PENDING' | 'REJECTED' | 'SUSPENDED' — 상태
  - `updatedAt` string, date-time — 수정일

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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