{"info":{"_postman_id":"7c8a9bf4-f528-4f47-9271-b65066e3bdfb","name":"Transaction","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"9364284","collectionId":"7c8a9bf4-f528-4f47-9271-b65066e3bdfb","publishedId":"2s93JnV7Jr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-03-05T13:57:33.000Z"},"item":[{"name":"Add Transaction","id":"ff321e56-6564-4eec-980d-ffafd3be27a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{SANCTUM_TOKEN}}"}]},"isInherited":false},"method":"POST","header":[{"key":"","value":"","type":"text"},{"key":"Accept","value":"application/vnd.api+json","type":"text"},{"key":"Content-Type","value":"application/vnd.api+json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"credit_account","value":"4","type":"text"},{"key":"amount","value":"1","type":"text"},{"key":"schedule","value":"1","type":"text"},{"key":"period","value":"2023-05-04 16:43:00","type":"text"}]},"url":"http://127.0.0.1:80/api/v1/accounts/3/transactions","description":"<p>Get all transactions for a given account</p>\n","urlObject":{"protocol":"http","port":"80","path":["api","v1","accounts","3","transactions"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"ff321e56-6564-4eec-980d-ffafd3be27a6"},{"name":"Get Transactions","id":"8ca25c4b-6184-4edc-8cd7-9f08084abe3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{SANCTUM_TOKEN}}"}]},"isInherited":false},"method":"GET","header":[],"url":"http://127.0.0.1:80/api/v1/accounts/1/transactions","description":"<p>Get a users account transactions</p>\n","urlObject":{"protocol":"http","port":"80","path":["api","v1","accounts","1","transactions"],"host":["127","0","0","1"],"query":[{"disabled":true,"key":"date","value":"2023-03-31"},{"disabled":true,"key":"date_operand","value":">"},{"disabled":true,"key":"perPage","value":"1"},{"disabled":true,"key":"page","value":"3"},{"disabled":true,"key":"price_operand","value":"="},{"disabled":true,"key":"price","value":"1"}],"variable":[]}},"response":[],"_postman_id":"8ca25c4b-6184-4edc-8cd7-9f08084abe3b"}]}