rescheduleContract

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

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

Parameters

id

계약 아이디

test

테스트 모드 여부

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

update

반영할 업데이트 내용

appliedAt

업데이트 적용 시점

Throws