createPlatformDiscountSharePolicy

@JvmName(name = "createPlatformDiscountSharePolicySuspend")
suspend fun createPlatformDiscountSharePolicy(id: String? = null, name: String, partnerShareRate: Int, memo: String? = null): CreatePlatformDiscountSharePolicyResponse

할인 분담 정책 생성

새로운 할인 분담을 생성합니다.

Parameters

id

할인 분담에 부여할 고유 아이디

명시하지 않는 경우 포트원이 임의의 아이디를 발급해드립니다.

name

할인 분담에 부여할 이름

partnerShareRate

파트너가 분담할 할인금액의 비율을 의미하는 밀리 퍼센트 단위 (10^-5) 의 음이 아닌 정수이며, 파트너가 부담할 금액은 할인금액 * partnerShareRate * 10^5 로 책정합니다.

memo

해당 할인 분담에 대한 메모 ex) 파트너 브랜드 쿠폰

Throws

요청이 거절된 경우

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

PlatformDiscountSharePolicyAlreadyExistsError

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

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

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