updatePlatformPartner

@JvmName(name = "updatePlatformPartnerSuspend")
suspend fun updatePlatformPartner(id: String, name: String? = null, contact: UpdatePlatformPartnerBodyContact? = null, account: UpdatePlatformPartnerBodyAccount? = null, defaultContractId: String? = null, memo: String? = null, tags: List<String>? = null, type: UpdatePlatformPartnerBodyType? = null, userDefinedProperties: PlatformProperties? = null): UpdatePlatformPartnerResponse

파트너 수정

주어진 아이디에 대응되는 파트너 정보를 업데이트합니다.

Parameters

id

업데이트할 파트너 아이디

name

파트너 법인명 혹은 이름

contact

파트너 담당자 연락 정보

account

정산 계좌

defaultContractId

파트너에 설정된 기본 계약 아이디

memo

파트너에 대한 메모

tags

파트너의 태그 리스트

type

파트너 유형별 정보

userDefinedProperties

사용자 정의 속성

Throws

요청이 거절된 경우

요청된 입력 정보가 유효하지 않은 경우

파트너 계좌 검증 아이디를 이미 사용한 경우

파트너 계좌 인증이 실패한 경우

파트너 계좌 검증 아이디를 찾을 수 없는 경우

보관된 파트너를 업데이트하려고 하는 경우

PlatformContractNotFoundError

파트너 타입 수정에 필요한 데이터가 부족한 경우

플랫폼 기능이 활성화되지 않아 요청을 처리할 수 없는 경우

PlatformPartnerNotFoundError

사용자 정의 속성이 존재 하지 않는 경우

인증 정보가 올바르지 않은 경우

API 응답이 알 수 없는 형식인 경우