Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 426 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 426 Bytes

shilen-money-transfer-api

Sending POST to create Account from Postman

{ "firstName": "Tekle", "lastName": "Kidanemariam", "email": "teklgy@gmail.com", "phoneNumber":"+251911556644", "pin":"1134" }

Sending POST to create Transfer from Postman

{ "reasonForTransfer": "Payable", "transferAmount": "1000.5", "status": "done", "senderAccount":{"id":4}, "receiverAccount":{"id":5} }