{"info":{"_postman_id":"0fd63062-c41c-4a27-a4cd-304e47cec7d2","name":"ActiveDEMAND API Unpublished","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"13809894","collectionId":"0fd63062-c41c-4a27-a4cd-304e47cec7d2","publishedId":"2sB2x2HtDZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-04T17:07:17.000Z"},"item":[{"name":"Wait Lists","item":[{"name":"List Wait Lists","id":"378900ef-de58-453f-9c18-5e37da518676","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/wait_lists?limit=100&page=0","urlObject":{"protocol":"https","path":["v1","wait_lists"],"host":["api","activedemand","com"],"query":[{"description":{"content":"<p>Default 100, max 500</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Default 0</p>\n","type":"text/plain"},"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"013af968-0cf8-4bca-a5cf-0d6945289f1e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.activedemand.com/v1/wait_lists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Early Bird Special Waitlist\",\n        \"notes\": \"Customers interested in the new product launch.\",\n        \"created_at\": \"2023-10-26T10:00:00.000Z\",\n        \"updated_at\": \"2023-10-26T10:00:00.000Z\",\n        \"added_on\": \"2023-10-25\",\n        \"deal\": {\n            \"id\": 101,\n            \"name\": \"New Product Launch Deal\",\n            \"deal_status\": {\n                \"id\": 1,\n                \"name\": \"Open\"\n            },\n            \"deal_stage\": {\n                \"id\": 2,\n                \"name\": \"Prospecting\"\n            },\n            \"deal_funnel\": {\n                \"id\": 3,\n                \"name\": \"Sales Funnel A\"\n            }\n        },\n        \"deposit\": {\n            \"id\": 201,\n            \"name\": \"Initial Deposit\",\n            \"amount\": 50.00,\n            \"deposit_status\": {\n                \"id\": 4,\n                \"name\": \"Pending\"\n            }\n        },\n        \"product\": {\n            \"id\": 301,\n            \"name\": \"SuperWidget X\",\n            \"product_uid\": \"SWX-001\",\n            \"product_status\": {\n                \"id\": 5,\n                \"name\": \"Active\"\n            }\n        },\n        \"wait_list_status\": {\n            \"id\": 6,\n            \"name\": \"Active\"\n        },\n        \"custom_fields\": [\n            {\n                \"value\": \"Some custom text\",\n                \"api_key\": \"custom_field_text_key\",\n                \"name\": \"Custom Text Field\"\n            }\n        ]\n    }\n]"}],"_postman_id":"378900ef-de58-453f-9c18-5e37da518676"},{"name":"Get Wait List","id":"a1d8004f-85e4-476c-b1df-6f973843b63d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/wait_lists/{{wait-list-id}}","urlObject":{"protocol":"https","path":["v1","wait_lists","{{wait-list-id}}"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"6cd82aaa-7584-4b97-a66b-ce7f76ef67da","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.activedemand.com/v1/wait_lists/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Early Bird Special Waitlist\",\n    \"notes\": \"Customers interested in the new product launch.\",\n    \"created_at\": \"2023-10-26T10:00:00.000Z\",\n    \"updated_at\": \"2023-10-26T10:00:00.000Z\",\n    \"added_on\": \"2023-10-25\",\n    \"deal\": {\n        \"id\": 101,\n        \"name\": \"New Product Launch Deal\",\n        \"deal_status\": {\n            \"id\": 1,\n            \"name\": \"Open\"\n        },\n        \"deal_stage\": {\n            \"id\": 2,\n            \"name\": \"Prospecting\"\n        },\n        \"deal_funnel\": {\n            \"id\": 3,\n            \"name\": \"Sales Funnel A\"\n        }\n    },\n    \"deposit\": {\n        \"id\": 201,\n        \"name\": \"Initial Deposit\",\n        \"amount\": 50.00,\n        \"deposit_status\": {\n            \"id\": 4,\n            \"name\": \"Pending\"\n        }\n    },\n    \"product\": {\n        \"id\": 301,\n        \"name\": \"SuperWidget X\",\n        \"product_uid\": \"SWX-001\",\n        \"product_status\": {\n            \"id\": 5,\n            \"name\": \"Active\"\n        }\n    },\n    \"wait_list_status\": {\n        \"id\": 6,\n        \"name\": \"Active\"\n    },\n    \"custom_fields\": [\n        {\n            \"value\": \"Some custom text\",\n            \"api_key\": \"custom_field_text_key\",\n            \"name\": \"Custom Text Field\"\n        }\n    ]\n}"},{"id":"1e1a97ba-4021-4e66-9fdc-4977039f5a56","name":"WaitList Not Found","originalRequest":{"method":"GET","header":[],"url":"https://api.activedemand.com/v1/wait_lists/9999"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"WaitList not found\"\n}"}],"_postman_id":"a1d8004f-85e4-476c-b1df-6f973843b63d"},{"name":"Create Wait List","id":"f926ed70-1886-4122-8ca8-e3d4035e765f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"wait_list\": {\n    \"name\": \"New WaitList\",\n    \"notes\": \"Priority customer\",\n    \"wait_list_status_id\": 1,\n    \"product_id\": 10,\n    \"deal_id\": 2,\n    \"deposit_id\": 3,\n    \"added_on\": \"2025-05-22T15:00:00Z\",\n    \"custom_fields\": [{\"custom_field_type_id\": 123, \"value\": \"some value\"}]\n  }\n}"},"url":"https://api.activedemand.com/v1/wait_lists","urlObject":{"protocol":"https","path":["v1","wait_lists"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"abf85062-250a-421f-b148-b910fc9d4efa","name":"WaitList Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"New VIP Waitlist\",\n    \"notes\": \"For high-priority customers.\",\n    \"created_at\": \"2023-10-27T10:00:00.000Z\",\n    \"updated_at\": \"2023-10-27T10:00:00.000Z\",\n    \"added_on\": \"2023-10-27\",\n    \"custom_fields\": [\n        {\n            \"custom_field_type_id\": 123,\n            \"value\": \"VIP Custom Field\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.activedemand.com/v1/wait_lists"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"New VIP Waitlist\",\n    \"notes\": \"For high-priority customers.\",\n    \"created_at\": \"2023-10-27T10:00:00.000Z\",\n    \"updated_at\": \"2023-10-27T10:00:00.000Z\",\n    \"added_on\": \"2023-10-27\",\n    \"deal\": { /* ... */ },\n    \"deposit\": { /* ... */ },\n    \"product\": { /* ... */ },\n    \"wait_list_status\": { /* ... */ },\n    \"custom_fields\": [\n        {\n            \"value\": \"VIP Customer Value\",\n            \"key\": \"custom_field_vip_key\",\n            \"name\": \"VIP Custom Field\"\n        }\n    ]\n}"},{"id":"70cc187f-fe36-4049-892b-5da149b98d4c","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"url":"https://api.activedemand.com/v1/wait_lists"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": [\n        \"can't be blank\"\n    ]\n}"}],"_postman_id":"f926ed70-1886-4122-8ca8-e3d4035e765f"},{"name":"Update Wait List","id":"964f433b-3334-410e-ae4a-bbd2145d54bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"wait_list\": {\n    \"notes\": \"Updated note\",\n    \"wait_list_status_id\": 2,\n    \"custom_fields\": [{\"custom_field_type_id\": 123, \"value\": \"some value\"}]\n  }\n}"},"url":"https://api.activedemand.com/v1/wait_lists/{{wait-list-id}}","urlObject":{"protocol":"https","path":["v1","wait_lists","{{wait-list-id}}"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"0402124a-f249-44ca-85bd-7f883d349fec","name":"WaitList Updated","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated VIP Waitlist Name\",\n    \"notes\": \"Updated notes for high-priority customers.\",\n    \"created_at\": \"2023-10-26T10:00:00.000Z\",\n    \"updated_at\": \"2023-10-27T11:00:00.000Z\",\n    \"added_on\": \"2023-10-25\",\n    \"custom_fields\": [\n        {\n            \"value\": \"Updated VIP Value\",\n            \"custom_field_type_id\": 123\n        },\n        {\n            \"value\": \"Value for new field\",\n            \"custom_field_type_id\": 456\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.activedemand.com/v1/wait_lists/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Updated VIP Waitlist Name\",\n    \"notes\": \"Updated notes for high-priority customers.\",\n    \"created_at\": \"2023-10-26T10:00:00.000Z\",\n    \"updated_at\": \"2023-10-27T11:00:00.000Z\",\n    \"added_on\": \"2023-10-25\",\n    \"deal\": { /* ... */ },\n    \"deposit\": { /* ... */ },\n    \"product\": { /* ... */ },\n    \"wait_list_status\": { /* ... */ },\n    \"custom_fields\": [\n        {\n            \"value\": \"Updated VIP Value\",\n            \"key\": \"custom_field_vip_key\",\n            \"name\": \"VIP Custom Field\"\n        },\n        {\n            \"value\": \"Value for new field\",\n            \"key\": \"new_custom_field_by_name_key\",\n            \"name\": \"New Custom Field By Name\"\n        }\n    ]\n}"},{"id":"186bb307-7eda-4b70-ad20-cdd0b7c93b32","name":"WaitList Not Found","originalRequest":{"method":"PUT","header":[],"url":"https://api.activedemand.com/v1/wait_lists/9999"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"WaitList not found\"\n}"}],"_postman_id":"964f433b-3334-410e-ae4a-bbd2145d54bd"},{"name":"Delete Wait List","id":"04963acb-11ff-48cc-ada6-100dbfc3f0c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/wait_lists/{{wait-list-id}}","urlObject":{"protocol":"https","path":["v1","wait_lists","{{wait-list-id}}"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"8c1adb1c-e540-472b-a09f-ffe240f36179","name":"No Content","originalRequest":{"method":"DELETE","header":[],"url":"https://api.activedemand.com/v1/wait_lists/1"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"7632be18-1e6c-41e6-976a-fa366183351d","name":"WaitList Not Found","originalRequest":{"method":"DELETE","header":[],"url":"https://api.activedemand.com/v1/wait_lists/9999"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"WaitList not found\"\n}"}],"_postman_id":"04963acb-11ff-48cc-ada6-100dbfc3f0c7"},{"name":"List Wait List Statuses","id":"bdfe244f-8a15-4fc4-b5f2-70dd333b492e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/wait_lists/statuses","urlObject":{"protocol":"https","path":["v1","wait_lists","statuses"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"8db6261e-b1c5-4a53-a8c2-b6d4dc809c9e","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.activedemand.com/v1/wait_lists/statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Pending\",\n        \"position\": 1\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Active\",\n        \"position\": 2\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Fulfilled\",\n        \"position\": 3\n    }\n]"}],"_postman_id":"bdfe244f-8a15-4fc4-b5f2-70dd333b492e"}],"id":"bb3e3c9b-b33b-4aa5-934d-9ccc43086617","_postman_id":"bb3e3c9b-b33b-4aa5-934d-9ccc43086617","description":""},{"name":"Deposits","item":[{"name":"List Deposits","id":"ac18b268-7738-42d9-a957-82bf0fd65971","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/deposits?limit=10&page=0","description":"<p>Retrieves a list of deposits for the authenticated account. Supports pagination via <code>limit</code> and <code>offset</code> query parameters.</p>\n","urlObject":{"protocol":"https","path":["v1","deposits"],"host":["api","activedemand","com"],"query":[{"description":{"content":"<p>Number of deposits to return (Max: 500, Default: 100).</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Page for pagination (Default: 0).</p>\n","type":"text/plain"},"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"db31bd29-bfed-4a76-94f4-84703c8665c1","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.activedemand.com/v1/deposits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Initial Deposit\",\n        \"description\": \"First client deposit\",\n        \"amount\": 1000.00,\n        \"currency\": \"USD\",\n        \"payment_type\": \"credit_card\",\n        \"processed_at\": \"2023-10-26T10:00:00.000Z\",\n        \"received_at\": \"2023-10-25T10:00:00.000Z\",\n        \"is_cancelled\": false,\n        \"cancelled_at\": null,\n        \"is_processed\": true,\n        \"tax_amount\": 50.00,\n        \"created_at\": \"2023-10-26T10:00:00.000Z\",\n        \"updated_at\": \"2023-10-26T10:00:00.000Z\",\n        \"deal\": {\n            \"id\": 101,\n            \"name\": \"Big Deal Q4\",\n            \"deal_status\": {\n                \"id\": 1,\n                \"name\": \"Open\"\n            },\n            \"deal_stage\": {\n                \"id\": 2,\n                \"name\": \"Negotiation\"\n            },\n            \"deal_funnel\": {\n                \"id\": 3,\n                \"name\": \"Sales Funnel\"\n            }\n        },\n        \"product\": {\n            \"id\": 201,\n            \"name\": \"Premium Subscription\",\n            \"product_uid\": \"PREM_SUB_001\",\n            \"product_status\": {\n                \"id\": 4,\n                \"name\": \"Active\"\n            }\n        },\n        \"deposit_status\": {\n            \"id\": 5,\n            \"name\": \"Processed\"\n        },\n        \"deposit_type\": {\n            \"id\": 6,\n            \"name\": \"Initial Payment\"\n        }\n    }\n]"}],"_postman_id":"ac18b268-7738-42d9-a957-82bf0fd65971"},{"name":"Get Deposit by ID","id":"48ef5a70-feed-47bf-977c-6742d0717d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/deposits/{{deposit-id}}","description":"<p>Retrieves a specific deposit by its ID.</p>\n","urlObject":{"protocol":"https","path":["v1","deposits","{{deposit-id}}"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"977e7d88-f04c-44ef-9994-5e0f72ace6fa","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.activedemand.com/v1/deposits/{{deposit-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Initial Deposit\",\n    \"description\": \"First client deposit\",\n    \"amount\": 1000.00,\n    \"currency\": \"USD\",\n    \"payment_type\": \"credit_card\",\n    \"processed_at\": \"2023-10-26T10:00:00.000Z\",\n    \"received_at\": \"2023-10-25T10:00:00.000Z\",\n    \"is_cancelled\": false,\n    \"cancelled_at\": null,\n    \"is_processed\": true,\n    \"tax_amount\": 50.00,\n    \"created_at\": \"2023-10-26T10:00:00.000Z\",\n    \"updated_at\": \"2023-10-26T10:00:00.000Z\",\n    \"deal\": {\n        \"id\": 101,\n        \"name\": \"Big Deal Q4\",\n        \"deal_status\": {\n            \"id\": 1,\n            \"name\": \"Open\"\n        },\n        \"deal_stage\": {\n            \"id\": 2,\n            \"name\": \"Negotiation\"\n        },\n        \"deal_funnel\": {\n            \"id\": 3,\n            \"name\": \"Sales Funnel\"\n        }\n    },\n    \"product\": {\n        \"id\": 201,\n        \"name\": \"Premium Subscription\",\n        \"product_uid\": \"PREM_SUB_001\",\n        \"product_status\": {\n            \"id\": 4,\n            \"name\": \"Active\"\n        }\n    },\n    \"deposit_status\": {\n        \"id\": 5,\n        \"name\": \"Processed\"\n    },\n    \"deposit_type\": {\n        \"id\": 6,\n        \"name\": \"Initial Payment\"\n    }\n}"},{"id":"cf616bb0-0e58-4a27-b14b-5455037ed4bd","name":"Deposit Not Found","originalRequest":{"method":"GET","header":[],"url":"https://api.activedemand.com/v1/deposits/{{invalid-deposit-id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Deposit not found\"\n}"}],"_postman_id":"48ef5a70-feed-47bf-977c-6742d0717d49"},{"name":"Create Deposit","id":"4c02dd65-82ea-4016-a214-2ab62d039336","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"deposit\": {\n        \"name\": \"New API Deposit\",\n        \"description\": \"Deposit created via API\",\n        \"amount\": 250.75,\n        \"currency\": \"CAD\",\n        \"payment_type\": \"cash\",\n        \"received_at\": \"2023-11-01T12:00:00Z\",\n        \"is_processed\": false,\n        \"deal_id\": 101,\n        \"product_id\": 201,\n        \"deposit_status_id\": 5,\n        \"deposit_type_id\": 6\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.activedemand.com/v1/deposits","description":"<p>Creates a new deposit. All fields in the example body are permitted. <code>account_id</code> is automatically assigned.</p>\n","urlObject":{"protocol":"https","path":["v1","deposits"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"03a5d1b9-7ff8-492b-93f7-74d55422f527","name":"Deposit Created","originalRequest":{"method":"POST","header":[],"url":"https://api.activedemand.com/v1/deposits"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2,\n    \"name\": \"New API Deposit\",\n    \"description\": \"Deposit created via API\",\n    \"amount\": 250.75,\n    \"currency\": \"CAD\",\n    \"payment_type\": \"cash\",\n    \"processed_at\": null,\n    \"received_at\": \"2023-11-01T12:00:00.000Z\",\n    \"is_cancelled\": false,\n    \"cancelled_at\": null,\n    \"is_processed\": false,\n    \"tax_amount\": null,\n    \"created_at\": \"2023-10-27T10:00:00.000Z\",\n    \"updated_at\": \"2023-10-27T10:00:00.000Z\",\n    \"deal\": {\n        \"id\": 101,\n        \"name\": \"Big Deal Q4\",\n        \"deal_status\": {\n            \"id\": 1,\n            \"name\": \"Open\"\n        },\n        \"deal_stage\": {\n            \"id\": 2,\n            \"name\": \"Negotiation\"\n        },\n        \"deal_funnel\": {\n            \"id\": 3,\n            \"name\": \"Sales Funnel\"\n        }\n    },\n    \"product\": {\n        \"id\": 201,\n        \"name\": \"Premium Subscription\",\n        \"product_uid\": \"PREM_SUB_001\",\n        \"product_status\": {\n            \"id\": 4,\n            \"name\": \"Active\"\n        }\n    },\n    \"deposit_status\": {\n        \"id\": 5,\n        \"name\": \"Processed\"\n    },\n    \"deposit_type\": {\n        \"id\": 6,\n        \"name\": \"Initial Payment\"\n    }\n}"},{"id":"f7067ea2-affd-4c42-bec3-b6a3b90133b5","name":"Unprocessable Entity","originalRequest":{"method":"POST","header":[],"url":"https://api.activedemand.com/v1/deposits"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": {\n        \"name\": [\n            \"can't be blank\"\n        ]\n    }\n}"}],"_postman_id":"4c02dd65-82ea-4016-a214-2ab62d039336"},{"name":"Update Deposit","id":"c5703146-baf8-463f-97bb-164879adafde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"deposit\": {\n        \"name\": \"Updated Deposit Name\",\n        \"amount\": 300.00\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.activedemand.com/v1/deposits/{{deposit-id}}","description":"<p>Updates an existing deposit. Only provide the fields you want to change.</p>\n","urlObject":{"protocol":"https","path":["v1","deposits","{{deposit-id}}"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"30239629-7c02-4dfe-b812-52c1674df674","name":"Successful Update","originalRequest":{"method":"PUT","header":[],"url":"https://api.activedemand.com/v1/deposits/{{deposit-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"name\": \"Updated Deposit Name\",\n    \"description\": \"First client deposit\",\n    \"amount\": 300.00,\n    \"currency\": \"USD\",\n    \"payment_type\": \"credit_card\",\n    \"processed_at\": \"2023-10-26T10:00:00.000Z\",\n    \"received_at\": \"2023-10-25T10:00:00.000Z\",\n    \"is_cancelled\": false,\n    \"cancelled_at\": null,\n    \"is_processed\": true,\n    \"tax_amount\": 50.00,\n    \"created_at\": \"2023-10-26T10:00:00.000Z\",\n    \"updated_at\": \"2023-10-27T11:00:00.000Z\",\n    \"deal\": {\n        \"id\": 101,\n        \"name\": \"Big Deal Q4\",\n        \"deal_status\": {\n            \"id\": 1,\n            \"name\": \"Open\"\n        },\n        \"deal_stage\": {\n            \"id\": 2,\n            \"name\": \"Negotiation\"\n        },\n        \"deal_funnel\": {\n            \"id\": 3,\n            \"name\": \"Sales Funnel\"\n        }\n    },\n    \"product\": {\n        \"id\": 201,\n        \"name\": \"Premium Subscription\",\n        \"product_uid\": \"PREM_SUB_001\",\n        \"product_status\": {\n            \"id\": 4,\n            \"name\": \"Active\"\n        }\n    },\n    \"deposit_status\": {\n        \"id\": 5,\n        \"name\": \"Processed\"\n    },\n    \"deposit_type\": {\n        \"id\": 6,\n        \"name\": \"Initial Payment\"\n    }\n}"}],"_postman_id":"c5703146-baf8-463f-97bb-164879adafde"},{"name":"Delete Deposit","id":"72b708a1-ef71-4227-a3b2-3b196cc21f7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/deposits/{{deposit-id}}","description":"<p>Soft deletes a deposit (marks it as deleted).</p>\n","urlObject":{"protocol":"https","path":["v1","deposits","{{deposit-id}}"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"65f03ec9-39e6-4bf5-b2ee-4e3767f815bd","name":"No Content","originalRequest":{"method":"DELETE","header":[],"url":"https://api.activedemand.com/v1/deposits/1"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"72b708a1-ef71-4227-a3b2-3b196cc21f7d"},{"name":"Get Deposit Statuses","id":"ee4b3308-3572-4f6c-84d0-8144bf21fd7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/deposits/statuses","description":"<p>Retrieves a list of available deposit statuses for the account.</p>\n","urlObject":{"protocol":"https","path":["v1","deposits","statuses"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"c0a714ab-26dd-4d24-99ce-5798dc3859b7","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.activedemand.com/v1/deposits/statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Pending\",\n        \"position\": 0\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Processed\",\n        \"position\": 1\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Refunded\",\n        \"position\": 2\n    }\n]"}],"_postman_id":"ee4b3308-3572-4f6c-84d0-8144bf21fd7f"},{"name":"Get Deposit Types","id":"b007b2df-4025-41ca-bb76-590b6a6edb53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Accept","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/deposits/types","description":"<p>Retrieves a list of available deposit types for the account.</p>\n","urlObject":{"protocol":"https","path":["v1","deposits","types"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"d40f79ca-35f4-4fd5-bde1-7e7247db5591","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.activedemand.com/v1/deposits/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Initial Payment\",\n        \"position\": 0\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Recurring Payment\",\n        \"position\": 1\n    }\n]"}],"_postman_id":"b007b2df-4025-41ca-bb76-590b6a6edb53"}],"id":"c43f8e6a-987e-40cf-a70a-ecf218a63133","_postman_id":"c43f8e6a-987e-40cf-a70a-ecf218a63133","description":""},{"name":"Products","item":[{"name":"List Products","id":"c6fb4bc1-b677-44be-9851-9486b5c3e60b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products?limit=100&page=0","description":"<p>Retrieves a list of products, ordered by creation date in descending order. Supports pagination with <code>limit</code> and <code>page</code>.</p>\n","urlObject":{"protocol":"https","path":["v1","products"],"host":["api","activedemand","com"],"query":[{"description":{"content":"<p>Number of products to return (Max: 500, Default: 100)</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Page for pagination (Default: 0)</p>\n","type":"text/plain"},"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"0f021d73-bced-4d3f-adef-79c43ffd9cc2","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 1,\n    \"name\": \"Sample Product\",\n    \"product_uid\": \"PROD001\",\n    \"description\": \"A sample product description.\",\n    \"purchase_type\": \"SinglePurchase\",\n    \"subscription_interval\": null,\n    \"currency\": \"USD\",\n    \"tax_amount\": 0.0,\n    \"price\": 99.99,\n    \"is_stripe_product\": false,\n    \"product_url\": \"https://example.com/product/1\",\n    \"is_stock_managed\": true,\n    \"long_description\": \"A much longer description of the sample product.\",\n    \"stock_quantity\": 50,\n    \"is_purchasable\": true,\n    \"download_url\": null,\n    \"is_downloadable\": false,\n    \"created_at\": \"2023-01-01T10:00:00.000Z\",\n    \"updated_at\": \"2023-01-02T12:00:00.000Z\",\n    \"tag_list\": \"sample, example\",\n    \"category_list\": \"general\",\n    \"privacy\": \"Shared\",\n    \"max_inventory\": 100,\n    \"display_image_url\": \"https://example.com/images/product_1_display.jpg\",\n    \"product_status\": {\n      \"id\": 1,\n      \"name\": \"Active\",\n      \"status_type\": \"available\",\n      \"is_default\": true\n    },\n    \"custom_fields\": [\n      {\n        \"api_key\": \"color\",\n        \"name\": \"Color\",\n        \"value\": \"Red\"\n      }\n    ],\n    \"attachment_files\": [\n      {\n        \"id\": 1,\n        \"attachment_file_name\": \"manual.pdf\",\n        \"attachment_content_type\": \"application/pdf\",\n        \"attachment_file_size\": 102400,\n        \"authenticated_url\": \"https://example.com/files/manual.pdf?auth=token\"\n      }\n    ],\n    \"preview_images\": [\n      {\n        \"id\": 1,\n        \"image_file_name\": \"preview1.jpg\",\n        \"image_content_type\": \"image/jpeg\",\n        \"image_file_size\": 51200,\n        \"preview_url\": \"https://example.com/images/preview1.jpg\"\n      }\n    ],\n    \"product_contacts\": [\n      {\n        \"is_resident\": true,\n        \"contact\": {\n          \"id\": 101,\n          \"first_name\": \"John\",\n          \"last_name\": \"Doe\"\n        }\n      }\n    ],\n    \"deal_products\": [\n      {\n        \"quantity\": 2,\n        \"deal\": {\n          \"id\": 201,\n          \"name\": \"Big Sale Q1\",\n          \"deal_status\": {\"id\": 1, \"name\": \"Open\"},\n          \"deal_stage\":  {\"id\": 1, \"name\": \"Prospecting\"},\n          \"deal_funnel\": {\"id\": 1, \"name\": \"Sales Pipeline\"}\n        }\n      }\n    ]\n  }\n]"}],"_postman_id":"c6fb4bc1-b677-44be-9851-9486b5c3e60b"},{"name":"Get Product by ID","id":"bb6a2f8f-f31c-4303-9f5f-296dedebd5af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products/{{product-id}}","description":"<p>Retrieves a specific product by its ID.</p>\n","urlObject":{"protocol":"https","path":["v1","products","{{product-id}}"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"5dc75709-e2a1-4096-9c28-14929d2d8d04","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products/{{product-id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 1,\n  \"name\": \"Sample Product\",\n  \"product_uid\": \"PROD001\",\n  \"description\": \"A sample product description.\",\n  \"purchase_type\": \"SinglePurchase\",\n  \"subscription_interval\": null,\n  \"currency\": \"USD\",\n  \"tax_amount\": 0.0,\n  \"price\": 99.99,\n  \"is_stripe_product\": false,\n  \"product_url\": \"https://example.com/product/1\",\n  \"is_stock_managed\": true,\n  \"long_description\": \"A much longer description of the sample product.\",\n  \"stock_quantity\": 50,\n  \"is_purchasable\": true,\n  \"download_url\": null,\n  \"is_downloadable\": false,\n  \"created_at\": \"2023-01-01T10:00:00.000Z\",\n  \"updated_at\": \"2023-01-02T12:00:00.000Z\",\n  \"tag_list\": \"sample, example\",\n  \"category_list\": \"general\",\n  \"privacy\": \"Shared\",\n  \"max_inventory\": 100,\n  \"display_image_url\": \"https://example.com/images/product_1_display.jpg\",\n  \"product_status\": {\n    \"id\": 1,\n    \"name\": \"Active\",\n    \"status_type\": \"available\",\n    \"is_default\": true\n  },\n  \"custom_fields\": [\n    {\n      \"api_key\": \"color\",\n      \"name\": \"Color\",\n      \"value\": \"Red\"\n    }\n  ],\n  \"attachment_files\": [],\n  \"preview_images\": [],\n  \"product_contacts\": [],\n  \"deal_products\": []\n}"},{"id":"2e27284a-65ca-4006-9d92-78c3bcee8bd4","name":"Product Not Found","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"api.activedemand.com/v1/products/{{invalid-product-id}}"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Product not found\"\n}"}],"_postman_id":"bb6a2f8f-f31c-4303-9f5f-296dedebd5af"},{"name":"Create Product","id":"55b3ce8f-4663-471e-bafd-e031bf370571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"name\": \"New API Super Product\",\n    \"description\": \"This is a fantastic product created via API.\",\n    \"purchase_type\": \"SinglePurchase\", \n    \"price\": 49.99,\n    \"product_status_id\": 1, \n    \"tag_list\": \"api, new, gadget\",\n    \"category_list\": \"electronics, tools\",\n    \"is_stock_managed\": true,\n    \"stock_quantity\": 150,\n    \"max_inventory\": 250,\n    \"privacy\": \"Shared\",\n    \"custom_fields\": [\n      { \n        \"custom_field_type_id\": YOUR_CUSTOM_FIELD_TYPE_ID_1, \n        \"value\": \"Blue\"\n      },\n      { \n        \"name\": \"YOUR_CUSTOM_FIELD_NAME_BY_NAME\", \n        \"value\": \"XL\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.activedemand.com/v1/products","description":"<p>Creates a new product. </p>\n<ul>\n<li><code>currency</code> is derived from the account settings.</li>\n<li><code>is_purchasable</code> is determined by product status and other callbacks.</li>\n<li><code>product_uid</code> is auto-generated if left blank.</li>\n<li>For <code>display_image</code>, <code>preview_images_attributes</code>, and <code>attachment_files_attributes</code>, if sending file data via JSON, use base64 encoded strings or URLs. Alternatively, these might require <code>multipart/form-data</code> requests depending on server-side handling for Paperclip and nested file attributes.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","products"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"115b88a2-bf30-4d87-9d5e-93f9f5f6db0d","name":"Product Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"name\": \"New API Super Product\",\n    \"description\": \"This is a fantastic product created via API.\",\n    \"purchase_type\": \"SinglePurchase\", \n    \"price\": 49.99,\n    \"product_status_id\": 1\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.activedemand.com/v1/products"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 2,\n  \"name\": \"New API Super Product\",\n  \"product_uid\": \"PR-ABCDE\",\n  \"description\": \"This is a fantastic product created via API.\",\n  \"purchase_type\": \"SinglePurchase\",\n  \"price\": 49.99,\n  \"is_purchasable\": true,\n  \"currency\": \"USD\",\n  \"product_status\": {\n      \"id\": 1,\n      \"name\": \"Active\",\n      \"status_type\": \"available\",\n      \"is_default\": true\n    },\n  \"custom_fields\": [\n      {\n        \"api_key\": \"color\",\n        \"name\": \"Color\",\n        \"value\": \"Blue\"\n      }\n    ]\n  // ... other fields\n}"},{"id":"8b3d2ac5-9f46-402c-9c47-9d699bf96025","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"name\": \"\",\n    \"price\": -10\n  }\n}"},"url":"https://api.activedemand.com/v1/products"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": [\n    \"can't be blank\"\n  ],\n  \"price\": [\n    \"must be greater than or equal to 0\"\n  ]\n}"}],"_postman_id":"55b3ce8f-4663-471e-bafd-e031bf370571"},{"name":"Update Product","id":"8f3a763c-0778-4f81-b958-5283a5b177af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"name\": \"Updated Product Name\",\n    \"price\": 59.99,\n    \"custom_fields\": [\n      { \n        \"custom_field_type_id\": YOUR_CUSTOM_FIELD_TYPE_ID_1, \n        \"value\": \"Green\"\n      }\n    ],\n    \"preview_images_attributes\": [\n      { \"id\": EXISTING_PREVIEW_IMAGE_ID, \"_destroy\": true },\n      { \"image\": \"image_file\" }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.activedemand.com/v1/products/{{product-id}}","description":"<p>Updates an existing product. Send only the fields that need to be updated. \nCustom fields can be updated by <code>custom_field_type_id</code> or <code>name</code>. \nNested attributes like <code>preview_images_attributes</code> support adding, updating, and deleting items (using <code>_destroy: true</code>).</p>\n","urlObject":{"protocol":"https","path":["v1","products","{{product-id}}"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"359732f1-71e9-42a1-8186-e2b739d3abd2","name":"Product Updated","originalRequest":{"method":"PUT","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"product\": {\n    \"name\": \"Updated Product Name\",\n    \"price\": 59.99,\n    \"custom_fields\": [\n      { \n        \"custom_field_type_id\": 123, \n        \"value\": \"Green\"\n      }\n    ]\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.activedemand.com/v1/products/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": 1,\n  \"name\": \"Updated Product Name\",\n  \"product_uid\": \"PROD001\",\n  \"description\": \"A sample product description.\",\n  \"purchase_type\": \"SinglePurchase\",\n  \"subscription_interval\": null,\n  \"currency\": \"USD\",\n  \"tax_amount\": 0.0,\n  \"price\": 99.99,\n  \"is_stripe_product\": false,\n  \"product_url\": \"https://example.com/product/1\",\n  \"is_stock_managed\": true,\n  \"long_description\": \"A much longer description of the sample product.\",\n  \"stock_quantity\": 50,\n  \"is_purchasable\": true,\n  \"download_url\": null,\n  \"is_downloadable\": false,\n  \"created_at\": \"2023-01-01T10:00:00.000Z\",\n  \"updated_at\": \"2023-01-02T12:00:00.000Z\",\n  \"tag_list\": \"sample, example\",\n  \"category_list\": \"general\",\n  \"privacy\": \"Shared\",\n  \"max_inventory\": 100,\n  \"display_image_url\": \"https://example.com/images/product_1_display.jpg\",\n  \"product_status\": {\n    \"id\": 1,\n    \"name\": \"Active\",\n    \"status_type\": \"available\",\n    \"is_default\": true\n  },\n  \"custom_fields\": [\n    {\n      \"api_key\": \"color\",\n      \"name\": \"Color\",\n      \"value\": \"Green\"\n    }\n  ],\n  \"attachment_files\": [],\n  \"preview_images\": [],\n  \"product_contacts\": [],\n  \"deal_products\": []\n}"}],"_postman_id":"8f3a763c-0778-4f81-b958-5283a5b177af"},{"name":"Delete Product","id":"9002607a-6543-4516-8bfb-90a878ea0b0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products/{{product-id}}?X-Api-Key={{api-key}}","description":"<p>Soft-deletes a product. The product is marked as deleted but not permanently removed from the database.</p>\n","urlObject":{"protocol":"https","path":["v1","products","{{product-id}}"],"host":["api","activedemand","com"],"query":[{"key":"X-Api-Key","value":"{{api-key}}"}],"variable":[]}},"response":[{"id":"02d582f1-9782-4e8e-9b01-9ccbdc140102","name":"Product Deleted","originalRequest":{"method":"DELETE","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products/1"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9002607a-6543-4516-8bfb-90a878ea0b0f"},{"name":"Get Product Statuses","id":"c4312d0b-602d-4ac4-9abd-1f5adea97064","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products/statuses","description":"<p>Retrieves a list of available product statuses for the account.</p>\n","urlObject":{"protocol":"https","path":["v1","products","statuses"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"e26876c3-a155-41bd-80a1-09858f8b96bc","name":"Successful Response","originalRequest":{"method":"GET","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products/statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": 1,\n    \"name\": \"Active\",\n    \"status_type\": \"available\",\n    \"is_default\": true\n  },\n  {\n    \"id\": 2,\n    \"name\": \"Sold Out\",\n    \"status_type\": \"unavailable\",\n    \"is_default\": false\n  }\n]"}],"_postman_id":"c4312d0b-602d-4ac4-9abd-1f5adea97064"},{"name":"Move Out Product for Contact","id":"6cd5ec10-cb52-4eb0-b0ae-ce28e443c287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"contact_id\": \"{{contact-id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.activedemand.com/v1/products/move_out/{{product-id}}","description":"<p>Moves a contact out of a specified product (e.g., a rental unit). Requires <code>contact_id</code>.</p>\n","urlObject":{"protocol":"https","path":["v1","products","move_out","{{product-id}}"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"4665394d-4dff-4a7d-95ce-85e8332acbd7","name":"Move Out Successful","originalRequest":{"method":"POST","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products/1/move_out"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"b337f11b-7339-4604-88b2-d962d5409cad","name":"Contact ID Required","originalRequest":{"method":"POST","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products/1/move_out"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Contact ID is required\"\n}"}],"_postman_id":"6cd5ec10-cb52-4eb0-b0ae-ce28e443c287"},{"name":"Transfer Product for Contact","id":"e3aa3147-4224-4a48-9964-8cc1af2bfbf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Api-Key","value":"{{api-key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"contact_id\": \"{{contact-id}}\",\n  \"transfer_id\": \"{{target-product-id}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.activedemand.com/v1/products/transfer/{{product-id}}","description":"<p>Transfers a contact from one product to another. Requires <code>contact_id</code> and <code>transfer_id</code> (target product ID).</p>\n","urlObject":{"protocol":"https","path":["v1","products","transfer","{{product-id}}"],"host":["api","activedemand","com"],"query":[],"variable":[]}},"response":[{"id":"6457ab5b-0964-4786-8e92-1b9b75ec6909","name":"Transfer Successful","originalRequest":{"method":"POST","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products/transfer/1"},"status":"No Content","code":204,"_postman_previewlanguage":"Text","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"cookie":[],"responseTime":null,"body":""},{"id":"2a829ba0-ca2b-4e41-870b-f0ff575f2d33","name":"Cannot Transfer to Itself","originalRequest":{"method":"POST","header":[{"key":"X-Api-Key","value":"{{api-key}}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.activedemand.com/v1/products/transfer/1"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"Cannot transfer product to itself\"\n}"}],"_postman_id":"e3aa3147-4224-4a48-9964-8cc1af2bfbf5"}],"id":"234e8830-c3f1-40bd-9fb7-aaee10f06b30","description":"<p>Endpoints for product management</p>\n","_postman_id":"234e8830-c3f1-40bd-9fb7-aaee10f06b30"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3ea94618-2626-49b2-8d27-855e2849705b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4bb729da-2023-47cd-8565-1f3ef282c5c4"}}]}