rescheduleContract

@JvmName(name = "rescheduleContractSuspend")
suspend fun rescheduleContract(id: String, update: UpdatePlatformContractBody, appliedAt: Instant): ReschedulePlatformContractResponse

주어진 아이디에 대응되는 계약에 예약 업데이트를 재설정합니다.

Parameters

id

계약 아이디

update

반영할 업데이트 내용

appliedAt

업데이트 적용 시점

Throws