{"openapi":"3.0.1","info":{"title":"jps judicial payment service","description":"jps judicial payment service","license":{"name":"MIT","url":"https://opensource.org/licenses/MIT"},"version":"v0.0.1"},"externalDocs":{"description":"README","url":"https://github.com/hmcts/jps-judicial-payment-service#readme"},"servers":[{"url":"http://localhost","description":"Generated server url"}],"security":[{"bearerAuth":[]},{"serviceAuthorization":[]}],"paths":{"/submitSittingRecords/{hmctsServiceCode}":{"post":{"tags":["submit-sitting-records-controller"],"description":"Submit sitting records","operationId":"submitSittingRecords","parameters":[{"name":"hmctsServiceCode","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitSittingRecordRequest"}}},"required":true},"responses":{"200":{"description":"Successfully submitted sitting records","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitSittingRecordResponse"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"}}}},"/sitting-records/searchSittingRecords/{hmctsServiceCode}":{"post":{"tags":["sitting-record-controller"],"operationId":"searchSittingRecords","parameters":[{"name":"hmctsServiceCode","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SittingRecordSearchRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SittingRecordSearchResponse"}}}}}}},"/recordSittingRecords/{hmctsServiceCode}":{"post":{"tags":["record-sitting-records-controller"],"description":"Create a new sitting record","operationId":"recordSittingRecords","parameters":[{"name":"hmctsServiceCode","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSittingRecordRequest"}}},"required":true},"responses":{"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"},"201":{"description":"Successfully created sitting record","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSittingRecordResponse"}}}},"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/RecordSittingRecordResponse"}}}}}}},"/test":{"get":{"tags":["test-controller"],"operationId":"getUserRoles","responses":{"204":{"description":"No Content","content":{"application/json":{"schema":{"type":"string"}}}}}}},"/sittingRecord/{sittingRecordId}":{"delete":{"tags":["sitting-record-delete-controller"],"description":"Delete sitting record","operationId":"deleteSittingRecord","parameters":[{"name":"sittingRecordId","in":"path","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"Successfully deleted sitting record","content":{"application/json":{"schema":{"type":"string"}}}},"400":{"description":"Bad Request"},"401":{"description":"Unauthorized"},"403":{"description":"Forbidden"}}}}},"components":{"schemas":{"SubmitSittingRecordRequest":{"required":["dateRangeFrom","dateRangeTo","regionId","submittedByIdamId","submittedByName"],"type":"object","properties":{"submittedByIdamId":{"type":"string"},"submittedByName":{"type":"string"},"regionId":{"maxLength":2,"minLength":1,"type":"string"},"dateRangeFrom":{"type":"string","format":"date"},"dateRangeTo":{"type":"string","format":"date"},"epimmsId":{"type":"string"},"createdByUserId":{"type":"string"},"personalCode":{"type":"string"},"judgeRoleTypeId":{"type":"string"},"duration":{"type":"string","enum":["AM","PM","FULL_DAY"]}}},"SubmitSittingRecordResponse":{"type":"object","properties":{"recordsSubmitted":{"type":"integer","format":"int32"},"recordsClosed":{"type":"integer","format":"int32"}}},"SittingRecordSearchRequest":{"required":["dateOrder","dateRangeFrom","dateRangeTo","offset","pageSize"],"type":"object","properties":{"pageSize":{"type":"integer","format":"int32"},"offset":{"minimum":0,"type":"integer","format":"int32"},"dateOrder":{"type":"string","enum":["ASCENDING","DESCENDING"]},"dateRangeFrom":{"type":"string","format":"date"},"dateRangeTo":{"type":"string","format":"date"},"regionId":{"type":"string"},"epimmsId":{"type":"string"},"personalCode":{"type":"string"},"judgeRoleTypeId":{"type":"string"},"medicalMembersOnly":{"type":"boolean"},"includeFees":{"type":"boolean"},"duration":{"type":"string","enum":["AM","PM","FULL_DAY"]},"statusId":{"type":"string","enum":["RECORDED","SUBMITTED","PUBLISHED","CLOSED","DELETED"]},"createdByUserId":{"type":"string"}}},"RecordingUser":{"type":"object","properties":{"userId":{"type":"string"},"userName":{"type":"string"}}},"SittingRecord":{"type":"object","properties":{"sittingRecordId":{"type":"integer","format":"int64"},"sittingDate":{"type":"string","format":"date"},"statusId":{"type":"string","enum":["RECORDED","SUBMITTED","PUBLISHED","CLOSED","DELETED"]},"regionId":{"type":"string"},"regionName":{"type":"string"},"epimmsId":{"type":"string"},"venueName":{"type":"string"},"hmctsServiceId":{"type":"string"},"personalCode":{"type":"string"},"personalName":{"type":"string"},"contractTypeId":{"type":"integer","format":"int64"},"contractTypeName":{"type":"string"},"judgeRoleTypeId":{"type":"string"},"judgeRoleTypeName":{"type":"string"},"crownServantFlag":{"type":"boolean"},"londonFlag":{"type":"boolean"},"payrollId":{"type":"string"},"accountCode":{"type":"string"},"fee":{"type":"integer","format":"int64"},"am":{"type":"boolean"},"pm":{"type":"boolean"},"createdDateTime":{"type":"string","format":"date-time"},"createdByUserId":{"type":"string"},"createdByUserName":{"type":"string"},"changedDateTime":{"type":"string","format":"date-time"},"changedByUserId":{"type":"string"},"changedByUserName":{"type":"string"}}},"SittingRecordSearchResponse":{"type":"object","properties":{"recordCount":{"type":"integer","format":"int64"},"recordingUsers":{"type":"array","items":{"$ref":"#/components/schemas/RecordingUser"}},"sittingRecords":{"type":"array","items":{"$ref":"#/components/schemas/SittingRecord"}}}},"RecordSittingRecordRequest":{"required":["recordedByIdamId","recordedByName","recordedSittingRecords"],"type":"object","properties":{"recordedByIdamId":{"type":"string"},"recordedByName":{"type":"string"},"recordedSittingRecords":{"maxItems":2147483647,"minItems":1,"type":"array","items":{"$ref":"#/components/schemas/SittingRecordRequest"}}}},"SittingRecordRequest":{"required":["contractTypeId","epimmsId","judgeRoleTypeId","personalCode","sittingDate"],"type":"object","properties":{"sittingDate":{"type":"string","format":"date"},"epimmsId":{"type":"string"},"personalCode":{"type":"string"},"contractTypeId":{"type":"integer","format":"int64"},"judgeRoleTypeId":{"type":"string"},"am":{"type":"boolean"},"pm":{"type":"boolean"},"replaceDuplicate":{"type":"boolean"}}},"RecordSittingRecordResponse":{"type":"object","properties":{"message":{"type":"string"},"errorRecords":{"type":"array","items":{"$ref":"#/components/schemas/SittingRecordResponse"}}}},"SittingRecordResponse":{"type":"object","properties":{"postedRecord":{"$ref":"#/components/schemas/SittingRecordRequest"},"errorCode":{"type":"string","enum":["VALID","INVALID_JUDGE_ROLE_TYPE_ID","DUPLICATE_RECORD","INVALID_LOCATION","UN_KNOWN_JOH","POTENTIAL_DUPLICATE_RECORD","INVALID_DUPLICATE_RECORD"]},"createdByName":{"type":"string"},"createdDateTime":{"type":"string","format":"date-time"},"statusId":{"type":"string","enum":["RECORDED","SUBMITTED","PUBLISHED","CLOSED","DELETED"]},"am":{"type":"boolean"},"pm":{"type":"boolean"},"judgeRoleTypeId":{"type":"string"},"judgeRoleTypeName":{"type":"string"},"venue":{"type":"string"}}}},"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"},"serviceAuthorization":{"type":"apiKey","name":"ServiceAuthorization","in":"header"}}}}
