{"info":{"_postman_id":"1440f2a8-2a4a-46df-89c2-e029198c39d0","name":"PFM Requests","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"30170318","collectionId":"1440f2a8-2a4a-46df-89c2-e029198c39d0","publishedId":"2sBXiomAEZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-04-02T13:06:35.000Z"},"item":[{"name":"Security","item":[{"name":"/authenticate","id":"e651aa5d-6a78-4ef3-befb-766ef9a7c6bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"jeff\",\r\n    \"password\" : \"jeff123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/authenticate","description":"<h3 id=\"post-pfmauthenticate\">POST <code>/pfm/authenticate</code></h3>\n<p>Authenticates a PFM user with a username/password and returns an authentication result (typically used to obtain/verify a session or token for subsequent PFM API calls).</p>\n<p><strong>Method:</strong> <code>POST</code><br /><strong>URL:</strong> <code>http://localhost:9010/api/v1.0.0/pfm/authenticate</code></p>\n<hr />\n<h4 id=\"authentication\">Authentication</h4>\n<p>No explicit Postman auth is configured on this request.<br />This endpoint is expected to be called <strong>without</strong> an <code>Authorization</code> header, using credentials in the request body.</p>\n<hr />\n<h4 id=\"request-body-json\">Request Body (JSON)</h4>\n<p><strong>Content-Type:</strong> <code>application/json</code></p>\n<p>Required fields:</p>\n<ul>\n<li><p><code>username</code> (string) – user identifier/login name</p>\n</li>\n<li><p><code>password</code> (string) – user password</p>\n</li>\n</ul>\n<p>Example:</p>\n<p>```json<br />{<br />\"username\": \"jeff\",<br />\"password\": \"jeff123\"<br />}</p>\n","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","authenticate"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e651aa5d-6a78-4ef3-befb-766ef9a7c6bf"}],"id":"e198fb78-0808-4051-9d01-6cf3835fb651","description":"<p>Handles authentication and authorization for the PFM API. This folder contains the request responsible for securing access to the application, such as login or token generation. All protected endpoints in the API depend on successful authentication through this flow.</p>\n","_postman_id":"e198fb78-0808-4051-9d01-6cf3835fb651"},{"name":"User","item":[{"name":"/authenticate/create","id":"783c73c4-fdeb-45e0-a61a-7b796c13534f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\" : \"jeff\",\r\n    \"password\" : \"jeff123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/authenticate/create","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","authenticate","create"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"783c73c4-fdeb-45e0-a61a-7b796c13534f"}],"id":"5f7eb333-c870-4379-a9f1-0cf2bc4550db","description":"<p>Manages user account operations within the PFM API. This folder contains the request for creating or retrieving a user profile, which serves as the foundation for all other personal finance data in the application. User identity is central to associating financial records across all other domains.</p>\n","_postman_id":"5f7eb333-c870-4379-a9f1-0cf2bc4550db"},{"name":"AllocationMapping","item":[{"name":"/get/allocation.mapping","id":"cc3a8e30-bc7e-4da7-8dcc-6a7248122ca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/allocation.mapping","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","allocation.mapping"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc3a8e30-bc7e-4da7-8dcc-6a7248122ca5"},{"name":"/get/allocation.mapping?page={int}&size={int}&sortBy={string}","id":"75992624-53d3-4b1a-bb95-c82582802fb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/allocation.mapping?page=0&size=3&sortBy=allocId","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","allocation.mapping"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"3"},{"key":"sortBy","value":"allocId"}],"variable":[]}},"response":[],"_postman_id":"75992624-53d3-4b1a-bb95-c82582802fb9"},{"name":"/search/allocation.mapping?page={int}&size={int}&sortBy={string}&{column}={value}","id":"b25741af-af45-4acc-a25f-4c2557b14da7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/allocation.mapping?page=0&size=10&sortBy=allocId","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","allocation.mapping"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"sortBy","value":"allocId"}],"variable":[]}},"response":[],"_postman_id":"b25741af-af45-4acc-a25f-4c2557b14da7"},{"name":"/get/allocation.mapping/allocId/{id}","id":"4db1ed34-c830-4046-859b-3eab1349a830","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/allocation.mapping/allocId/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","allocation.mapping","allocId","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4db1ed34-c830-4046-859b-3eab1349a830"},{"name":"/allocation.mapping/create/","id":"411ae57a-a7a2-46bd-a0c4-50dc572b10ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"allocation\": \"Housing Fund\",\r\n  \"type\": \"Expense\",\r\n  \"description\": \"Monthly rent payment for apartment\",\r\n  \"status\": \"Active\",\r\n  \"addedBy\": \"Jeff\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/allocation.mapping/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","allocation.mapping","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"411ae57a-a7a2-46bd-a0c4-50dc572b10ab"},{"name":"/allocation.mapping/update/{id}","id":"d442e1bb-9d51-471a-ba06-ccd2682f20fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"Not Active\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/allocation.mapping/update/9","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","allocation.mapping","update","9"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d442e1bb-9d51-471a-ba06-ccd2682f20fd"},{"name":"/allocation.mapping/delete/{id}","id":"ecadad93-bec3-43f1-b46e-51cb6394905e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/allocation.mapping/delete/9","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","allocation.mapping","delete","9"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecadad93-bec3-43f1-b46e-51cb6394905e"}],"id":"8583a3b7-9ced-4687-97c0-6ba0b9c7e628","description":"<p>Contains CRUD operations for managing allocation mappings in the PFM API. Allocation mappings define how a user's income or budget is distributed across different financial categories or goals. Use these endpoints to create, read, update, and delete allocation rules at <code>localhost:9010/api/v1.0.0/pfm/</code>.</p>\n","_postman_id":"8583a3b7-9ced-4687-97c0-6ba0b9c7e628"},{"name":"InvestmentsAndSavingsDay","item":[{"name":"/get/investmentsandsavingsday","id":"fdeacea8-c0f4-4ae3-bb07-727a53b6b2be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/investmentsandsavingsday","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","investmentsandsavingsday"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fdeacea8-c0f4-4ae3-bb07-727a53b6b2be"},{"name":"/get/investmentsandsavingsday?page={int}&size={int}&sortBy={string}","id":"9643ea29-2921-44b4-9ba1-23fc2996c377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/investmentsandsavingsday?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","investmentsandsavingsday"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"}],"variable":[]}},"response":[],"_postman_id":"9643ea29-2921-44b4-9ba1-23fc2996c377"},{"name":"/get/investmentsandsavingsday/Id/{id}","id":"e04bd556-5fe2-4021-87bc-eeabaa5b0592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/investmentsandsavingsday/Id/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","investmentsandsavingsday","Id","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e04bd556-5fe2-4021-87bc-eeabaa5b0592"},{"name":"/search/investmentsandsavingsday/allocId/{allocationId}","id":"33127d2d-2f60-4430-86db-ce11b0535c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/investmentsandsavingsday/allocId/1?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","investmentsandsavingsday","allocId","1"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"},{"disabled":true,"key":"date","value":""}],"variable":[]}},"response":[],"_postman_id":"33127d2d-2f60-4430-86db-ce11b0535c47"},{"name":"/investmentsandsavingsday/create/","id":"e502cda0-f4e5-42b2-bcef-a8a7bf3a958a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"allocId\": 14,\r\n  \"date\": \"2026-03-28\",\r\n  \"valueAdded\": 100,\r\n  \"marketValue\": 5100,\r\n  \"addedBy\": \"jeff\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/investmentsandsavingsday/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","investmentsandsavingsday","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e502cda0-f4e5-42b2-bcef-a8a7bf3a958a"},{"name":"/investmentsandsavingsday/update/{id}","id":"a6942896-848f-4620-b54b-44a9dfb875f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"marketValue\": 5100,\r\n  \"updateBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/investmentsandsavingsday/update/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","investmentsandsavingsday","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a6942896-848f-4620-b54b-44a9dfb875f4"},{"name":"/investmentsandsavingsday/delete/{id}","id":"c8fee2f9-f2b0-407b-9e87-d742a2b6a939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/investmentsandsavingsday/delete/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","investmentsandsavingsday","delete","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8fee2f9-f2b0-407b-9e87-d742a2b6a939"}],"id":"d7e5402b-1c90-438d-8c3b-3dcc86768faa","description":"<p>Contains CRUD operations for managing daily investments and savings data in the PFM API. This folder tracks day-level records of investment activity and savings contributions, enabling granular financial monitoring. Use these endpoints to create, read, update, and delete investment and savings day entries.</p>\n","_postman_id":"d7e5402b-1c90-438d-8c3b-3dcc86768faa"},{"name":"MonthlyGrowth","item":[{"name":"/get/monthlygrowth","id":"2fce2e32-f74a-4844-9e74-770d4b7eb7e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/monthlygrowth","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","monthlygrowth"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fce2e32-f74a-4844-9e74-770d4b7eb7e3"},{"name":"/get/monthlygrowth?page={int}&size={int}&sortBy={string}","id":"1ada3396-caa5-4cc5-9aaf-4f6b5e90cdad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/monthlygrowth?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","monthlygrowth"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"}],"variable":[]}},"response":[],"_postman_id":"1ada3396-caa5-4cc5-9aaf-4f6b5e90cdad"},{"name":"/get/monthlygrowth/id/{id}","id":"41bd6969-f1a4-420d-914c-f9d80375e8af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/monthlygrowth/id/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","monthlygrowth","id","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"41bd6969-f1a4-420d-914c-f9d80375e8af"},{"name":"/search/monthlygrowth/allocId/{allocationId}","id":"099ee399-f882-4f8e-9393-11535fe9900e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/monthlygrowth/allocId/1?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","monthlygrowth","allocId","1"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"},{"disabled":true,"key":"month","value":""}],"variable":[]}},"response":[],"_postman_id":"099ee399-f882-4f8e-9393-11535fe9900e"},{"name":"/monthlygrowth/create/","id":"03a131bd-307d-494a-a4bd-264a63e805e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"allocId\": 1,\r\n  \"month\": \"March\",\r\n  \"year\": 2026,\r\n  \"contribution\": 500,\r\n  \"totalContribution\": 1500,\r\n  \"currentValue\": 12000,\r\n  \"growthRate\": 5,\r\n  \"previousContrib\": 400,\r\n  \"addedBy\": \"jeff\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/monthlygrowth/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","monthlygrowth","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"03a131bd-307d-494a-a4bd-264a63e805e5"},{"name":"/monthlygrowth/update/{id}","id":"0bba5960-43a3-4877-9dc6-bc93d2334e28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"currentValue\": 12500,\r\n  \"updateBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/monthlygrowth/update/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","monthlygrowth","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bba5960-43a3-4877-9dc6-bc93d2334e28"},{"name":"/monthlygrowth/delete/{id}","id":"288eed6b-636e-4c13-9e92-25d39b1fd9e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/monthlygrowth/delete/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","monthlygrowth","delete","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"288eed6b-636e-4c13-9e92-25d39b1fd9e0"}],"id":"645fa4a5-b8af-4994-bf7c-d6176028d1d4","description":"<p>Contains CRUD operations for tracking monthly financial growth in the PFM API. This folder records and manages month-over-month changes in a user's financial position, including growth in savings, investments, or net worth. Use these endpoints to create, read, update, and delete monthly growth entries.</p>\n","_postman_id":"645fa4a5-b8af-4994-bf7c-d6176028d1d4"},{"name":"NetWorth","item":[{"name":"/get/networth","id":"4becf849-1e0d-4466-8cbc-ac699612efea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/networth","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","networth"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4becf849-1e0d-4466-8cbc-ac699612efea"},{"name":"/get/networth?page={int}&size={int}&sortBy={string}","id":"5307c6ef-0739-46b3-8b7a-1873314208cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/networth?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","networth"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"}],"variable":[]}},"response":[],"_postman_id":"5307c6ef-0739-46b3-8b7a-1873314208cc"},{"name":"/get/networth.monthYear?month={string}&year={int}","id":"28407a16-f876-4b44-bdb1-6c57d2d924b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/networth.monthYear?month=April&year=2026","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","networth.monthYear"],"host":["localhost"],"query":[{"key":"month","value":"April"},{"key":"year","value":"2026"}],"variable":[]}},"response":[],"_postman_id":"28407a16-f876-4b44-bdb1-6c57d2d924b0"},{"name":"/get/networth/id/{id}","id":"868c7284-5a7e-408b-9e60-ae7c9a7c0dcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/networth/id/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","networth","id","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"868c7284-5a7e-408b-9e60-ae7c9a7c0dcd"},{"name":"/networth/create/","id":"09387fbe-7d5b-48ed-a15b-01d865f8b85d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"month\": \"March\",\r\n  \"year\": 2026,\r\n  \"value\": 50000,\r\n  \"addedBy\": \"jeff\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/networth/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","networth","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"09387fbe-7d5b-48ed-a15b-01d865f8b85d"},{"name":"/networth/update/{id}","id":"76ef6c83-9782-40e5-9057-e26ae3ba5afd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"value\": 52000,\r\n  \"updateBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/networth/update/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","networth","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"76ef6c83-9782-40e5-9057-e26ae3ba5afd"},{"name":"/networth/delete/{id}","id":"26ecd81b-3b5c-44a2-beef-3053e366dd25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/networth/delete/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","networth","delete","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"26ecd81b-3b5c-44a2-beef-3053e366dd25"}],"id":"0375fb62-cb51-4580-9598-b8b5aa9284d5","description":"<p>Contains CRUD operations for managing net worth calculations in the PFM API. This folder tracks a user's total net worth by aggregating assets and liabilities over time, providing a high-level view of overall financial health. Use these endpoints to create, read, update, and delete net worth records.</p>\n","_postman_id":"0375fb62-cb51-4580-9598-b8b5aa9284d5"},{"name":"SalaryTracker","item":[{"name":"/get/salarytracker","id":"bf4fb252-4c8c-4ee5-899d-b7254fa1aedf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/salarytracker","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","salarytracker"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bf4fb252-4c8c-4ee5-899d-b7254fa1aedf"},{"name":"/get/salarytracker?page={int}&size={int}&sortBy={string}","id":"48c3b29f-19ce-4fd4-9897-e7914a0810d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/salarytracker?page=0&size=5&sortBy=salaryId","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","salarytracker"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"salaryId"}],"variable":[]}},"response":[],"_postman_id":"48c3b29f-19ce-4fd4-9897-e7914a0810d3"},{"name":"/search/salarytracker?page={int}&size={int}&sortBy={string}&{column}={value}","id":"57123f1c-9f30-4560-b25a-538f2b38ed88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/salarytracker?page=0&size=10&sortBy=salaryId&status=Active","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","salarytracker"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"sortBy","value":"salaryId"},{"key":"status","value":"Active"}],"variable":[]}},"response":[],"_postman_id":"57123f1c-9f30-4560-b25a-538f2b38ed88"},{"name":"/get/salarytracker/id/{salaryId}","id":"91cf409f-ba8e-4ee7-8930-5a47c46663b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/salarytracker/id/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","salarytracker","id","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"91cf409f-ba8e-4ee7-8930-5a47c46663b6"},{"name":"/salarytracker/create/","id":"f4921653-e46d-4dac-be7f-9db5440e59b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"date\": \"2026-03-28\",\r\n  \"salary\": 75000,\r\n  \"status\": \"Active\",\r\n  \"addedBy\": \"jeff\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/salarytracker/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","salarytracker","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4921653-e46d-4dac-be7f-9db5440e59b5"},{"name":"/salarytracker/update/{salaryId}","id":"02876a8a-11fa-492b-858f-08db292750f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"salary\": 78000,\r\n  \"updateBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/salarytracker/update/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","salarytracker","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"02876a8a-11fa-492b-858f-08db292750f3"},{"name":"/salarytracker/delete/{salaryId}","id":"2386a34c-22c9-4cae-a13d-a7e2548aa09e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/salarytracker/delete/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","salarytracker","delete","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2386a34c-22c9-4cae-a13d-a7e2548aa09e"}],"id":"32651225-1fd6-4aec-9f63-048a263c17fe","description":"<p>Contains CRUD operations for tracking salary records in the PFM API. This folder manages income entries, allowing users to log and maintain a history of salary payments received over time. Use these endpoints to create, read, update, and delete salary records.</p>\n","_postman_id":"32651225-1fd6-4aec-9f63-048a263c17fe"},{"name":"SalaryExpenseTracker","item":[{"name":"/get/salaryexpensetracker","id":"bb8fe472-f859-48de-9466-6c8e781a3536","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/salaryexpensetracker","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","salaryexpensetracker"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb8fe472-f859-48de-9466-6c8e781a3536"},{"name":"/get/salaryexpensetracker?page={int}&size={int}&sortBy={string}","id":"6ec5cb10-b372-4061-a171-b61a044702e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/salaryexpensetracker?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","salaryexpensetracker"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"}],"variable":[]}},"response":[],"_postman_id":"6ec5cb10-b372-4061-a171-b61a044702e3"},{"name":"/search/salaryexpensetracker?page={int}&size={int}&sortBy={string}&{column}={value}","id":"58e30eab-02e2-4d29-9916-dac38d079337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/salaryexpensetracker?page=0&size=10&sortBy=id&expenseDescription=rent&expenseType=utilities","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","salaryexpensetracker"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"sortBy","value":"id"},{"key":"expenseDescription","value":"rent"},{"key":"expenseType","value":"utilities"}],"variable":[]}},"response":[],"_postman_id":"58e30eab-02e2-4d29-9916-dac38d079337"},{"name":"/get/salaryexpensetracker/id/{id}","id":"d68a04d7-3219-44ce-bbdc-d8e5a5284fef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/salaryexpensetracker/id/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","salaryexpensetracker","id","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d68a04d7-3219-44ce-bbdc-d8e5a5284fef"},{"name":"/search/salaryexpensetracker/salaryId/{salaryId}","id":"e6c13ee0-fd66-4075-b50e-0187388bccb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/salaryexpensetracker/salaryId/1?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","salaryexpensetracker","salaryId","1"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"},{"disabled":true,"key":"expenseDescription","value":""},{"disabled":true,"key":"expenseType","value":""}],"variable":[]}},"response":[],"_postman_id":"e6c13ee0-fd66-4075-b50e-0187388bccb9"},{"name":"/salaryexpensetracker/create/","id":"9640043e-d105-49ee-a923-d15dc0e19e93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"salaryId\": 1,\r\n  \"date\": \"2026-03-28\",\r\n  \"expenseDescription\": \"Office supplies\",\r\n  \"expenseValue\": 150,\r\n  \"expenseType\": \"Variable\",\r\n  \"addedBy\": \"jeff\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/salaryexpensetracker/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","salaryexpensetracker","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9640043e-d105-49ee-a923-d15dc0e19e93"},{"name":"/salaryexpensetracker/update/{id}","id":"24703507-224e-4674-8d74-8ce074ba8e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"expenseValue\": 175,\r\n  \"updateBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/salaryexpensetracker/update/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","salaryexpensetracker","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24703507-224e-4674-8d74-8ce074ba8e34"},{"name":"/salaryexpensetracker/delete/{id}","id":"447d9dff-c4b7-499a-afd4-62a917c28744","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/salaryexpensetracker/delete/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","salaryexpensetracker","delete","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"447d9dff-c4b7-499a-afd4-62a917c28744"}],"id":"f092ab0f-59bc-45f2-bda6-3ad253ab98dd","description":"<p>Contains CRUD operations for tracking expenses associated with salary income in the PFM API. This folder links specific expense records to salary entries, providing a clear picture of how earned income is being spent. Use these endpoints to create, read, update, and delete salary-related expense records.</p>\n","_postman_id":"f092ab0f-59bc-45f2-bda6-3ad253ab98dd"},{"name":"WantList","item":[{"name":"/get/wantlist","id":"3bd1a8e9-7889-43b6-8309-db591c24d280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/wantlist","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","wantlist"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bd1a8e9-7889-43b6-8309-db591c24d280"},{"name":"/get/wantlist?page={int}&size={int}&sortBy={string}","id":"da89a7b7-41ef-4372-af3e-319c2761d56a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/wantlist?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","wantlist"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"}],"variable":[]}},"response":[],"_postman_id":"da89a7b7-41ef-4372-af3e-319c2761d56a"},{"name":"/search/wantlist?page={int}&size={int}&sortBy={string}&item={string}&afford={string}&remarks={string}&status={string}","id":"529a5b2a-94b3-45af-8dcb-30cea57bd60b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/wantlist?page=0&size=5&sortBy=id&item=New+laptop","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","wantlist"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"},{"key":"item","value":"New+laptop"}],"variable":[]}},"response":[],"_postman_id":"529a5b2a-94b3-45af-8dcb-30cea57bd60b"},{"name":"/get/wantlist/id/{id}","id":"ea4aacc3-f0b7-42a7-a644-3e02764ef344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/wantlist/id/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","wantlist","id","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea4aacc3-f0b7-42a7-a644-3e02764ef344"},{"name":"/wantlist/create/","id":"ee07749f-9cf1-48ee-bc09-ed07487d27cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"dateWanted\": \"2026-06-01\",\r\n  \"item\": \"New laptop\",\r\n  \"estimatedPrice\": 2500,\r\n  \"afford\": \"Save monthly\",\r\n  \"remarks\": \"Prefer 16GB RAM\",\r\n  \"status\": \"Planned\",\r\n  \"addedBy\": \"jeff\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/wantlist/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","wantlist","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ee07749f-9cf1-48ee-bc09-ed07487d27cb"},{"name":"/wantlist/update/{id}","id":"d3e9056e-bcc4-4ce2-9167-d0fea8a2bb97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"estimatedPrice\": 2300,\r\n  \"status\": \"Watching price\",\r\n  \"updateBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/wantlist/update/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","wantlist","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d3e9056e-bcc4-4ce2-9167-d0fea8a2bb97"},{"name":"/wantlist/delete/{id}","id":"f9e345f1-0c58-48f0-995a-46eb210af53f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/wantlist/delete/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","wantlist","delete","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9e345f1-0c58-48f0-995a-46eb210af53f"}],"id":"31936873-8d1d-429d-a1f1-70b3e262aff5","description":"<p>Contains CRUD operations for managing a user's want list in the PFM API. This folder allows users to log desired purchases or financial goals they are saving toward, helping prioritize spending decisions. Use these endpoints to create, read, update, and delete want list items.</p>\n","_postman_id":"31936873-8d1d-429d-a1f1-70b3e262aff5"},{"name":"YearlyGrowth","item":[{"name":"/get/yearlygrowth","id":"0d9ae514-034d-4c13-9971-70bdb49bc24d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/yearlygrowth","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","yearlygrowth"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d9ae514-034d-4c13-9971-70bdb49bc24d"},{"name":"/get/yearlygrowth?page={int}&size={int}&sortBy={string}","id":"7716948f-169b-483c-8421-c9fe35953c3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/yearlygrowth?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","yearlygrowth"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"}],"variable":[]}},"response":[],"_postman_id":"7716948f-169b-483c-8421-c9fe35953c3a"},{"name":"/get/yearlygrowth/id/{id}","id":"0b990bed-0dba-4f53-a0c0-97dd0314b919","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/yearlygrowth/id/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","yearlygrowth","id","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0b990bed-0dba-4f53-a0c0-97dd0314b919"},{"name":"/search/yearlygrowth/allocId/{allocationId}","id":"39d6f2b9-0255-4b61-a65e-f80d2d3e40f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/yearlygrowth/allocId/1?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","yearlygrowth","allocId","1"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"}],"variable":[]}},"response":[],"_postman_id":"39d6f2b9-0255-4b61-a65e-f80d2d3e40f1"},{"name":"/yearlygrowth/create/","id":"9826e550-ebd7-48bf-9f8d-2b967dbecaff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"allocId\": 1,\r\n  \"year\": 2026,\r\n  \"totalContribution\": 50000,\r\n  \"averageContribution\": 4166,\r\n  \"averageCurrentValue\": 52000,\r\n  \"averageGrowthRate\": 4,\r\n  \"addedBy\" : \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/yearlygrowth/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","yearlygrowth","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9826e550-ebd7-48bf-9f8d-2b967dbecaff"},{"name":"/yearlygrowth/update/{id}","id":"d9b02a17-6f7e-46ea-a2ac-2cb094c6d7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"year\": 2000,\r\n  \"updateBy\" : \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/yearlygrowth/update/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","yearlygrowth","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9b02a17-6f7e-46ea-a2ac-2cb094c6d7a4"},{"name":"/yearlygrowth/delete/{id}","id":"34e47d39-f3f5-4e43-8b79-1c0cfed47fee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/yearlygrowth/delete/3","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","yearlygrowth","delete","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"34e47d39-f3f5-4e43-8b79-1c0cfed47fee"}],"id":"1d3c421e-799d-48e8-8526-6c867dc181dc","description":"<p>Contains CRUD operations for tracking yearly financial growth in the PFM API. This folder manages annual snapshots of a user's financial progress, allowing the application to record, retrieve, update, and delete year-over-year growth data. Use these endpoints to monitor long-term financial trends and evaluate overall progress toward financial goals across yearly periods.</p>\n","_postman_id":"1d3c421e-799d-48e8-8526-6c867dc181dc"},{"name":"CCDetails","item":[{"name":"/get/cc.details","id":"3675b3df-c2a1-4afe-8f6a-35658c113948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.details","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.details"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3675b3df-c2a1-4afe-8f6a-35658c113948"},{"name":"/get/cc.details?page={int}&size={int}&sortBy={string}","id":"9556dfd6-c7f5-47b4-81f7-990a80a17109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.details?page=2&size=2&sortBy=ccId","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.details"],"host":["localhost"],"query":[{"key":"page","value":"2"},{"key":"size","value":"2"},{"key":"sortBy","value":"ccId"}],"variable":[]}},"response":[],"_postman_id":"9556dfd6-c7f5-47b4-81f7-990a80a17109"},{"name":"/search/cc.details?page={int}&size={int}&sortBy={string}&{column}={value}","id":"445bf7be-cd1a-4c1d-9316-e283ea5eb2ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/cc.details?page=0&size=10&sortBy=ccId&ccAcronym=AA","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","cc.details"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"sortBy","value":"ccId"},{"key":"ccAcronym","value":"AA"}],"variable":[]}},"response":[],"_postman_id":"445bf7be-cd1a-4c1d-9316-e283ea5eb2ab"},{"name":"/get/cc.details/ccId/{id}","id":"2049c123-620d-4f0a-88dc-6d7fab276278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.details/ccId/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.details","ccId","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2049c123-620d-4f0a-88dc-6d7fab276278"},{"name":"/cc.details/create/","id":"d9d30acb-6aeb-40ca-b2e5-e0212d59e188","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ccName\" : \"CC\",\r\n    \"ccLastDigit\" : \"1111\",\r\n    \"ccAcronym\" : \"AA\",\r\n    \"addedBy\" : \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/cc.details/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.details","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9d30acb-6aeb-40ca-b2e5-e0212d59e188"},{"name":"/cc.details/update/{id}","id":"19b8ae2c-ede5-4f33-afea-08bfccdc1ab3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ccAcronym\" : \"AB\",\r\n    \"updateBy\" : \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/cc.details/update/3","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.details","update","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"19b8ae2c-ede5-4f33-afea-08bfccdc1ab3"},{"name":"/cc.details/delete/{id}","id":"004f88ca-bb33-4245-b683-9d414bd3a43a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/cc.details/delete/3","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.details","delete","3"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"004f88ca-bb33-4245-b683-9d414bd3a43a"}],"id":"90267f43-f442-451c-b752-8a518f72690b","description":"<p>Contains CRUD operations for managing credit card details in the PFM API. This folder stores information about a user's credit cards, such as card name enabling the application to associate transactions and expenses with specific cards. Use these endpoints to create, read, update, and delete credit card records.</p>\n","_postman_id":"90267f43-f442-451c-b752-8a518f72690b"},{"name":"CCConnectedApps","item":[{"name":"/get/cc.connectedApp","id":"c5fca813-2b01-4bdb-8b25-893e38d081a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.connectedApp","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.connectedApp"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5fca813-2b01-4bdb-8b25-893e38d081a1"},{"name":"/get/cc.connectedApp?page={int}&size={int}&sortBy={string}","id":"bc2b4a5f-6352-4bda-a456-8673dd1ccfff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.connectedApp?page=2&size=2&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.connectedApp"],"host":["localhost"],"query":[{"key":"page","value":"2"},{"key":"size","value":"2"},{"key":"sortBy","value":"id"}],"variable":[]}},"response":[],"_postman_id":"bc2b4a5f-6352-4bda-a456-8673dd1ccfff"},{"name":"/search/cc.connectedApp?page={int}&size={int}&sortBy={string}&{column}={value}","id":"186e6220-fc1e-427a-8cde-adb0fd857722","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/cc.connectedApp/ccId/2?page=0&size=10","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","cc.connectedApp","ccId","2"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"186e6220-fc1e-427a-8cde-adb0fd857722"},{"name":"/get/cc.connectedApp/id/{id}","id":"e6c5c649-ecb2-42cb-8e01-0f998650e48e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.connectedApp/id/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.connectedApp","id","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e6c5c649-ecb2-42cb-8e01-0f998650e48e"},{"name":"/cc.connectedApp/create/","id":"151df19d-03a4-4d2e-888d-4985f6ba88f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ccId\": 1,\r\n  \"connectedApp\": \"Maya\",\r\n  \"subscription\": \"Premium Plan\",\r\n  \"autoDebit\": \"Enabled\",\r\n  \"amount\": 499.99,\r\n  \"date\": \"2026-03-27\",\r\n  \"remarks\": \"Monthly subscription auto-debited successfully\",\r\n  \"addedBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/cc.connectedApp/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.connectedApp","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"151df19d-03a4-4d2e-888d-4985f6ba88f7"},{"name":"/cc.connectedApp/update/{id}","id":"399ad04f-32b0-4b94-8d54-6699580b825b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"connectedApp\": \"PayPalSSS\",\r\n    \"subscription\": \"Premium Plan\",\r\n    \"autoDebit\": \"Enabled\",\r\n    \"amount\": \"499.99\",\r\n    \"date\": \"2026-03-27\",\r\n    \"remarks\": \"Monthly subscription auto-debited successfully\",\r\n    \"updateBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/cc.connectedApp/update/5","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.connectedApp","update","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"399ad04f-32b0-4b94-8d54-6699580b825b"},{"name":"/cc.connectedApp/delete/{id}","id":"81be2650-0f67-4987-9dd1-4f28d3d8cdef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/cc.connectedApp/delete/5","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.connectedApp","delete","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"81be2650-0f67-4987-9dd1-4f28d3d8cdef"},{"name":"/search/cc.connectedApp/ccId/{id}?page={int}&size={int}&sortBy={string}","id":"9746c93f-536f-4581-b3eb-3ffa0645bf6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/cc.connectedApp/ccId/2?page=0&size=5&sortBy=id","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","cc.connectedApp","ccId","2"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"id"}],"variable":[]}},"response":[],"_postman_id":"9746c93f-536f-4581-b3eb-3ffa0645bf6a"}],"id":"09a6d2fc-adf0-47e7-9e6b-ffab660f16ef","description":"<p>Contains CRUD operations for managing apps connected to a credit card in the PFM API. This folder tracks subscriptions and services that are billed to a specific credit card, helping users monitor recurring charges from connected applications. Use these endpoints to create, read, update, and delete credit card connected app entries.</p>\n","_postman_id":"09a6d2fc-adf0-47e7-9e6b-ffab660f16ef"},{"name":"CCRecordTracker","item":[{"name":"/get/cc.recordTracker","id":"f0c656b4-c6c2-4787-aa72-1b9e0ec808d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.recordTracker","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.recordTracker"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0c656b4-c6c2-4787-aa72-1b9e0ec808d1"},{"name":"/get/cc.recordTracker?page={int}&size={int}&sortBy={string}","id":"8a981989-1d8a-45ad-b0c8-4a4dcdb9bba8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.recordTracker?page=2&size=2&sortBy=ccRecId","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.recordTracker"],"host":["localhost"],"query":[{"key":"page","value":"2"},{"key":"size","value":"2"},{"key":"sortBy","value":"ccRecId"}],"variable":[]}},"response":[],"_postman_id":"8a981989-1d8a-45ad-b0c8-4a4dcdb9bba8"},{"name":"/search/cc.record.tracker/ccId/{id}?page={int}&size={int}&sortBy={string}&status={string}","id":"0b408cec-8e5d-4ed1-9f47-c4df65978acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/cc.record.tracker/ccId/1?page=0&size=5&sortBy=ccRecId&status=Active","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","cc.record.tracker","ccId","1"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"ccRecId"},{"key":"status","value":"Active"}],"variable":[]}},"response":[],"_postman_id":"0b408cec-8e5d-4ed1-9f47-c4df65978acb"},{"name":"/cc.recordTracker/create/","id":"bddfd146-ca68-4306-acfe-35f8c1d40711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ccId\": 1,\r\n  \"dateFrom\": \"2026-03-27\",\r\n  \"dateTo\": \"2026-03-27\",\r\n  \"dueDate\": \"2026-03-27\",\r\n  \"status\": \"Active\",\r\n  \"addedBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/cc.recordTracker/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.recordTracker","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bddfd146-ca68-4306-acfe-35f8c1d40711"},{"name":"/cc.recordTracker/update/{id}","id":"aa55f4cb-4571-41db-83a5-2a5a733b4ac3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"status\": \"Not\",\r\n  \"updatedBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/cc.recordTracker/update/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.recordTracker","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa55f4cb-4571-41db-83a5-2a5a733b4ac3"},{"name":"/cc.recordTracker/delete/{id}","id":"a22cece4-182a-4108-87b5-65e8c2e50d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/cc.recordTracker/delete/5","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.recordTracker","delete","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a22cece4-182a-4108-87b5-65e8c2e50d1e"}],"id":"27f9ffe1-e4e2-4a03-80ff-bbc2693e73f6","description":"<p>Contains CRUD operations for tracking credit card transaction records in the PFM API. This folder manages individual credit card charges and payments, providing a detailed ledger of credit card activity over time. Use these endpoints to create, read, update, and delete credit card transaction records.</p>\n","_postman_id":"27f9ffe1-e4e2-4a03-80ff-bbc2693e73f6"},{"name":"CCRecordExpenseTracker","item":[{"name":"/get/cc.record.expense","id":"b6f80c6c-5cf8-4946-94de-2acba6c7c21e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.record.expense","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.record.expense"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b6f80c6c-5cf8-4946-94de-2acba6c7c21e"},{"name":"/get/cc.record.expense?page={int}&size={int}&sortBy={string}","id":"f011c37e-3653-4602-8d8e-6a07a22d643d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.record.expense?page=0&size=2&sortBy=ccRecId","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.record.expense"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"2"},{"key":"sortBy","value":"ccRecId"}],"variable":[]}},"response":[],"_postman_id":"f011c37e-3653-4602-8d8e-6a07a22d643d"},{"name":"/search/cc.record.expense?page={int}&size={int}&sortBy={string}&{column}={value}","id":"733d1eca-59fc-4dbd-a194-42a62adb8648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/cc.record.expense?page=0&size=10&sortBy=ccRecId&expenseDescription=QQQ","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","cc.record.expense"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"10"},{"key":"sortBy","value":"ccRecId"},{"key":"expenseDescription","value":"QQQ"}],"variable":[]}},"response":[],"_postman_id":"733d1eca-59fc-4dbd-a194-42a62adb8648"},{"name":"/search/cc.record.expense/ccRecId/{ccRecId}","id":"6b4debe6-eeb1-4fd3-925a-08b880dd1ed1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/search/cc.record.expense/ccRecId/1?page=0&size=5&sortBy=ccExpId","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","search","cc.record.expense","ccRecId","1"],"host":["localhost"],"query":[{"key":"page","value":"0"},{"key":"size","value":"5"},{"key":"sortBy","value":"ccExpId"},{"disabled":true,"key":"date","value":""},{"disabled":true,"key":"expenseDescription","value":""}],"variable":[]}},"response":[],"_postman_id":"6b4debe6-eeb1-4fd3-925a-08b880dd1ed1"},{"name":"/get/cc.record.expense/ccExpId/{id}","id":"8072b17f-58bb-4f3b-9947-a59aca378e9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/get/cc.record.expense/ccExpId/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","get","cc.record.expense","ccExpId","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8072b17f-58bb-4f3b-9947-a59aca378e9b"},{"name":"/cc.record.expense/create/","id":"0929ce18-fccf-4859-8d69-4bc466ddd7e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"ccRecId\": 1,\r\n  \"date\": \"2026-03-27\",\r\n  \"expenseDescription\": \"QQQ\",\r\n  \"expenseValue\": 2,\r\n  \"addedBy\": \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/cc.record.expense/create/","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.record.expense","create",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"0929ce18-fccf-4859-8d69-4bc466ddd7e5"},{"name":"/cc.record.expense/update/{id}","id":"262a8113-17df-46d3-8964-ee119420c8bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"expenseValue\": 3,\r\n  \"updatedBy\" : \"jeff\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:9010/api/v1.0.0/pfm/cc.record.expense/update/1","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.record.expense","update","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"262a8113-17df-46d3-8964-ee119420c8bd"},{"name":"/cc.record.expense/delete/{id}","id":"a4f14589-5f88-41e1-9937-335cbcbbeccd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"http://localhost:9010/api/v1.0.0/pfm/cc.record.expense/delete/5","urlObject":{"protocol":"http","port":"9010","path":["api","v1.0.0","pfm","cc.record.expense","delete","5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4f14589-5f88-41e1-9937-335cbcbbeccd"}],"id":"4ff36a06-569c-4dd4-a059-5d73cd7c1c74","description":"<p>Contains CRUD operations for tracking expenses within credit card records in the PFM API. This folder provides a breakdown of spending categories tied to specific credit card transactions, enabling detailed expense analysis per card record. Use these endpoints to create, read, update, and delete credit card record expense entries.</p>\n","_postman_id":"4ff36a06-569c-4dd4-a059-5d73cd7c1c74"}]}