diff --git a/openapi.yml b/openapi.yml index caf0a5a..2792646 100644 --- a/openapi.yml +++ b/openapi.yml @@ -167,6 +167,34 @@ paths: comment: type: string example: "Testing PenalCharge" + responses: + 200: + description: A successful response + /autocall/analytic-salary-detect: + post: + summary: Salary Detect Endpoint + requestBody: + required: true + 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 responses: 200: description: A successful response \ No newline at end of file