약관 등록
Request
POST : http://127.0.0.1:8080/terms
{
"name":"신청 이용 약관",
"termsDetailUrl":"https://abc-storage.acc/dasdasd"
}
Response
{
"result": {
"code": "0000",
"desc": "success"
},
"data": {
"termsId": 1,
"name": "신청 이용 약관",
"termsDetailUrl": "https://abc-storage.acc/dasdasd",
"createdAt": "2023-01-08T21:35:06.7348536",
"updatedAt": "2023-01-08T21:35:06.7348536"
}
}
약관 조회
Request
GET : http://127.0.0.1:8080/terms
Response
{
"result": {
"code": "0000",
"desc": "success"
},
"data": [
{
"termsId": 1,
"name": "신청 이용 약관",
"termsDetailUrl": "https://abc-storage.acc/dasdasd",
"createdAt": "2023-01-09T01:43:06.920793",
"updatedAt": "2023-01-09T01:43:06.920793"
},
{
"termsId": 2,
"name": "신청 이용 약관",
"termsDetailUrl": "https://abc-storage.acc/dasdasd",
"createdAt": "2023-01-09T01:43:08.637727",
"updatedAt": "2023-01-09T01:43:08.637727"
}
]
}
'대출' 카테고리의 다른 글
대출 도메인 처리 과정, 대출 집행 도메인 API (0) | 2023.04.16 |
---|---|
대출 심사 도메인 (0) | 2023.03.08 |
대출 신청 서류 관련(조회, 전체조회, 삭제) 기능 구현 (0) | 2023.03.05 |
대출 신청 도메인 (0) | 2023.01.08 |
대출 상담 도메인 (0) | 2023.01.07 |
댓글