File tree Expand file tree Collapse file tree 3 files changed +21
-21
lines changed
dedicated-virtual-account Expand file tree Collapse file tree 3 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 44 summary : Create Customer
55 operationId : customer_create
66 requestBody :
7- content :
8- application/x-www-form-urlencoded :
9- schema :
10- allOf :
11- - $ref : ' ../../schemas/customer/CustomerRequired.yaml'
12- - $ref : ' ../../schemas/customer/CustomerBase.yaml'
13- application/json :
14- schema :
15- allOf :
16- - $ref : ' ../../schemas/customer/CustomerRequired.yaml'
17- - $ref : ' ../../schemas/customer/CustomerBase.yaml'
7+ content :
8+ application/x-www-form-urlencoded :
9+ schema :
10+ allOf :
11+ - $ref : ' ../../schemas/customer/CustomerRequired.yaml'
12+ - $ref : ' ../../schemas/customer/CustomerBase.yaml'
13+ application/json :
14+ schema :
15+ allOf :
16+ - $ref : ' ../../schemas/customer/CustomerRequired.yaml'
17+ - $ref : ' ../../schemas/customer/CustomerBase.yaml'
1818 responses :
1919 201 :
2020 $ref : ' ../../responses/created.yaml'
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ delete:
2323 - Dedicated Virtual Account
2424 summary : Deactivate Dedicated Account
2525 operationId : dedicatedAccount_deactivate
26- responses :
27- 200 :
28- $ref : ' ../../responses/created.yaml'
29- 401 :
30- $ref : ' ../../responses/unauthorized.yaml'
31- 404 :
32- $ref : ' ../../responses/unauthorized.yaml'
33- default :
34- description : Server error
26+ responses :
27+ 200 :
28+ $ref : ' ../../responses/created.yaml'
29+ 401 :
30+ $ref : ' ../../responses/unauthorized.yaml'
31+ 404 :
32+ $ref : ' ../../responses/unauthorized.yaml'
33+ default :
34+ description : Server error
Original file line number Diff line number Diff line change @@ -59,4 +59,4 @@ properties:
5959 split_code :
6060 description : |-
6161 The split code of the transaction split.
62- type : string
62+ type : string
You can’t perform that action at this time.
0 commit comments