added salary table
This commit was merged in pull request #25.
This commit is contained in:
+16
-17
@@ -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
|
||||
Reference in New Issue
Block a user