updatePlatformPartner

@JvmName(name = "updatePlatformPartnerSuspend")
suspend fun updatePlatformPartner(id: String, test: Boolean? = null, 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

업데이트할 파트너 아이디

test

테스트 모드 여부

테스트 모드 여부를 결정합니다. true 이면 테스트 모드로 실행됩니다. Request Body에도 isForTest가 있을 수 있으나, 둘 다 제공되면 Query Parameter의 test 값을 사용하고, Request Body의 isForTest는 무시됩니다. Query Parameter의 test와 Request Body의 isForTest에 모두 값이 제공되지 않으면 기본값인 false로 적용됩니다.

name

파트너 법인명 혹은 이름

contact

파트너 담당자 연락 정보

account

정산 계좌

defaultContractId

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

memo

파트너에 대한 메모

tags

파트너의 태그 리스트

type

파트너 유형별 정보

userDefinedProperties

사용자 정의 속성

Throws