You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/personintegrationapi/common/client/request/MilitaryRecordRequest.kt
Copy file name to clipboardexpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/personintegrationapi/common/client/request/UpdateMilitaryRecord.kt
Copy file name to clipboardexpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/personintegrationapi/common/client/response/ReferenceDataCode.kt
Copy file name to clipboardexpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/personintegrationapi/corepersonrecord/dto/response/MilitaryRecordDto.kt
-6
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,6 @@ import java.time.LocalDate
8
8
@JsonInclude(Include.NON_NULL)
9
9
@Schema(description ="DTO representing a military record with details about service in the UK Armed Forces.")
10
10
data classMilitaryRecordDto(
11
-
@Schema(
12
-
description ="Booking ID of the prisoner.",
13
-
example ="1234567",
14
-
)
15
-
valbookingId:Long,
16
-
17
11
@Schema(
18
12
description ="Sequence number of the military record within the booking.",
Copy file name to clipboardexpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/personintegrationapi/corepersonrecord/resource/CorePersonRecordV1Resource.kt
Copy file name to clipboardexpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/personintegrationapi/corepersonrecord/service/CorePersonRecordService.kt
Copy file name to clipboardexpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/personintegrationapi/corepersonrecord/resource/CorePersonRecordV1ResourceIntTest.kt
0 commit comments