reschedule Contract
suspend fun rescheduleContract(id: String, update: UpdatePlatformContractBody, appliedAt: Instant): ReschedulePlatformContractResponse
주어진 아이디에 대응되는 계약에 예약 업데이트를 재설정합니다.
Parameters
id
계약 아이디
update
반영할 업데이트 내용
applied At
업데이트 적용 시점
Throws
요청이 거절된 경우
요청된 입력 정보가 유효하지 않은 경우
PlatformContractNotFoundError
플랫폼 기능이 활성화되지 않아 요청을 처리할 수 없는 경우
인증 정보가 올바르지 않은 경우
API 응답이 알 수 없는 형식인 경우