added salary table

This commit was merged in pull request #25.
This commit is contained in:
Chinenye Nmoh
2025-06-18 22:25:45 +01:00
parent 36cddd9327
commit ad25be1856
9 changed files with 124 additions and 21 deletions
+16 -17
View File
@@ -178,23 +178,22 @@ paths:
content:
application/json:
schema:
type: array
items:
type: object
properties:
salaryDate:
type: string
format: date
example: "2022-01-01"
customerId:
type: string
example: "CN621868"
accountId:
type: string
example: "2017821799"
salaryAmount:
type: number
example: 200000
type: object
properties:
customerId:
type: string
example: "CN621868"
accountId:
type: string
example: "OP621868"
status:
type: string
amount:
type: number
example: 200000
salaryDate:
type: string
example: "2025-01-01"
responses:
200:
description: A successful response