WalletBackend

Swagger API

image

Register

image

Login

image

Create bill

image

image

Bind user to bill

image

image

Create transaction

image

JSON:
[
  {
    "type": 1,
    "amount": 333,
    "name": "string",
    "description": "string",
    "createdDate": "2023-11-16T11:28:36.071Z",
    "status": 0,
    "billId": "b765237b-f0dc-433c-b1a4-e6a6ad7ebbe8",
    "userId": "a73c3e82-8f4e-401c-abd4-0ba650ba9bcd",
    "id": "4a01f67e-cdec-4c77-b7f7-32232092d2c2"
  },
  {
    "type": 0,
    "amount": 111,
    "name": "string",
    "description": "string",
    "createdDate": "2023-11-16T11:28:36.071Z",
    "status": 1,
    "billId": "b765237b-f0dc-433c-b1a4-e6a6ad7ebbe8",
    "userId": "a73c3e82-8f4e-401c-abd4-0ba650ba9bcd",
    "id": "d998d523-6fb9-4d93-be0a-84bb2ef2c089"
  },
  {
    "type": 0,
    "amount": 31,
    "name": "string",
    "description": "string",
    "createdDate": "2023-11-16T11:28:36.071Z",
    "status": 0,
    "billId": "b765237b-f0dc-433c-b1a4-e6a6ad7ebbe8",
    "userId": "a73c3e82-8f4e-401c-abd4-0ba650ba9bcd",
    "id": "97d5979b-37fd-4770-b5f6-3556fc92bf80"
  },
  {
    "type": 0,
    "amount": 71,
    "name": "string",
    "description": "string",
    "createdDate": "2023-11-16T11:28:36.071Z",
    "status": 0,
    "billId": "b765237b-f0dc-433c-b1a4-e6a6ad7ebbe8",
    "userId": "a73c3e82-8f4e-401c-abd4-0ba650ba9bcd",
    "id": "228daf14-1895-4acd-90db-52e891f9bc18"
  },
  {
    "type": 0,
    "amount": 121,
    "name": "string",
    "description": "string",
    "createdDate": "2023-11-16T11:28:36.071Z",
    "status": 1,
    "billId": "b765237b-f0dc-433c-b1a4-e6a6ad7ebbe8",
    "userId": "a73c3e82-8f4e-401c-abd4-0ba650ba9bcd",
    "id": "9bcd11d8-a35b-4ceb-8efa-04547f63e983"
  }
]

Daily points

Every day dailing points to users using Quartz

image