Closed EmiiFernandez closed 1 month ago
Endpoint: LISTAR TODAS LAS CONTRIBUCIONES DEL USUARIO LOGUEADO
URL: http://localhost:8080/api/contribuciones/usuario-logueado action: GET jwt: Si Expected response:
[ { "id": "0e32913d-e3f0-4070-94d7-bdc7bbfd5643", "lenderAccountId": "7eabe6db-6cd0-47b5-85a6-40501cb4993d", "lenderFullname": "MOMOA, Jason", "borrowerFullname": "SORGAS, Peter", "microcreditId": "5535dc38-e75d-47a3-8ba5-bd7d54821d2a", "amount": 1000.00, "createdDate": "2024-09-30", "expiredDateMicrocredit": "2024-10-30", "transactionStatus": "COMPLETED" }, { "id": "b6a5d2ea-08b6-416f-9702-3e8d81e03cc2", "lenderAccountId": "7eabe6db-6cd0-47b5-85a6-40501cb4993d", "lenderFullname": "MOMOA, Jason", "borrowerFullname": "PASCAL, Pedro", "microcreditId": "bb7d11a0-852a-4b35-aad6-ee932d24185e", "amount": 1000.00, "createdDate": "2024-10-03", "expiredDateMicrocredit": "2024-11-02", "transactionStatus": "ACCEPTED" } ]
Notas:
test pasado!
Endpoint: LISTAR TODAS LAS CONTRIBUCIONES DEL USUARIO LOGUEADO
URL: http://localhost:8080/api/contribuciones/usuario-logueado action: GET jwt: Si Expected response:
Notas: