schedule Discount Share Policy
suspend fun scheduleDiscountSharePolicy(id: String, update: UpdatePlatformDiscountSharePolicyBody, appliedAt: Instant): SchedulePlatformDiscountSharePolicyResponse
주어진 아이디에 대응되는 할인 분담에 업데이트를 예약합니다.
Parameters
id
할인 분담 정책 아이디
update
반영할 업데이트 내용
applied At
업데이트 적용 시점
Throws
요청이 거절된 경우
요청된 입력 정보가 유효하지 않은 경우
보관된 할인 분담 정책을 업데이트하려고 하는 경우
PlatformDiscountSharePolicyNotFoundError
PlatformDiscountSharePolicyScheduleAlreadyExistsError
플랫폼 기능이 활성화되지 않아 요청을 처리할 수 없는 경우
인증 정보가 올바르지 않은 경우
API 응답이 알 수 없는 형식인 경우