{"info":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","description":"<html><head></head><body><p>Compatible with Winning Proposal system versions:</p>\n<ul>\n<li><p>9.*.*</p>\n</li>\n<li><p>8.*.*</p>\n</li>\n<li><p>7.*.*</p>\n</li>\n<li><p>6.*.*</p>\n</li>\n<li><p>5.*.*</p>\n</li>\n<li><p>4.*.*</p>\n</li>\n<li><p>3.*.*</p>\n</li>\n</ul>\n<h1 id=\"introduction\">Introduction</h1>\n<p>The Public API of Winning Proposal is designed with flexibility and extensibility in mind. It follows RESTful principles and enables seamless interaction with our platform’s features.</p>\n<p>This documentation provides an overview of all available endpoints, the required requests, and the expected responses.</p>\n<h1 id=\"authentication-security\">Authentication &amp; Security</h1>\n<p>Although the API is publicly accessible, all requests must be properly authenticated. Winning Proposal uses the <strong>Basic Authentication</strong> scheme to verify each request.</p>\n<h4 id=\"constructing-the-authorization-header\">Constructing the Authorization Header</h4>\n<p>To access the API, every request must include an <code>Authorization</code> header containing a value based on your application's name and the provided <code>client_secret</code>.</p>\n<p>Follow these steps to construct the header:</p>\n<ol>\n<li><p>Concatenate your application name and <code>client_secret</code> using a semicolon (<code>;</code>):<br> <code>application_name;client_secret</code></p>\n</li>\n<li><p>Encode the resulting string in <strong>Base64</strong>.</p>\n</li>\n<li><p>Prefix the encoded string with <code>'Basic '</code> (note the space).</p>\n</li>\n<li><p>Add this full string as the value of the <code>Authorization</code> header in your request.</p>\n</li>\n</ol>\n<p>Example:<br><code>Authorization: Basic YXBwbmF0aW9uX25hbWU7Y2xpZW50X3NlY3JldA==</code></p>\n<img src=\"https://winning-proposal.imgix.net/wp-ami/6AMEdJTkdP7knflkKtZTGKadMxDwUNflfpCUpdjeis6LK2qlmWuqEKVCxWDD/api-docs-php.png\" alt=\"PHP%20example\">\n\n<img src=\"https://content.pstmn.io/c0d0eb0b-c4d1-4ecb-9b3d-de35924d842e/aW1hZ2UucG5n\" alt=\"Postman%20example\" width=\"952\" height=\"249\">\n\n<h4 id=\"access-requirements\">Access Requirements</h4>\n<p>To successfully perform an API call, the following requirements must be met:</p>\n<ul>\n<li><p>The application must be <strong>registered</strong> within Winning Proposal (you will receive the name and <code>client_secret</code>).</p>\n</li>\n<li><p>The application must be marked as <strong>active</strong>.</p>\n</li>\n<li><p>API calls must originate from a <strong>whitelisted IP address</strong>.</p>\n</li>\n<li><p>Each endpoint is protected by specific <strong>permissions</strong>.</p>\n</li>\n</ul>\n<p>If any of these conditions are not met, the API will return an error with <strong>HTTP status code 401 (Unauthorized)</strong>. Please contact us if you encounter such errors.</p>\n<h1 id=\"remote-ids\">Remote id's</h1>\n<p>Some of the entities within Winning Proposal have a field called ‘remote_id’. This field can be used to store your own ID. This way you can indicate the relationship with entities in your own database.</p>\n<p>StartFragment</p>\n<h3 id=\"including-relationships-in-get-requests\">Including Relationships in GET Requests</h3>\n<p>Many GET endpoints allow you to <strong>eager-load</strong> related entities using the <code>with</code> query parameter.</p>\n<ul>\n<li><p>Use a <strong>comma (<strong><strong><code>,</code></strong></strong>)</strong> to include multiple relationships.</p>\n</li>\n<li><p>Use a <strong>dot (<strong><strong><code>.</code></strong></strong>)</strong> to traverse nested relationships.</p>\n</li>\n</ul>\n<p>For example:</p>\n<p><strong>GET /public/api/v1/prospects?with=prospectContacts</strong></p>\n<p>This will retrieve the entity along with its related client, the client's contact person.</p>\n<p>The available relationships for each endpoint are listed in the parameter reference. Refer to the image below for an example of an eager-loaded response.</p>\n<img src=\"https://winning-proposal.imgix.net/wp-ami/YsTusAcL7Chk0RJSNSixihZoXDVx2ioJKusH8sUGbFACsXkC18Ci1HXKCPU1/api-docs-json.png\"></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introduction","slug":"introduction"},{"content":"Authentication & Security","slug":"authentication-security"},{"content":"Remote id's","slug":"remote-ids"}],"owner":"4270458","collectionId":"478d41a7-fdf8-48f7-b84a-a2ace8267531","publishedId":"2sB2xBCpH2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-06-20T12:22:01.000Z"},"item":[{"name":"Prospects","item":[{"name":"Index","id":"0b542486-62b9-4d6f-9e98-25fb66a40aa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/public/v1/prospects/","description":"<p>Retrieves a list of prospects in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospects",""],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) Filter by prospect_name_full.</p>\n","type":"text/plain"},"key":"prospect_name_full","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by prospect_name_short.</p>\n","type":"text/plain"},"key":"prospect_name_short","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by search_name.</p>\n","type":"text/plain"},"key":"search_name","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by the ID of the user who owns this prospect.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter on the ID of the branch to which this prospect is linked.</p>\n","type":"text/plain"},"key":"branch_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter on the email.</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter on an ID/number from your system.</p>\n","type":"text/plain"},"key":"remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter on an ID/number from your system.</p>\n","type":"text/plain"},"key":"secondary_remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Partially searches for the given string in the fields:</p>\n<ul>\n<li>prospect_name_full</li>\n<li>prospect_name_short</li>\n<li>tel</li>\n<li>email</li>\n<li>remote_id</li>\n</ul>\n","type":"text/plain"},"key":"q","value":""},{"disabled":true,"description":{"content":"<p>(optional) Loads the related entities. The following possibilities, comma-seperated:</p>\n<ul>\n<li>prospectContacts</li>\n<li>addresses</li>\n<li>branch</li>\n</ul>\n","type":"text/plain"},"key":"with","value":""}],"variable":[]}},"response":[{"id":"f21bbc02-745f-49c6-9473-d0d5af795964","name":"Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/public/v1/prospects/?prospect_name_full=Test Company Inc&with=prospectContacts,branch","host":[""],"path":["api","public","v1","prospects",""],"query":[{"key":"prospect_name_full","value":"Test Company Inc","description":"(optional) Filter by prospect_name_full."},{"key":"prospect_name_short","value":"","description":"(optional) Filter by prospect_name_short.","type":"text","disabled":true},{"key":"search_name","value":"","description":"(optional) Filter by search_name.","type":"text","disabled":true},{"key":"user_id","value":"","description":"(optional) Filter by the ID of the user who owns this prospect.","type":"text","disabled":true},{"key":"branch_id","value":"","description":"(optional) Filter on the ID of the branch to which this prospect is linked.","type":"text","disabled":true},{"key":"email","value":"","description":"(optional) Filter on the email.","type":"text","disabled":true},{"key":"remote_id","value":"","description":"(optional) Filter on an ID/number from your system.","type":"text","disabled":true},{"key":"secondary_remote_id","value":"","description":"(optional) Filter on an ID/number from your system.","type":"text","disabled":true},{"key":"q","value":"","description":"(optional) Partially searches for the given string in the fields:\n- prospect_name_full\n- prospect_name_short\n- tel\n- email\n- remote_id\n","type":"text","disabled":true},{"key":"with","value":"prospectContacts,branch","description":"(optional) Loads the related entities. The following possibilities, comma-seperated:\n- prospectContacts\n- addresses\n- branch"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Tue, 21 Dec 2021 09:16:18 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"843f4e223747009b33b917be0000b6897512a3be\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjFha0pWd1hMXC9rXC9sM0tcL0NNb3BIMVE9PSIsInZhbHVlIjoiU2JLdkRWbFBFbHRGUWxmME1TNTV1elhcL29pWlhcL1NvNThWQWFhUGlyXC80VUFiMEUreU9WbUF6TVN1Mk5PK2U0RkE2TldGV1VqcTZja2Q4QWVETzdNbzA5blBxRzlkUmgwNktaUVdqZXpJcXdhUmg2VXE4XC84MWo2b1hPbGs1WkMwIiwibWFjIjoiNDg5NDg3MjQzY2NkY2MwM2JmNzJjZWM1OWE0MDM4OTU0OTA4YzkxM2ZkZmM5ZmU3MWJiZjg3YjI1MGFkNGM5ZiJ9; expires=Tue, 21-Dec-2021 11:16:18 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"prospect_name_full\": \"Test Company Inc\",\n            \"prospect_name_short\": \"Test Company\",\n            \"email\": \"support@winningproposal.nl\",\n            \"tel\": \"073-61 33 000\",\n            \"type\": 0,\n            \"vat\": null,\n            \"rpr\": null,\n            \"iban\": null,\n            \"bic\": null,\n            \"contact_person\": null,\n            \"contact_person_function\": null,\n            \"contact_person_remote_id\": null,\n            \"address\": null,\n            \"postal_code\": null,\n            \"city\": null,\n            \"source\": \"Winning Proposal\",\n            \"branch_id\": 1,\n            \"sector_id\": null,\n            \"remote_id\": null,\n            \"search_name\": \"Testbedrijf\",\n            \"branch\": {\n                \"data\": {\n                    \"id\": 1,\n                    \"name\": \"Winning Proposal\",\n                    \"postal_code\": \"5211 AX\",\n                    \"street\": \"Oranje Nassaulaan\",\n                    \"street_number\": \"24\",\n                    \"city\": \"'s-Hertogenbosch\",\n                    \"country\": \"Nederland\",\n                    \"tel\": \"073 61 33 000\",\n                    \"fax\": \"\",\n                    \"website\": \"\",\n                    \"email\": \"\",\n                    \"legal\": \"\",\n                    \"facebook\": null,\n                    \"linkedin\": null,\n                    \"twitter\": null,\n                    \"description\": null,\n                    \"vat\": null,\n                    \"rpr\": null,\n                    \"iban\": null,\n                    \"bic\": null,\n                    \"disabled\": 0,\n                    \"mailing_address\": \"NULL\",\n                    \"post_office_box\": null,\n                    \"post_code\": null,\n                    \"social_media_one\": null,\n                    \"social_media_two\": null,\n                    \"remote_id\": null\n                }\n            },\n            \"prospectContacts\": {\n                \"data\": [\n                    {\n                        \"id\": 1,\n                        \"prospect_id\": 1,\n                        \"first_name\": \"John\",\n                        \"last_name\": \"Doe\",\n                        \"full_name\": \"John Doe\",\n                        \"sex\": \"\",\n                        \"tel1\": \"\",\n                        \"tel2\": \"\",\n                        \"email\": \"john@testco.com\",\n                        \"remote_id\": null,\n                        \"secondary_remote_id\": null,\n                        \"prospect_address_id\": null,\n                        \"function\": \"Managing director\",\n                        \"source\": null\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"0b542486-62b9-4d6f-9e98-25fb66a40aa0"},{"name":"Show","id":"05cc6f20-ee04-4c22-9213-f65f74246a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"/api/public/v1/prospects/{prospect_id}","description":"<p>Retrieves a single Prospect in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospects","{prospect_id}"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b8915114-0cd0-4d77-8eed-8ef6b89ba10d","name":"Show","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"/api/public/v1/prospects/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Wed, 23 Nov 2022 09:12:51 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"bdd035a086d700b5550b97fc8ed05f41886ff196\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkFcL2k0S3BNMUJ1RFVqVjBOczJuckVBPT0iLCJ2YWx1ZSI6Ijh3WGhKTlVNOE1RekZTV0hTZVkyT1crbTFvWm9CdEEyUzF1bHNPZnh6ek9NV095dzlibEdJU1dteXhvK1RsXC9cL21FQzBWOWY4NnZRdWUwOSt5Y0RWbHRCUlFaYzZqU290THE5bGFNOFRNeTRxVE5naWlMNVRXRTIzNWpNR1k0M0MiLCJtYWMiOiI3YWMzMmQ4MzUzNmE5NGIwYjI3MTU3ZWUwNzM3YTA0MGVhZDU0ZGE1ZjhmNzk0ZmFjZDU2MmJjM2E3NGM5M2Q0In0%3D; expires=Wed, 23-Nov-2022 11:12:51 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"user_id\": 1,\n        \"prospect_name_full\": \"Test Company Inc\",\n        \"prospect_name_short\": \"Test Inc\",\n        \"email\": \"support@winningproposal.nl\",\n        \"tel\": \"073-61 33 000\",\n        \"type\": 0,\n        \"vat\": null,\n        \"rpr\": null,\n        \"iban\": null,\n        \"bic\": null,\n        \"contact_person\": \"Koen\",\n        \"contact_person_function\": \"Managing director\",\n        \"contact_person_remote_id\": null,\n        \"address\": null,\n        \"postal_code\": null,\n        \"city\": null,\n        \"source\": \"Winning Proposal\",\n        \"branch_id\": 1,\n        \"sector_id\": null,\n        \"remote_id\": null,\n        \"search_name\": \"Testbedrijf\",\n        \"created_at\": {\n            \"date\": \"2022-11-15 14:30:16.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"UTC\"\n        },\n        \"updated_at\": {\n            \"date\": \"2022-11-23 09:11:01.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"UTC\"\n        }\n    }\n}"}],"_postman_id":"05cc6f20-ee04-4c22-9213-f65f74246a52"},{"name":"Create","id":"661a8641-7ce4-4e09-9c8a-e92993a15bb4","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"prospect_name_full","value":"","description":"<p>(required) The full name of the prospect (e.g. Test Company Inc).</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"prospect_name_short","value":"","description":"<p>(optional) A shorter version of the name of the prospect (e.g. Test Company).</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"search_name","value":"","description":"<p>(optional) A specific name a user can search for in the system (e.g. TestCo).</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"user_id","value":"","description":"<p>(optional) The ID of an user who will become the owner of this prospect.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"branch_id","value":"","description":"<p>(optional) The ID of the branch to which this prospect should be linked.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"email","value":"","description":"<p>(optional) A default contacting email address for this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel","value":"","description":"<p>(optional) A default contacting phone number for this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"type","value":"","description":"<p>(optional) Used to define the type of prospect. Can be one of the following values:\n1: Organisation or\n2: Private </p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"vat","value":"","description":"<p>(optional) The VAT (BTW) number of this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"rpr","value":"","description":"<p>(optional) The RPR (KvK) number of this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"iban","value":"","description":"<p>(optional) The IBAN number of this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"bic","value":"","description":"<p>(optional) The BIC number of this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"remote_id","value":"","description":"<p>(optional) An ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"secondary_remote_id","value":"","description":"<p>(optional) Another ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"contact_person","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"contact_person_function","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"city","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"postal_code","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"address","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"country","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/prospects/","description":"<p>Creates a new prospect.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospects",""],"host":[""],"query":[],"variable":[]}},"response":[{"id":"11bcb3c4-0c21-4b2c-9e39-871d9cfaebe0","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"prospect_name_full","value":"Test Company Inc","description":"(required) The full name of the prospect (e.g. Test Company Inc).","type":"text","equals":true,"contentType":"string"},{"key":"prospect_name_short","value":"Test Company","description":"(optional) A shorter version of the name of the prospect (e.g. Test Company).","type":"text","equals":true,"contentType":"string"},{"key":"search_name","value":"TestCo","description":"(optional) A specific name a user can search for in the system (e.g. TestCo).","type":"text","equals":true,"contentType":"string"},{"key":"user_id","value":"1","description":"(optional) The ID of an user who will become the owner of this prospect.","type":"text","equals":true,"contentType":"integer"},{"key":"branch_id","value":"1","description":"(optional) The ID of the branch to which this prospect should be linked.","type":"text","equals":true,"contentType":"integer"},{"key":"email","value":"admin@testco.com","description":"(optional) A default contacting email address for this prospect.","type":"text","equals":true,"contentType":"string"},{"key":"tel","value":"062425472","description":"(optional) A default contacting phone number for this prospect.","type":"text","equals":true,"contentType":"string"},{"key":"vat","value":"","description":"(optional) The VAT (BTW) number of this prospect.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"rpr","value":"","description":"(optional) The RPR (KvK) number of this prospect.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"iban","value":"","description":"(optional) The IBAN number of this prospect.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"bic","value":"","description":"(optional) The BIC number of this prospect.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"remote_id","value":"ZR111","description":"(optional) An ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","equals":true,"contentType":"string"},{"key":"secondary_remote_id","value":"","description":"(optional) Another ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"contact_person","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"contact_person_function","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"city","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"postal_code","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"address","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"country","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"type","value":"","description":"(optional) Used to define the type of prospect. Can be one of the following values:\n1: Organisation or\n2: Private ","type":"text","equals":true,"contentType":"integer","disabled":true}]},"url":"/api/public/v1/prospects/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 14:01:32 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"a043f0e43d7aff00ac0cecd02a755db9dc30623d\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ik5sUmFWV2J5dEtqZmNPd1pOWmRmdFE9PSIsInZhbHVlIjoiSk1iOThueFdBVldRa2VvOGxSd0Z0bzA1ZVwvYWJrYzdcL0t4eGF5RUVzanZcL1dcL3RcL2djQVlvNTF1V29UbW9KdDhjUUpPSDQwNkJoUWxid1hOVkJDUk1aVzJNSXBnTlRhRzZqU1AyYVpYdktHd2oweWMzMGdiQmw4Uk01T09MVFN2QiIsIm1hYyI6IjcwODA0M2I0YTVhMDcxMWViMDRhNmNiMzViZjVjYmIyNjQ1ZjU4ZGFiZWIyMmNiNGYyMjkzZjcxNTAwNTVkNWIifQ%3D%3D; expires=Mon, 20-Dec-2021 16:01:32 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"user_id\": \"1\",\n        \"prospect_name_full\": \"Test Company Inc\",\n        \"prospect_name_short\": \"Test Company\",\n        \"email\": \"admin@testco.com\",\n        \"tel\": \"062425472\",\n        \"type\": null,\n        \"vat\": null,\n        \"rpr\": null,\n        \"iban\": null,\n        \"bic\": null,\n        \"contact_person\": null,\n        \"contact_person_function\": null,\n        \"contact_person_remote_id\": null,\n        \"address\": null,\n        \"postal_code\": null,\n        \"city\": null,\n        \"source\": \"public_api\",\n        \"branch_id\": \"1\",\n        \"sector_id\": null,\n        \"remote_id\": \"ZR111\",\n        \"search_name\": \"TestCo\",\n        \"files\": {\n            \"data\": []\n        }\n    }\n}"}],"_postman_id":"661a8641-7ce4-4e09-9c8a-e92993a15bb4"},{"name":"Update","id":"152f7603-5969-46d1-991c-03bc57d12454","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/api/public/v1/prospects/{prospect_id}","description":"<p>Update an existing prospect.</p>\n<p>{prospect_id} represents the ID of the prospect you wish to update.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospects","{prospect_id}"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) The full name of the prospect (e.g. Test Company Inc).</p>\n","type":"text/plain"},"key":"prospect_name_full","value":""},{"disabled":true,"description":{"content":"<p>(optional) A shorter version of the name of the prospect (e.g. Test Company).</p>\n","type":"text/plain"},"key":"prospect_name_short","value":""},{"disabled":true,"description":{"content":"<p>(optional) A specific name a user can search for in the system (e.g. TestCo).</p>\n","type":"text/plain"},"key":"search_name","value":""},{"disabled":true,"description":{"content":"<p>(optional) The ID of an user who will become the owner of this prospect.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) The ID of the branch to which this prospect should be linked.</p>\n","type":"text/plain"},"key":"branch_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) A default contacting email address for this prospect.</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>(optional) A default contacting phone number for this prospect.</p>\n","type":"text/plain"},"key":"tel","value":""},{"disabled":true,"description":{"content":"<p>(optional) Used to define the type of prospect. Can be one of the following values:\n1: Organisation or\n2: Private </p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>(optional) The VAT (BTW) number of this prospect.</p>\n","type":"text/plain"},"key":"vat","value":""},{"disabled":true,"description":{"content":"<p>(optional) The RPR (KvK) number of this prospect.</p>\n","type":"text/plain"},"key":"rpr","value":""},{"disabled":true,"description":{"content":"<p>(optional) The IBAN number of this prospect.</p>\n","type":"text/plain"},"key":"iban","value":""},{"disabled":true,"description":{"content":"<p>(optional) The BIC number of this prospect.</p>\n","type":"text/plain"},"key":"bic","value":""},{"disabled":true,"description":{"content":"<p>(optional) An ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text/plain"},"key":"remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Another ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text/plain"},"key":"secondary_remote_id","value":""},{"disabled":true,"description":{"content":"<p>(deprecated)</p>\n","type":"text/plain"},"key":"contact_person","value":""},{"disabled":true,"description":{"content":"<p>(deprecated)</p>\n","type":"text/plain"},"key":"contact_person_function","value":""},{"disabled":true,"description":{"content":"<p>(deprecated)</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>(deprecated)</p>\n","type":"text/plain"},"key":"postal_code","value":""},{"disabled":true,"description":{"content":"<p>(deprecated)</p>\n","type":"text/plain"},"key":"address","value":""},{"disabled":true,"description":{"content":"<p>(deprecated)</p>\n","type":"text/plain"},"key":"country","value":""}],"variable":[]}},"response":[{"id":"2498d145-8b82-4aaa-b411-5f18614043d2","name":"Update","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/api/public/v1/prospects/1","host":[""],"path":["api","public","v1","prospects","1"],"query":[{"key":"prospect_name_full","value":"","description":"(optional) The full name of the prospect (e.g. Test Company Inc).","disabled":true},{"key":"prospect_name_short","value":"","description":"(optional) A shorter version of the name of the prospect (e.g. Test Company).","disabled":true},{"key":"search_name","value":"","description":"(optional) A specific name a user can search for in the system (e.g. TestCo).","disabled":true},{"key":"user_id","value":"","description":"(optional) The ID of an user who will become the owner of this prospect.","disabled":true},{"key":"branch_id","value":"","description":"(optional) The ID of the branch to which this prospect should be linked.","disabled":true},{"key":"email","value":"","description":"(optional) A default contacting email address for this prospect.","disabled":true},{"key":"tel","value":"","description":"(optional) A default contacting phone number for this prospect.","disabled":true},{"key":"type","value":"","description":"(optional) Used to define the type of prospect. Can be one of the following values:\n1: Organisation or\n2: Private ","disabled":true},{"key":"vat","value":"","description":"(optional) The VAT (BTW) number of this prospect.","disabled":true},{"key":"rpr","value":"","description":"(optional) The RPR (KvK) number of this prospect.","disabled":true},{"key":"iban","value":"","description":"(optional) The IBAN number of this prospect.","disabled":true},{"key":"bic","value":"","description":"(optional) The BIC number of this prospect.","disabled":true},{"key":"remote_id","value":"","description":"(optional) An ID/number from your system. Use this to find this prospect back more easily in other API calls.","disabled":true},{"key":"secondary_remote_id","value":"","description":"(optional) Another ID/number from your system. Use this to find this prospect back more easily in other API calls.","disabled":true},{"key":"contact_person","value":"","description":"(deprecated)","disabled":true},{"key":"contact_person_function","value":"","description":"(deprecated)","disabled":true},{"key":"city","value":"","description":"(deprecated)","disabled":true},{"key":"postal_code","value":"","description":"(deprecated)","disabled":true},{"key":"address","value":"","description":"(deprecated)","disabled":true},{"key":"country","value":"","description":"(deprecated)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Wed, 23 Nov 2022 08:29:37 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"ba9d7df0acfe11eb279abeeecaa46e726ffd3ba4\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjhzUWlVSzQrSGFydG1lWXhidWJ5S1E9PSIsInZhbHVlIjoib0NBYitXUWxQY1F3czdaVjVLbGV1SnpRQjNONTk3V1lKanBKaVRrQ1wvaVFCSnd2aGl5RU5ZVm1DY1ZRS2ZBXC9vdVl3c01XSFFTbE1FSjZZSjNoZjlJQUU3U25rU1VQWjNvODJiVWJBbVNIdVRzcTM2TXBJUit5aDVQRGcwdDhKZSIsIm1hYyI6IjdmNjlkYTlmMTg5NWI0MDQzOGM0MTExZDU0MWZhOTdmNjcwZGY0MjJiNWZmM2JjYTQxOGEzZjc4NjgzZTFiYTcifQ%3D%3D; expires=Wed, 23-Nov-2022 10:29:37 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"user_id\": 1,\n        \"prospect_name_full\": \"Testbedrijf BV Incorporated\",\n        \"prospect_name_short\": \"Testbedrijf\",\n        \"email\": \"support@winningproposal.nl\",\n        \"tel\": \"073-61 33 000\",\n        \"type\": 0,\n        \"vat\": null,\n        \"rpr\": null,\n        \"iban\": null,\n        \"bic\": null,\n        \"contact_person\": \"Koen\",\n        \"contact_person_function\": \"Managing director\",\n        \"contact_person_remote_id\": null,\n        \"address\": null,\n        \"postal_code\": null,\n        \"city\": null,\n        \"source\": \"Winning Proposal\",\n        \"branch_id\": 1,\n        \"sector_id\": null,\n        \"remote_id\": null,\n        \"search_name\": \"Testbedrijf\",\n        \"created_at\": {\n            \"date\": \"2022-11-15 14:30:16.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"UTC\"\n        },\n        \"updated_at\": {\n            \"date\": \"2022-11-23 08:29:37.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"UTC\"\n        }\n    }\n}"}],"_postman_id":"152f7603-5969-46d1-991c-03bc57d12454"},{"name":"UpdateOrCreate","id":"5f495f41-207f-462b-9267-b5d761761ca3","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"","description":"<p>(optional) ID of an existing prospect</p>\n","type":"text","disabled":true},{"key":"remote_id","value":"","description":"<p>(optional) ID of the prospect in the remote system</p>\n","type":"text","disabled":true},{"key":"prospect_name_full","value":"","description":"<p>(optional) The full name of the prospect (e.g. Test Company Inc).</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"prospect_name_short","value":"","description":"<p>(optional) A shorter version of the name of the prospect (e.g. Test Company).</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"search_name","value":"","description":"<p>(optional) A specific name a user can search for in the system (e.g. TestCo).</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"user_id","value":"","description":"<p>(optional) The ID of an user who will become the owner of this prospect.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"branch_id","value":"","description":"<p>(optional) The ID of the branch to which this prospect should be linked.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"email","value":"","description":"<p>(optional) A default contacting email address for this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel","value":"","description":"<p>(optional) A default contacting phone number for this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"type","value":"","description":"<p>(optional) Used to define the type of prospect. Can be one of the following values:\n1: Organisation or\n2: Private </p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"vat","value":"","description":"<p>(optional) The VAT (BTW) number of this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"rpr","value":"","description":"<p>(optional) The RPR (KvK) number of this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"iban","value":"","description":"<p>(optional) The IBAN number of this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"bic","value":"","description":"<p>(optional) The BIC number of this prospect.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"secondary_remote_id","value":"","description":"<p>(optional) Another ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"contact_person","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"contact_person_function","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"city","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"postal_code","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"address","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"country","value":"","description":"<p>(deprecated)</p>\n","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/prospects/updateOrCreate","description":"<p><strong>Creates</strong> or <strong>updates</strong> a prospect according to the data. Matching will be done by:</p>\n<ul>\n<li><p><strong>ID</strong>: if provided, the prospect with said ID will be updated. If the ID is not found, an error will be thrown.</p>\n</li>\n<li><p><strong>Remote_id</strong>: If no ID has been provided but a remote_id is, the system will update if the corresponding prospect exists.</p>\n</li>\n<li><p>If no ID or remote ID is given, the system tries to match by <strong>pospect_name_full</strong> and <strong>prospect_name_short</strong>.</p>\n</li>\n</ul>\n<p>If after these attempts no prospect has been found, a new prospect will be created.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospects","updateOrCreate"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b9bb0894-f160-4562-8cfb-6bbdd0509a6e","name":"UpdateOrCreate","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"1","description":"(optional) ID of an existing prospect","type":"text"},{"key":"remote_id","value":"","description":"(optional) ID of the prospect in the remote system","type":"text","disabled":true},{"key":"prospect_name_full","value":"Test Company Inc","description":"(optional) The full name of the prospect (e.g. Test Company Inc).","type":"text","equals":true,"contentType":"string"},{"key":"prospect_name_short","value":"Test Inc","description":"(optional) A shorter version of the name of the prospect (e.g. Test Company).","type":"text","equals":true,"contentType":"string"},{"key":"search_name","value":"","description":"(optional) A specific name a user can search for in the system (e.g. TestCo).","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"user_id","value":"","description":"(optional) The ID of an user who will become the owner of this prospect.","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"branch_id","value":"","description":"(optional) The ID of the branch to which this prospect should be linked.","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"email","value":"","description":"(optional) A default contacting email address for this prospect.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel","value":"","description":"(optional) A default contacting phone number for this prospect.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"type","value":"","description":"(optional) Used to define the type of prospect. Can be one of the following values:\n1: Organisation or\n2: Private ","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"vat","value":"","description":"(optional) The VAT (BTW) number of this prospect.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"rpr","value":"","description":"(optional) The RPR (KvK) number of this prospect.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"iban","value":"","description":"(optional) The IBAN number of this prospect.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"bic","value":"","description":"(optional) The BIC number of this prospect.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"secondary_remote_id","value":"","description":"(optional) Another ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"contact_person","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"contact_person_function","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"city","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"postal_code","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"address","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"country","value":"","description":"(deprecated)","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/prospects/updateOrCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Wed, 23 Nov 2022 09:11:01 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"537cb0b138cca46d8858d355f46aa92c41e69e87\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlpXNmpsV2Z5RHBTQXFCY1VmSkIybVE9PSIsInZhbHVlIjoiY3lVaHBqVWluYXNkbU50M2Z0OEdnNHVVclVXNm1BcmFqUm5jdDFzMUFHdDhiWkMwVGFnKzJGd2NIYlhNU1BEN3g4blRWOFhYSEtYQWNBYkJcL1lCbUJCc2FwcW0xQVwvTDJHWml4SThFNE9tQ0pLbk9sRTYwNmZYWHVTN1R0Q1BXUCIsIm1hYyI6ImU3NjBjZGM3MzY0Y2Q3ZjRlOGExMGExMWQ3OWQzZmI4ZGRkMGFlYzljOTgxMWNjMGU2ZGU0YTJmMWIzYTEyM2UifQ%3D%3D; expires=Wed, 23-Nov-2022 11:11:01 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"user_id\": 1,\n        \"prospect_name_full\": \"Test Company Inc\",\n        \"prospect_name_short\": \"Test Inc\",\n        \"email\": \"support@winningproposal.nl\",\n        \"tel\": \"073-61 33 000\",\n        \"type\": 0,\n        \"vat\": null,\n        \"rpr\": null,\n        \"iban\": null,\n        \"bic\": null,\n        \"contact_person\": \"Koen\",\n        \"contact_person_function\": \"Managing director\",\n        \"contact_person_remote_id\": null,\n        \"address\": null,\n        \"postal_code\": null,\n        \"city\": null,\n        \"source\": \"Winning Proposal\",\n        \"branch_id\": 1,\n        \"sector_id\": null,\n        \"remote_id\": null,\n        \"search_name\": \"Testbedrijf\",\n        \"created_at\": {\n            \"date\": \"2022-11-15 14:30:16.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"UTC\"\n        },\n        \"updated_at\": {\n            \"date\": \"2022-11-23 09:10:47.000000\",\n            \"timezone_type\": 3,\n            \"timezone\": \"UTC\"\n        }\n    }\n}"}],"_postman_id":"5f495f41-207f-462b-9267-b5d761761ca3"},{"name":"Delete","id":"c5147c98-12f0-4ead-86ce-782dc1974f47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/public/v1/prospects/{prospect_id}","description":"<p>Delete a prospect.</p>\n<p>{prospect_id} represents the ID of the prospect you wish to delete.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospects","{prospect_id}"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"b72b8836-e0af-4269-9e40-ccf540981758","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"/api/public/v1/prospects/1"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 14:46:32 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"W/\"53a5687cb26dc41f2ab4033e97e13adefd3740d6\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IldQQ1Z4WWZEbGhIemVqbEgyVTVcL1VnPT0iLCJ2YWx1ZSI6IlJFcDdwR3N0S1k0ckdudkU0Y0ZVc0xzS0EzYnJjcTlrckdiNHN6TWYwakFicFl5T29vbHg2SnFGYlgwNmNPTUZtVCs4cXZqUFBcL1h2Z3lpbmRlWndZblhJT3BJbEd0NXR2aWxaSlk0eHhwTktjNjlMWkNqanl3bGRmd0JPM3IzRyIsIm1hYyI6ImRiNzhmMjNhNGQwMGFhYmIyYzQ4NmJhY2ZkYWNiNmJiN2NhM2ZkY2I1MjdiMWRlMzAxOGE1NGI4YjE5YjIwZGMifQ%3D%3D; expires=Mon, 20-Dec-2021 16:46:32 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"success"}],"_postman_id":"c5147c98-12f0-4ead-86ce-782dc1974f47"}],"id":"39cbc7c9-58d2-4dfe-abe2-3eeebce1eb10","description":"<p>One of the base entities in Winning Proposal is the prospect. Every proposal must be connected to a prospect that is stored within Winning Proposal. So if you want to make a proposal, you must make sure to have the correct prospect_id. You can use the API endpoints described in this chapter to create, read, update or delete</p>\n","_postman_id":"39cbc7c9-58d2-4dfe-abe2-3eeebce1eb10","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Prospect contacts","item":[{"name":"Index","id":"b40d2458-b8e5-4549-b37f-913950410738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/prospect-contacts/","description":"<p>Retrieves a list of prospectContacts in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-contacts",""],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) Filter by prospect.</p>\n","type":"text/plain"},"key":"prospect_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by email.</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by ID/number from your system.</p>\n","type":"text/plain"},"key":"remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID/number from your system.</p>\n","type":"text/plain"},"key":"secondary_remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Partially searches for the given string in the prospect properties.</p>\n","type":"text/plain"},"key":"q","value":""},{"disabled":true,"description":{"content":"<p>(optional) Loads the related prospect.</p>\n","type":"text/plain"},"key":"with","value":""}],"variable":[]}},"response":[{"id":"68b54f3d-0704-47bf-860a-2e9a08a0a064","name":"Index","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"/api/public/v1/prospect-contacts/?prospect_id=1","host":[""],"path":["api","public","v1","prospect-contacts",""],"query":[{"key":"prospect_id","value":"1","description":"(optional) Filter by prospect.","type":"text"},{"key":"email","value":"","description":"(optional) Filter by email.","type":"text","disabled":true},{"key":"remote_id","value":"","description":"(optional) Filter by ID/number from your system.","type":"text","disabled":true},{"key":"secondary_remote_id","value":"","description":"(optional) ID/number from your system.","type":"text","disabled":true},{"key":"q","value":"","description":"(Optional) Partially searches for the given string in the prospect properties.","type":"text","disabled":true},{"key":"with","value":"","description":"(Optional) Loads the related prospect.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 14:52:08 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"e7decde8e9c2cf1872b7881a57dc353a3f23c51c\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Im51ckNSOTU1cG1wVWdyYnNkOElzWnc9PSIsInZhbHVlIjoiNUhUNWNMTjZJbjVXNENVc0JURW9EdWRIQXBjYkU4TWxTV0c1OVArZVJyb0Y5QzVDM0FuSnVwM1hLQlFabW40SDV4ODQwQzEzWXc2Tk5seVwvcGhwUnpsbVwvYURJZ3NTYlIrTVI2cWh0ZHZjeUJjcnd3VmYrWDI4VEkzU29tVW5mUiIsIm1hYyI6ImM5MjcxNjU4ODNkOGFiOTE5YTkyOTljYWM3MzYwMzNjNTdlZGM3NTg2MTk0NTc4MDIxNTBkMjkxNWYyNDBlYzIifQ%3D%3D; expires=Mon, 20-Dec-2021 16:52:08 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"prospect_id\": 1,\n            \"first_name\": \"John\",\n            \"last_name\": \"Doe\",\n            \"full_name\": \"John Doe\",\n            \"sex\": \"\",\n            \"tel1\": \"\",\n            \"tel2\": \"\",\n            \"email\": \"john@testco.com\",\n            \"remote_id\": null,\n            \"secondary_remote_id\": null,\n            \"prospect_address_id\": null,\n            \"function\": \"Managing director\",\n            \"source\": null\n        }\n    ]\n}"}],"_postman_id":"b40d2458-b8e5-4549-b37f-913950410738"},{"name":"Show","id":"924c2050-516f-4bb7-96bd-90f5daf9a0c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/prospect-contacts/{prospect_contact_id}","description":"<p>Retrieves a single Prospect contact in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-contacts","{prospect_contact_id}"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"afb30d9f-ea5a-4e97-8260-5d291c1e263b","name":"Show","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/prospect-contacts/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Wed, 23 Nov 2022 10:04:11 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"ddb55b3f25c8291912e44f765b42c15e7a68afef\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlZWMDBPRnpxaXdISWxzTG0xbDE4WlE9PSIsInZhbHVlIjoiWklrc3RjejZFd3NGQlJVaFNmQzQ0K1VhVFBBVWVJTTFhWHNpZmNYV0VJVWY3Wm55ZjJWcFF3cVJDR3NiUmhjOGZEb3BFdWJHdE9XZExLZEJ2REVianNzUnBmckdHUFJxTk5HMkY2dnE4SGdFSWczV25wdDdyOW9kTE5cL1BIREdkIiwibWFjIjoiNzA0YTU5NTY0MzdkZjhlNDA0OTI4YTljNDRjN2Y5ZDA2MDMxODI4MDQyZDkwNjczNjAyM2NiNzQ3Mzk1NmI1NCJ9; expires=Wed, 23-Nov-2022 12:04:11 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"prospect_id\": 1,\n        \"first_name\": \"Koen\",\n        \"last_name\": \"Wouters\",\n        \"full_name\": \"Koen Wouters\",\n        \"sex\": null,\n        \"tel1\": null,\n        \"tel2\": null,\n        \"email\": \"koen@winningproposal.nl\",\n        \"remote_id\": null,\n        \"secondary_remote_id\": null,\n        \"prospect_address_id\": null,\n        \"function\": \"Managing director\",\n        \"source\": null\n    }\n}"}],"_postman_id":"924c2050-516f-4bb7-96bd-90f5daf9a0c9"},{"name":"Create","id":"96ea151f-c15c-4d48-9443-f3c8157d1828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"prospect_id","value":"","description":"<p>(required) ID of the prospect for which this is a contact.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"sex","value":"","description":"<p>(optional) The sex of this prospectContact.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"first_name","value":"","description":"<p>(optional) The first name of this prospectContact.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"last_name","value":"","description":"<p>(optional) The last name of this prospectContact.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"function","value":"","description":"<p>(optional) The function of this prospectContact.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel1","value":"","description":"<p>(optional) The primary phone number of this prospectContact.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel2","value":"","description":"<p>(optional) The secondary phone number of this prospectContact.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"email","value":"","description":"<p>(optional) The email address of this prospectContact.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"remote_id","value":"","description":"<p>(optional) An ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"prospect_address_id","value":"","description":"<p>(optional) ID of the prospect-address for which this is a contact.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/prospect-contacts/","description":"<p>Creates a new prospectContact.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-contacts",""],"host":[""],"query":[],"variable":[]}},"response":[{"id":"2bf94db8-2028-42f5-a636-d3ef8c7100c9","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"prospect_id","value":"1","description":"(required) ID of the prospect for which this is a contact.","type":"text","equals":true,"contentType":"integer"},{"key":"sex","value":"","description":"(optional) The sex of this prospectContact.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"first_name","value":"Jane","description":"(optional) The first name of this prospectContact.","type":"text","equals":true,"contentType":"string"},{"key":"last_name","value":"Doe","description":"(optional) The last name of this prospectContact.","type":"text","equals":true,"contentType":"string"},{"key":"function","value":"","description":"(optional) The function of this prospectContact.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel1","value":"","description":"(optional) The primary phone number of this prospectContact.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel2","value":"","description":"(optional) The secondary phone number of this prospectContact.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"email","value":"","description":"(optional) The email address of this prospectContact.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"remote_id","value":"","description":"(optional) An ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"prospect_address_id","value":"","description":"(optional) ID of the prospect-address for which this is a contact.","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/prospect-contacts/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 14:57:24 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"e655d6584ee785e9e22916d6fb0de5845728cd27\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjBUYWU2b2RCTEptbEI1UGE3K1ZhXC9RPT0iLCJ2YWx1ZSI6IlljejByb3I0dGlnbHNGaFQyQzVQbnVyV0hpXC90bTJ3UDFJYlZKTUpWV25zYlhGR1Noc2xMVktpVGZJSDUrNENYdGxPa3lSTlpHd2Y2YW5MaDdYcEZIcnE3ekpKa1ZMNkNKaHR4YjBtb2VZbzdGMEhVbnhLNnZ5enNFZzJNR0ZJdSIsIm1hYyI6ImEyNzNjOWRjZTRmNzhjMDRmMGQ2ZDZmOGNjNzY1MzMxMTkxMjM5M2U5N2JiNWViOTY5ZGMxNzAwZGFhMjE5ZjMifQ%3D%3D; expires=Mon, 20-Dec-2021 16:57:24 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"prospect_id\": \"1\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Doe\",\n        \"full_name\": \"Jane Doe\",\n        \"sex\": null,\n        \"tel1\": null,\n        \"tel2\": null,\n        \"email\": null,\n        \"remote_id\": null,\n        \"secondary_remote_id\": null,\n        \"prospect_address_id\": null,\n        \"function\": null,\n        \"source\": null\n    }\n}"}],"_postman_id":"96ea151f-c15c-4d48-9443-f3c8157d1828"},{"name":"Update","id":"15871daf-6068-4f73-afa1-98cec9c3178b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/prospect-contacts/{prospect_contact_id}","description":"<p>Update an existing prospectContact.</p>\n<p>{prospect_contact_id} represents the ID of the prospectContact you wish to update.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-contacts","{prospect_contact_id}"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) ID of the prospect for which this is a contact.</p>\n","type":"text/plain"},"key":"prospect_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) The sex of this prospectContact.</p>\n","type":"text/plain"},"key":"sex","value":""},{"disabled":true,"description":{"content":"<p>(optional) The first name of this prospectContact.</p>\n","type":"text/plain"},"key":"first_name","value":""},{"disabled":true,"description":{"content":"<p>(optional) The last name of this prospectContact.</p>\n","type":"text/plain"},"key":"last_name","value":""},{"disabled":true,"description":{"content":"<p>(optional) The function of this prospectContact.</p>\n","type":"text/plain"},"key":"function","value":""},{"disabled":true,"description":{"content":"<p>(optional) The primary phone number of this prospectContact.</p>\n","type":"text/plain"},"key":"tel1","value":""},{"disabled":true,"description":{"content":"<p>(optional) The secondary phone number of this prospectContact.</p>\n","type":"text/plain"},"key":"tel2","value":""},{"disabled":true,"description":{"content":"<p>(optional) The email address of this prospectContact.</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>(optional) An ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text/plain"},"key":"remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID of the prospect-address for which this is a contact.</p>\n","type":"text/plain"},"key":"prospect_address_id","value":""}],"variable":[]}},"response":[{"id":"48447b59-ff3b-4635-820c-b85b474c39ba","name":"Update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"/api/public/v1/prospect-contacts/2?function=Account manager&email=jane@testco.com","host":[""],"path":["api","public","v1","prospect-contacts","2"],"query":[{"key":"prospect_id","value":"","disabled":true},{"key":"sex","value":"","description":"(optional) The sex of this prospectContact.","type":"text","contentType":"string","disabled":true},{"key":"first_name","value":"","description":"(optional) The first name of this prospectContact.","type":"text","contentType":"string","disabled":true},{"key":"last_name","value":"","description":"(optional) The last name of this prospectContact.","type":"text","contentType":"string","disabled":true},{"key":"function","value":"Account manager"},{"key":"tel1","value":"","description":"(optional) The primary phone number of this prospectContact.","type":"text","contentType":"string","disabled":true},{"key":"tel2","value":"","description":"(optional) The secondary phone number of this prospectContact.","type":"text","contentType":"string","disabled":true},{"key":"email","value":"jane@testco.com"},{"key":"remote_id","value":"","description":"(optional) An ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","contentType":"string","disabled":true},{"key":"prospect_address_id","value":"","description":"(optional) ID of the prospect-address for which this is a contact.","type":"text","contentType":"string","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:01:17 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"b537d8644ab03b3a68dd88a5afb0261168d1052c\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InEyM2dwN1VPV0RQdFExOWlkbEwwUmc9PSIsInZhbHVlIjoiWHYxbEpzcVl0dUpJakc4cGVcL3V6ZFRhR0NSWFwvUXJCNnRsblpcL09TZ2tNQ01ZQVZOdXdOZ1N6emtmT0V4dnQ5ZHdEK0l5YnJXSkh3QXhPbldjOTZ5WkFXbGVUQ3NKRnIyVk9zYWp0ZFwvOXl5WHVWaEVBUnhhMXh6aUh1QVpudXMxIiwibWFjIjoiMGI3NDI3NWRmMGRmOWU5ODY0M2Q4MGU4MzViYmY4ODY2ODI4NWVhNzYzZGQwMmYyMmQ5ZWQzNTc3MmNjYjZhMCJ9; expires=Mon, 20-Dec-2021 17:01:17 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"prospect_id\": 1,\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Doe\",\n        \"full_name\": \"Jane Doe\",\n        \"sex\": null,\n        \"tel1\": null,\n        \"tel2\": null,\n        \"email\": \"jane@testco.com\",\n        \"remote_id\": null,\n        \"secondary_remote_id\": null,\n        \"prospect_address_id\": null,\n        \"function\": \"Account manager\",\n        \"source\": null\n    }\n}"}],"_postman_id":"15871daf-6068-4f73-afa1-98cec9c3178b"},{"name":"UpdateOrCreate","id":"397e3f29-ca62-44b8-b818-f9a3255fb267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"","description":"<p>(optional) ID of a prospect contact</p>\n","type":"text","disabled":true},{"key":"remote_id","value":"","description":"<p>(optional) Remote id of a prospect contact</p>\n","type":"text","disabled":true},{"key":"prospect_id","value":"","type":"text","description":"<p>(optional) ID of a existing prospect</p>\n","disabled":true},{"key":"sex","value":"","description":"<p>(optional) Sex of a prospect contact</p>\n","type":"text","disabled":true},{"key":"first_name","value":"","type":"text","description":"<p>(optional) First name of a prospect contact</p>\n","disabled":true},{"key":"last_name","value":"","type":"text","description":"<p>(optional) Last name of a prospect contact</p>\n","disabled":true},{"key":"function","value":"","type":"text","description":"<p>(optional) Function of a prospect contact</p>\n","disabled":true},{"key":"tel1","value":"","type":"text","description":"<p>(optional) Telephone 1 of a prospect contact</p>\n","disabled":true},{"key":"tel2","value":"","type":"text","description":"<p>(optional) Telephone 2 of a prospect contact</p>\n","disabled":true},{"key":"email","value":"","type":"text","description":"<p>(optional) Email of a prospect contact</p>\n","disabled":true},{"key":"prospect_remote_id","value":"","type":"text","description":"<p>(optional) Remote id of a existing prospect</p>\n","disabled":true},{"key":"prospect_address_id","value":"","type":"text","description":"<p>(optional) ID of an existing prospect adderess</p>\n","disabled":true}]},"url":"/api/public/v1/prospect-contacts/updateOrCreate","description":"<p><strong>Create</strong> or <strong>update</strong> a prospect contact according to the data. Matching will be done by:</p>\n<ul>\n<li><strong>ID</strong>: if provided, the prospect contact with said ID will be updated. If the ID is not found, an error will be thrown.</li>\n<li><strong>Remote_id</strong>: If no ID has been provided but a remote_id is, the system will update if the corresponding prospect contact exists.</li>\n<li>If no ID or remote ID is given, the system tries to match by <strong>first_name</strong> and <strong>last_name</strong>.</li>\n</ul>\n<p>If after these attempts no prospect contact has been found, a new prospect contact will be created.</p>\n<ul>\n<li>Either <strong>prospect_id</strong> or <strong>prospect_remote_id</strong> is required to create a new prospect contact.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-contacts","updateOrCreate"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"e4a3e03c-32f0-4fa7-ba54-773c68f47fd3","name":"UpdateOrCreate","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"1","description":"(optional) ID of a prospect contact","type":"text"},{"key":"remote_id","value":"","description":"(optional) Remote id of a prospect contact","type":"text","disabled":true},{"key":"prospect_id","value":"1","type":"text","description":"(optional) ID of a existing prospect"},{"key":"sex","value":"","description":"(optional) Sex of a prospect contact","type":"text","disabled":true},{"key":"first_name","value":"John","type":"text","description":"(optional) First name of a prospect contact"},{"key":"last_name","value":"Doe","type":"text","description":"(optional) Last name of a prospect contact"},{"key":"function","value":"","type":"text","description":"(optional) Function of a prospect contact","disabled":true},{"key":"tel1","value":"","type":"text","description":"(optional) Telephone 1 of a prospect contact","disabled":true},{"key":"tel2","value":"","type":"text","description":"(optional) Telephone 2 of a prospect contact","disabled":true},{"key":"email","value":"","type":"text","description":"(optional) Email of a prospect contact","disabled":true},{"key":"prospect_remote_id","value":"","type":"text","description":"(optional) Remote id of a existing prospect","disabled":true},{"key":"prospect_address_id","value":"","type":"text","description":"(optional) ID of an existing prospect adderess","disabled":true}]},"url":"/api/public/v1/prospect-contacts/updateOrCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Wed, 23 Nov 2022 10:07:54 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"a6e0d4f80e51ee5e5d4f9e097ed77866c2195ba5\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImdnNjJadTc4SEMxVlhValU0UFlvdGc9PSIsInZhbHVlIjoiXC9NaHo5TmF1UEI1WGpuZ29GeTBWV3dPSXF3YnY1b21oREZPM0FEMUdwem9VbmRFXC9IeCtBc3dsZ3UwS2JzOG5WZ0ZFdkNTS0dsck02ajRJUzgwZlFMVzJsTFlWZEFGamQwNzcrSzUwUlRTRFJ3QkxXZnM1UFU0VzlKcjRcL3hJZDYiLCJtYWMiOiI5YjIxMmJkMzA1ODExZDQ5MTRjYzdlYjc3YzE1M2M0ZDk5MjNlZjQ3YTQ0MTRjNjU1MDQ4YWNhMmM2M2U0YTc0In0%3D; expires=Wed, 23-Nov-2022 12:07:54 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"prospect_id\": 1,\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"full_name\": \"John Doe\",\n        \"sex\": null,\n        \"tel1\": null,\n        \"tel2\": null,\n        \"email\": \"koen@winningproposal.nl\",\n        \"remote_id\": null,\n        \"secondary_remote_id\": null,\n        \"prospect_address_id\": null,\n        \"function\": \"Managing director\",\n        \"source\": null\n    }\n}"}],"_postman_id":"397e3f29-ca62-44b8-b818-f9a3255fb267"},{"name":"Delete","id":"f11b7269-3b1c-447f-b132-0389bc317663","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/public/v1/prospect-contacts/{prospect_contact_id}","description":"<p>Delete a prospectContact.</p>\n<p>{prospect_contact_id} represents the ID of the prospectContact you wish to delete.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-contacts","{prospect_contact_id}"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"4d23a23d-6337-4f6b-a0ae-df239f8ec2e1","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"/api/public/v1/prospect-contacts/2"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:02:51 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"W/\"53a5687cb26dc41f2ab4033e97e13adefd3740d6\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Imc5clV6ajBob0pzbEllT0pRTVRQUkE9PSIsInZhbHVlIjoiUUl1NmN2dDNQWG96elBiNGdlOFJXMnB6SWtoVXF5UXJFSFRhSnBcL3dvNzFlSzNpVVF4cHE2Tkk3K2V1enV4NFVqdUJVMmJjMGtQV3RoTlVJUHU2ZGdwVjY5ZXA5YUczdjVvQjdJRzI5R1JrbU00d0JBeFp1S2ZpZ2NmRE45Z2dJIiwibWFjIjoiYzg1NDNiYmEzMWU2MGRiNjAzMjcwYjRkYTVkZTZjNmRiMWFhNDY2OWI0ZGQzN2E0NzdkZjUwYjgyYzJlNDBmYyJ9; expires=Mon, 20-Dec-2021 17:02:51 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"success"}],"_postman_id":"f11b7269-3b1c-447f-b132-0389bc317663"}],"id":"dbe3f2e3-03e6-459d-94ec-c50897fb96db","description":"<p>Every prospect can have multiple contacts. The following endpoints let you manage prospect contacts.</p>\n","_postman_id":"dbe3f2e3-03e6-459d-94ec-c50897fb96db","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Prospect addresses","item":[{"name":"Index","id":"5a706370-76b9-4f80-9782-e60564752e13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/prospect-addresses","description":"<p>Retrieves a list of prospectAddresses in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-addresses"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) Filter by prospect.</p>\n","type":"text/plain"},"key":"prospect_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by email.</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by ID/number from your system.</p>\n","type":"text/plain"},"key":"remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID/number from your system.</p>\n","type":"text/plain"},"key":"secondary_remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Loads the related prospect.</p>\n","type":"text/plain"},"key":"with","value":""}],"variable":[]}},"response":[{"id":"b10bdf58-b011-4999-b79a-da08216b99c8","name":"Index","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"/api/public/v1/prospect-addresses?prospect_id=1","host":[""],"path":["api","public","v1","prospect-addresses"],"query":[{"key":"prospect_id","value":"1","description":"(optional) Filter by prospect.","type":"text"},{"key":"email","value":"","description":"(optional) Filter by email.","type":"text","disabled":true},{"key":"remote_id","value":"","description":"(optional) Filter by ID/number from your system.","type":"text","disabled":true},{"key":"secondary_remote_id","value":"","description":"(optional) ID/number from your system.","type":"text","disabled":true},{"key":"with","value":"","description":"(optional) Loads the related prospect.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:19:10 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"2f6332a9ef9477e1b4b977c9c629a4d258adc8b8\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ijd2TGRCYkgxZkpxOURveFM0eklrXC9nPT0iLCJ2YWx1ZSI6IlZZME9SSjUrSzlobVNZMElZTlUzd2FIOFZSclVSYUs3dlwvVlBSRVNqN0pcL21mWDQ4MHUxbGk0MlZNOFg4dkZZZzREdWYxOWgwdTNtWk5BUzUzZHVVdlFHRjk4Z3FhcHJ0U0g0K1JINHdCUjNcL1wvbCtpQTVJTjVcL1d1TVFLT0QxQ3ciLCJtYWMiOiJmYTkzNzQ5NDAxNTY1NzZhYjQ2MDMxZWE4ZWVkMTE5OTE5OTEwOTg3MmUxMzcwYzUzNDk4OGI3ZWYzNTgyZTBmIn0%3D; expires=Mon, 20-Dec-2021 17:19:10 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"prospect_id\": 1,\n            \"address\": \"Oranje Nassaulaan 24\",\n            \"city\": \"Den Bosch\",\n            \"postal_code\": \"5211 AX\",\n            \"country\": \"Nederland\",\n            \"email\": \"support@winningproposal.nl\",\n            \"tel_one\": \"073-61 33 000\",\n            \"tel_two\": \"073-61 33 000\",\n            \"type\": \"delivery\",\n            \"remote_id\": null,\n            \"secondary_remote_id\": \"NULL\",\n            \"source\": \"Winning Proposal\",\n            \"name\": \"Oranje Nassaulaan 24\"\n        },\n        {\n            \"id\": 2,\n            \"prospect_id\": 1,\n            \"address\": \"Oranje Nassaulaan 24\",\n            \"city\": \"Den Bosch\",\n            \"postal_code\": \"5211 AX\",\n            \"country\": \"Nederland\",\n            \"email\": \"support@winningproposal.nl\",\n            \"tel_one\": \"073-61 33 000\",\n            \"tel_two\": \"073-61 33 000\",\n            \"type\": \"mailing\",\n            \"remote_id\": null,\n            \"secondary_remote_id\": \"NULL\",\n            \"source\": \"Winning Proposal\",\n            \"name\": \"Oranje Nassaulaan 24\"\n        },\n        {\n            \"id\": 3,\n            \"prospect_id\": 1,\n            \"address\": \"Oranje Nassaulaan 24\",\n            \"city\": \"Den Bosch\",\n            \"postal_code\": \"5211 AX\",\n            \"country\": \"Nederland\",\n            \"email\": \"support@winningproposal.nl\",\n            \"tel_one\": \"073-61 33 000\",\n            \"tel_two\": \"073-61 33 000\",\n            \"type\": \"invoice\",\n            \"remote_id\": null,\n            \"secondary_remote_id\": \"NULL\",\n            \"source\": \"Winning Proposal\",\n            \"name\": \"Oranje Nassaulaan 24\"\n        }\n    ]\n}"}],"_postman_id":"5a706370-76b9-4f80-9782-e60564752e13"},{"name":"Show","id":"d35acb1b-5623-4ebe-bb85-f2047623189d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/prospect-addresses/{prospect_address_id}","description":"<p>Retrieves a single Prospect address in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-addresses","{prospect_address_id}"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"e6e40d47-6bc9-4a12-a498-119c8121d2af","name":"Show","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/prospect-addresses/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Wed, 23 Nov 2022 10:11:09 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"19db4587679028349c73464405f5981a58563152\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkU3bUlMczFzK1poVDBuSys2RGtqMEE9PSIsInZhbHVlIjoieEI0Q2RqNDYxK29zWUQ5Z0ZtaWdHSnVKcWxRN0pFa0xpcFdLbXlQN2Nnc2Z3aE8zNHJFa0JmWmthYVl3SjhaUTZcL0Q4d3cwR1VQZTdoTEE2MjJSSG5JUlNaMnhSdEE5K2dLeFVxQWdURlUzVnl2dVdGN0ZrbFNRUG5jUkYxdnVWIiwibWFjIjoiMjJiMDhjYzBhMTA0ZmFkZjg1ZWM1YjBhNDA3OWY4MjRmNTg3MzNkOWUwOTk0ZjYzYjgxM2M1N2ViMzRjNjg0OCJ9; expires=Wed, 23-Nov-2022 12:11:09 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"prospect_id\": 1,\n        \"address\": \"Oranje Nassaulaan 24\",\n        \"city\": \"Den Bosch\",\n        \"postal_code\": \"5211 AX\",\n        \"country\": \"Nederland\",\n        \"email\": \"support@winningproposal.nl\",\n        \"tel_one\": \"073-61 33 000\",\n        \"tel_two\": \"073-61 33 000\",\n        \"type\": \"delivery\",\n        \"remote_id\": null,\n        \"secondary_remote_id\": \"NULL\",\n        \"source\": \"Winning Proposal\",\n        \"name\": \"Oranje Nassaulaan 24\"\n    }\n}"}],"_postman_id":"d35acb1b-5623-4ebe-bb85-f2047623189d"},{"name":"Create","id":"af516af2-816d-4815-b1b3-6695fed6c407","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"prospect_id","value":"","description":"<p>(required) ID of the prospect for which this is an address.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"address","value":"","description":"<p>(optional) The address of this prospectAddress.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"city","value":"","description":"<p>(optional) The city of this prospectAddress.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"postal_code","value":"","description":"<p>(optional) The postal code of this prospectAddress.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"country","value":"","description":"<p>(optional) The country of this prospectAddress.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel_one","value":"","description":"<p>(optional) The primary phone number of this prospectAddress.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel_two","value":"","description":"<p>(optional) The secondary phone number of this prospectAddress.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"type","value":"","description":"<p>(optional) The address type of this prospectAddress. Value can be: delivery,mailing or invoice.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"remote_id","value":"","description":"<p>(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"prospect_contact_id","value":"","description":"<p>(optional) ID of the prospect-contact for which this is a address.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"state","value":"","description":"<p>(optional) Thestateof this prospectAddress.</p>\n","type":"text","disabled":true}]},"url":"/api/public/v1/prospect-addresses/","description":"<p>Creates a new prospectAddress</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-addresses",""],"host":[""],"query":[],"variable":[]}},"response":[{"id":"00ca8090-2da5-4370-8c14-089f25733432","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"prospect_id","value":"1","description":"(required) ID of the prospect for which this is an address.","type":"text","equals":true,"contentType":"integer"},{"key":"address","value":"Testlane 99","description":"(optional) The address of this prospectAddress.","type":"text","equals":true,"contentType":"string"},{"key":"city","value":"Test City","description":"(optional) The city of this prospectAddress.","type":"text","equals":true,"contentType":"string"},{"key":"postal_code","value":"1234AB","description":"(optional) The postal code of this prospectAddress.","type":"text","equals":true,"contentType":"string"},{"key":"country","value":"Test Country","description":"(optional) The country of this prospectAddress.","type":"text","equals":true,"contentType":"string"},{"key":"tel_one","value":"","description":"(optional) The primary phone number of this prospectAddress.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel_two","value":"","description":"(optional) The secondary phone number of this prospectAddress.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"type","value":"delivery","description":"(optional) The address type of this prospectAddress. Value can be: delivery,mailing or invoice.","type":"text","equals":true,"contentType":"string"},{"key":"remote_id","value":"","description":"(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"prospect_contact_id","value":"","description":"(optional) ID of the prospect-contact for which this is a address.","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/prospect-addresses/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:24:52 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"f3bfa655ad6b40eb50e5c4c212386bb902d30e64\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InJqMEVxdFk2WW51U01YR1piUUIzaVE9PSIsInZhbHVlIjoiNWtnK2pQSWxXeUd0U3gzWlwvRklHaW1RS2JKR0tIdFBEUlwvWEo4VGdUWGVvd0lGcUlVK3pJOSs2amdlSWREdHNBa3NIZW91aHIyYlNwTmpudkdtSmtnMlZ5cVZVdjFSaFg3bWVXc2JxQ1wvdTRRUXJlcTZOUHF4XC9qcWdpVkg4bTFxIiwibWFjIjoiYWNlNTViMWRkNjMyMjI4ZTRhMDU4YTAzMDJlNDg4YzNhYzhmMTUyMzdmYzRkMjgzODdmYTA3N2ZhMjg2ZWEzMyJ9; expires=Mon, 20-Dec-2021 17:24:52 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"prospect_id\": \"1\",\n        \"address\": \"Testlane 99\",\n        \"city\": \"Test City\",\n        \"postal_code\": \"1234AB\",\n        \"country\": \"Test Country\",\n        \"email\": null,\n        \"tel_one\": null,\n        \"tel_two\": null,\n        \"type\": \"delivery\",\n        \"remote_id\": null,\n        \"secondary_remote_id\": null,\n        \"source\": null,\n        \"name\": null\n    }\n}"}],"_postman_id":"af516af2-816d-4815-b1b3-6695fed6c407"},{"name":"Update","id":"d505cb64-ec17-47ad-8f4d-91a24ed8132e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/prospect-addresses/1","description":"<p>Update an existing prospectAddress.</p>\n<p>{proposal_address_id} represents the ID of the proposalAddress you wish to update.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-addresses","1"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(required) ID of the prospect for which this is an address.</p>\n","type":"text/plain"},"key":"prospect_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) The address of this prospectAddress.</p>\n","type":"text/plain"},"key":"address","value":""},{"disabled":true,"description":{"content":"<p>(optional) The city of this prospectAddress.</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>(optional) The postal code of this prospectAddress.</p>\n","type":"text/plain"},"key":"postal_code","value":""},{"disabled":true,"description":{"content":"<p>(optional) The country of this prospectAddress.</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>(optional) The primary phone number of this prospectAddress.</p>\n","type":"text/plain"},"key":"tel_one","value":""},{"disabled":true,"description":{"content":"<p>(optional) The secondary phone number of this prospectAddress.</p>\n","type":"text/plain"},"key":"tel_two","value":""},{"disabled":true,"description":{"content":"<p>(optional) The address type of this prospectAddress. Value can be: delivery,mailing or invoice.</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text/plain"},"key":"remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID of the prospect-contact for which this is a address.</p>\n","type":"text/plain"},"key":"prospect_contact_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Thestateof this prospectAddress.</p>\n","type":"text/plain"},"key":"state","value":""}],"variable":[]}},"response":[{"id":"f1dce08b-4779-44a3-9420-c41f88e2b297","name":"Update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"/api/public/v1/prospect-addresses/4?city=Test Town&country=Test District&type=invoice","host":[""],"path":["api","public","v1","prospect-addresses","4"],"query":[{"key":"prospect_id","value":"","description":"(required) ID of the prospect for which this is an address.","type":"text","contentType":"integer","disabled":true},{"key":"address","value":"","description":"(optional) The address of this prospectAddress.","type":"text","contentType":"string","disabled":true},{"key":"city","value":"Test Town","description":"(optional) The city of this prospectAddress.","type":"text","contentType":"string"},{"key":"postal_code","value":"","description":"(optional) The postal code of this prospectAddress.","type":"text","contentType":"string","disabled":true},{"key":"country","value":"Test District","description":"(optional) The country of this prospectAddress.","type":"text","contentType":"string"},{"key":"tel_one","value":"","description":"(optional) The primary phone number of this prospectAddress.","type":"text","contentType":"string","disabled":true},{"key":"tel_two","value":"","description":"(optional) The secondary phone number of this prospectAddress.","type":"text","contentType":"string","disabled":true},{"key":"type","value":"invoice","description":"(optional) The address type of this prospectAddress. Value can be: delivery,mailing or invoice.","type":"text","contentType":"string"},{"key":"remote_id","value":"","description":"(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","contentType":"string","disabled":true},{"key":"prospect_contact_id","value":"","description":"(optional) ID of the prospect-contact for which this is a address.","type":"text","contentType":"string","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:26:40 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"ca134e397af8fcf2c6ab733e2d22133851aa5b7f\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkZHcDVLbWhVNGE4SU9GTXlidDlLdFE9PSIsInZhbHVlIjoiSDZXdm5yWTIyRXdYMXZMR0Y3VWV4ZHA5QmljRlJOYnpoekhTeVVRZmF3VW1HQkZpdUsxajc1dEprcHp0aWdoVUloakRPZ2VGMnhhRlpLakZjaVhGS2Fha0lhSG5DUHp2YmlwczM0Zll1aDByWWp4djE3SHA2aklGZmVUTXl2YWEiLCJtYWMiOiIzZjA0OTU2NmQ5YjY0NTAxYTI0M2U4NTFmN2I5NjYzMzA1NGQ2YWFlNDBhMTUyNmUxMTZkMjg1ZjdmYzgzYzZmIn0%3D; expires=Mon, 20-Dec-2021 17:26:40 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 4,\n        \"prospect_id\": 1,\n        \"address\": \"Testlane 99\",\n        \"city\": \"Test Town\",\n        \"postal_code\": \"1234AB\",\n        \"country\": \"Test District\",\n        \"email\": null,\n        \"tel_one\": null,\n        \"tel_two\": null,\n        \"type\": \"invoice\",\n        \"remote_id\": null,\n        \"secondary_remote_id\": \"NULL\",\n        \"source\": null,\n        \"name\": null\n    }\n}"}],"_postman_id":"d505cb64-ec17-47ad-8f4d-91a24ed8132e"},{"name":"UpdateOrCreate","id":"1769b0ee-6222-46e6-829e-2a3dfc912bd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"","description":"<p>(optional) ID of a prospect address</p>\n","type":"text","disabled":true},{"key":"remote_id","value":"","type":"text","description":"<p>(optional) Remote id of a prospect address</p>\n","disabled":true},{"key":"prospect_id","value":"","type":"text","description":"<p>(optional) ID of a existing prospect</p>\n","disabled":true},{"key":"address","value":"","type":"text","description":"<p>(optional) Address of a prospect address</p>\n","disabled":true},{"key":"city","value":"","type":"text","description":"<p>(optional) City of a prospect address</p>\n","disabled":true},{"key":"postal_code","value":"","type":"text","description":"<p>(optional) Postal code of a prospect address</p>\n","disabled":true},{"key":"country","value":"","type":"text","description":"<p>(optional) Country of a prospect address</p>\n","disabled":true},{"key":"tel_one","value":"","type":"text","description":"<p>(optional) Telephone 1 of a prospect address</p>\n","disabled":true},{"key":"tel_two","value":"","type":"text","description":"<p>(optional) Telephone 2 of a prospect address</p>\n","disabled":true},{"key":"type","value":"","type":"text","description":"<p>(optional) Type of a prospect address</p>\n","disabled":true},{"key":"prospect_contact_id","value":"","type":"text","description":"<p>(optional) ID of a existing prospect contact</p>\n","disabled":true},{"key":"state","value":"","description":"<p>(optional) Thestateof this prospectAddress.</p>\n","type":"text","disabled":true}]},"url":"/api/public/v1/prospect-addresses/updateOrCreate","description":"<p><strong>Create</strong> or <strong>update</strong> a prospect address according to the data. Matching will be done by:</p>\n<ul>\n<li><strong>ID</strong>: if provided, the prospect address with said ID will be updated. If the ID is not found, an error will be thrown.</li>\n<li><strong>Remote_id</strong>: If no ID has been provided but a remote_id is, the system will update if the corresponding prospect address exists.</li>\n<li>If no ID or remote ID is given, the system tries to match by <strong>address</strong> and <strong>postal_code</strong>.</li>\n</ul>\n<p>If after these attempts no prospect address has been found, a new prospect address will be created.</p>\n<ul>\n<li>Either <strong>prospect_id</strong> or <strong>prospect_remote_id</strong> is required to create a new prospect address.</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-addresses","updateOrCreate"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"44cc8dcb-008a-4c88-af7c-3e30d4aaade0","name":"UpdateOrCreate","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"1","description":"(optional) ID of a prospect address","type":"text"},{"key":"remote_id","value":"","type":"text","description":"(optional) Remote id of a prospect address","disabled":true},{"key":"prospect_id","value":"1","type":"text","description":"(optional) ID of a existing prospect"},{"key":"address","value":"","type":"text","description":"(optional) Address of a prospect address","disabled":true},{"key":"city","value":"","type":"text","description":"(optional) City of a prospect address","disabled":true},{"key":"postal_code","value":"","type":"text","description":"(optional) Postal code of a prospect address","disabled":true},{"key":"country","value":"","type":"text","description":"(optional) Country of a prospect address","disabled":true},{"key":"tel_one","value":"","type":"text","description":"(optional) Telephone 1 of a prospect address","disabled":true},{"key":"tel_two","value":"","type":"text","description":"(optional) Telephone 2 of a prospect address","disabled":true},{"key":"type","value":"","type":"text","description":"(optional) Type of a prospect address","disabled":true},{"key":"prospect_contact_id","value":"1","type":"text","description":"(optional) ID of a existing prospect contact"}]},"url":"/api/public/v1/prospect-addresses/updateOrCreate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Wed, 23 Nov 2022 10:20:25 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"19db4587679028349c73464405f5981a58563152\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ims3SFk4bE9URWJVQ0MzaDFHbXJPZmc9PSIsInZhbHVlIjoiVEhZZU9kY3BMYkdjb05CTHJFbXdVMFwvbzZ5T0x5Z0ZYTkkzTmxGdVcwQmZmUEd3RW54UDlDQmdxQ1wvOG9oRTI0Q0gzUmxmXC9KYmlRcUtZNnpzc1dORVJWRFwvSHl2blRcL1FSTXBGNXBoMEVaYWFwTlh2WmM4XC9ENzVWXC9EZ090K05iIiwibWFjIjoiMzFjMjI3NDZhODA5MTdkMzEzZWZmNWRmNTM5YzI4OTEwMDBjN2Y5MmRiMWI0NDhkMDFiMmM5YTg3MDg3MWM5NSJ9; expires=Wed, 23-Nov-2022 12:20:25 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"prospect_id\": 1,\n        \"address\": \"Oranje Nassaulaan 24\",\n        \"city\": \"Den Bosch\",\n        \"postal_code\": \"5211 AX\",\n        \"country\": \"Nederland\",\n        \"email\": \"support@winningproposal.nl\",\n        \"tel_one\": \"073-61 33 000\",\n        \"tel_two\": \"073-61 33 000\",\n        \"type\": \"delivery\",\n        \"remote_id\": null,\n        \"secondary_remote_id\": \"NULL\",\n        \"source\": \"Winning Proposal\",\n        \"name\": \"Oranje Nassaulaan 24\"\n    }\n}"}],"_postman_id":"1769b0ee-6222-46e6-829e-2a3dfc912bd3"},{"name":"Delete","id":"dcaacf5a-4e14-448f-a217-7c0464c8b828","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/api/public/v1/prospect-addresses/{prospect_addresses_id}","description":"<p>Delete a prospectAddress.</p>\n<p>{proposal_address_id} represents the ID of the proposalAddress you wish to delete.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","prospect-addresses","{prospect_addresses_id}"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"5703e2fa-9378-4316-93d3-bb571345f4e1","name":"Delete","originalRequest":{"method":"DELETE","header":[],"url":"/api/public/v1/prospect-addresses/4"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:27:31 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"W/\"53a5687cb26dc41f2ab4033e97e13adefd3740d6\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjFjQnV4WkZKTDh3T0lHTUZjTXlKQWc9PSIsInZhbHVlIjoiZjF1YWtKRk80TUtQdkkzR2VYak4rb2dOMGppaE9NZW9qa21nZ1NjV3VrY0paSVZWRjNXTzl5cVBRVkFcLzdZeTBGYVBuVElGN0dCbld0WUNhTHYyNFNPYTltbllUakxtYitRVWY1ZGlxMFVEZzYrQ1wvNGNVa2VzV2JDdXUrV3YrdiIsIm1hYyI6Ijk2YWU4MjM3YzRjYjlkYjRhNTM1Yzg2OWY3OWIzYmUxN2I0ZGNlZTU3N2QxNjc5NGI2Y2Y3NzJmYzg4YTEwNjYifQ%3D%3D; expires=Mon, 20-Dec-2021 17:27:31 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"success"}],"_postman_id":"dcaacf5a-4e14-448f-a217-7c0464c8b828"}],"id":"5726f3ca-a673-41f0-b641-04acc0a48dd2","description":"<p>Every prospect can have multiple addresses. The following endpoints let you manage prospect addresses.</p>\n","_postman_id":"5726f3ca-a673-41f0-b641-04acc0a48dd2","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Proposal","item":[{"name":"Index","id":"df9e103c-2797-4151-9b34-852221e60508","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/public/v1/proposals","description":"<p>Filters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Filter parameter</strong></th>\n<th><strong>Operator</strong></th>\n<th><strong>Example value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>date_range_start</td>\n<td>&gt;</td>\n<td>Y-m-d</td>\n</tr>\n<tr>\n<td>date_range_end</td>\n<td>&lt;</td>\n<td>Y-m-d</td>\n</tr>\n<tr>\n<td>branch_id</td>\n<td>=</td>\n<td>1</td>\n</tr>\n<tr>\n<td>sector_id</td>\n<td>=</td>\n<td>1</td>\n</tr>\n<tr>\n<td>user_id</td>\n<td>=</td>\n<td>1</td>\n</tr>\n<tr>\n<td>locale_id</td>\n<td>=</td>\n<td>1</td>\n</tr>\n<tr>\n<td>prospect_id</td>\n<td>=</td>\n<td>1</td>\n</tr>\n<tr>\n<td>status[]</td>\n<td>=</td>\n<td>sent</td>\n</tr>\n<tr>\n<td>paginate</td>\n<td>=</td>\n<td>5</td>\n</tr>\n<tr>\n<td>orderBy[key]</td>\n<td>=</td>\n<td>asc</td>\n</tr>\n<tr>\n<td>remote_id</td>\n<td>=</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","proposals"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) Filter by user_id.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by remote_id.</p>\n","type":"text/plain"},"key":"remote_id","value":null}],"variable":[]}},"response":[{"id":"b5b4a77c-0d0f-4e3d-b01d-5afd2c77e231","name":"Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/public/v1/proposals?user_id=1","host":[""],"path":["api","public","v1","proposals"],"query":[{"key":"user_id","value":"1","description":"(optional) Filter by user_id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:03:41 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"0a4829ba4193a4a2c46a06015db0986f0a92692a\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ik1INzV3dlpVajVZREVsSmZ5WUNSeWc9PSIsInZhbHVlIjoib2p3RHZUcWxHaHNQWk9lTTJXalVqN0o0eTlhdDZTM3lzcjcxcmN5TnVuYXVrM2ZkSUNuN1A1Nm1jZmUyUVwvRyt0UVFleDI5bEVcL3dPNTB6M1pKT3I4SVAwaFRDbVEyQlwvakQ0VmM2YzRQNGd5MlZRaERNZ05CTnJzNTRWQ0t6T28iLCJtYWMiOiI0MjYzYTIwMDkyYmMzNmU1NjgzMTkxOThhOGQzZWQ4ODhjNGNiZjdlYTY3NTZjZWFmMzVkNmMxN2NiZDAzOTkxIn0%3D; expires=Mon, 20-Dec-2021 17:03:41 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 08:30:37\",\n            \"updated_at\": \"19-11-2021 08:54:56\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 2,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 09:17:03\",\n            \"updated_at\": \"19-11-2021 10:35:58\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 3,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 10:36:07\",\n            \"updated_at\": \"19-11-2021 10:36:33\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 4,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 10:36:42\",\n            \"updated_at\": \"19-11-2021 10:44:26\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 5,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 10:44:35\",\n            \"updated_at\": \"19-11-2021 10:45:01\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 6,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 10:45:09\",\n            \"updated_at\": \"19-11-2021 10:54:58\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 7,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 10:55:42\",\n            \"updated_at\": \"19-11-2021 10:58:33\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 8,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 10:58:45\",\n            \"updated_at\": \"19-11-2021 11:02:03\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 9,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 11:02:11\",\n            \"updated_at\": \"19-11-2021 12:54:57\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 10,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 12:55:08\",\n            \"updated_at\": \"19-11-2021 12:55:47\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 11,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 12:55:59\",\n            \"updated_at\": \"19-11-2021 13:06:34\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 12,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:06:45\",\n            \"updated_at\": \"19-11-2021 13:07:55\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 13,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:08:04\",\n            \"updated_at\": \"19-11-2021 13:09:25\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 14,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:09:34\",\n            \"updated_at\": \"19-11-2021 13:10:11\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 15,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:10:21\",\n            \"updated_at\": \"19-11-2021 13:12:17\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 16,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:12:28\",\n            \"updated_at\": \"19-11-2021 13:15:15\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 17,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:15:23\",\n            \"updated_at\": \"19-11-2021 13:20:10\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 18,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:20:19\",\n            \"updated_at\": \"19-11-2021 13:51:39\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 19,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:51:51\",\n            \"updated_at\": \"19-11-2021 13:53:23\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 20,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:53:29\",\n            \"updated_at\": \"19-11-2021 13:54:12\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 21,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:54:17\",\n            \"updated_at\": \"19-11-2021 13:54:53\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 22,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:55:03\",\n            \"updated_at\": \"19-11-2021 13:55:21\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 23,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 13:55:31\",\n            \"updated_at\": \"19-11-2021 14:02:32\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 24,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 14:02:41\",\n            \"updated_at\": \"19-11-2021 14:14:25\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 25,\n            \"name\": \"\",\n            \"proposal_date\": \"19-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"19-11-2021 14:14:38\",\n            \"updated_at\": \"19-11-2021 15:31:45\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 26,\n            \"name\": \"\",\n            \"proposal_date\": \"24-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 0,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"24-11-2021 12:55:37\",\n            \"updated_at\": \"25-11-2021 08:50:31\",\n            \"lastOpened\": null,\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 32,\n            \"name\": \"\",\n            \"proposal_date\": \"25-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 2081,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"25-11-2021 10:43:09\",\n            \"updated_at\": \"25-11-2021 10:48:30\",\n            \"lastOpened\": \"25-11-2021 10:58:32\",\n            \"userCanEdit\": false\n        },\n        {\n            \"id\": 36,\n            \"name\": \"NL-01234\",\n            \"proposal_date\": \"25-11-2021 00:00:00\",\n            \"prospect_id\": 1,\n            \"proposition_id\": 1,\n            \"sector_id\": 1,\n            \"branch_id\": 1,\n            \"localization_id\": 1,\n            \"user_id\": 1,\n            \"remote_id\": null,\n            \"points\": 162,\n            \"proposal_point_visibility\": 1,\n            \"disabled\": 0,\n            \"source\": \"local\",\n            \"preset\": 0,\n            \"created_at\": \"25-11-2021 13:05:13\",\n            \"updated_at\": \"13-12-2021 11:10:07\",\n            \"lastOpened\": \"25-11-2021 16:06:23\",\n            \"userCanEdit\": false\n        }\n    ]\n}"}],"_postman_id":"df9e103c-2797-4151-9b34-852221e60508"},{"name":"Show","id":"78f72ae1-7104-49ed-8ae9-bb51156e4b8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/proposals/{proposal_id}","description":"<p>Retrieves a single Proposal in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","proposals","{proposal_id}"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"1e047041-2f1b-4b6d-831c-c380211bac90","name":"Show","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/proposals/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Wed, 23 Nov 2022 12:16:37 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"e996a10287affb589fe2392ca9ecd9521e9492d3\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6InZVSUdjVlY5SE1MZUZoMm1rWHhhXC9nPT0iLCJ2YWx1ZSI6Ilh2bnh0bnpwK2JnSDZPY1p1ejJTVFV1dlBrN05VMmYzdkI0cVwvYUIrQXNNT1kxR21Ob0tFUjJ2NXh3dEl2QmpJS3JBSzc1SUJpT3IrdkFvK2VjN0swQmlSZlAwenBOQ0xRR25aQXVQNGoxaUtrbXcrNnY2bExoMWNOcWJpZkNuQSIsIm1hYyI6IjJjMzkzNjNkYTYzOTQ4OGI5MzNlYTA1ZWJlZDAxNDQ2YzM1Y2JmNmZmZmQ1YjMxYWQ0OWQ2NjhhOTRkMjkyZGEifQ%3D%3D; expires=Wed, 23-Nov-2022 14:16:37 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"\",\n        \"prospect_id\": 1,\n        \"proposition_id\": 1,\n        \"sector_id\": 2,\n        \"branch_id\": 1,\n        \"localization_id\": 7,\n        \"user_id\": 1,\n        \"remote_id\": null,\n        \"points\": 0,\n        \"proposal_point_visibility\": 1,\n        \"disabled\": 0,\n        \"source\": \"local\",\n        \"preset\": 0,\n        \"created_at\": \"23-11-2022 12:15:42\",\n        \"updated_at\": \"23-11-2022 12:15:58\",\n        \"lastOpened\": null,\n        \"userCanEdit\": false,\n        \"latestVersion\": {\n            \"data\": {\n                \"id\": 1,\n                \"proposal_id\": 1,\n                \"form_version_id\": 1,\n                \"user_id\": 1,\n                \"number\": 1,\n                \"total_in\": 0,\n                \"total_ex\": 0,\n                \"created_at\": \"23-11-2022 12:15\",\n                \"updated_at\": \"23-11-2022 12:15\"\n            }\n        }\n    }\n}"}],"_postman_id":"78f72ae1-7104-49ed-8ae9-bb51156e4b8b"},{"name":"Create","id":"732b3eb2-48f1-44ed-8b53-17d8578cf630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"test","description":"<p>(required) The name of the proposal (for internal use only).</p>\n","type":"text","equals":true,"contentType":"string"},{"key":"proposal_date","value":"","type":"text","equals":true,"description":"<p>(optional) The date mentioned in the proposal. Defaults to the date of creation.</p>\n","contentType":"string","disabled":true},{"key":"prospect_id","value":"1","description":"<p>(required) ID of the prospect for which this is a proposal.</p>\n","type":"text","equals":true,"contentType":"integer"},{"key":"user_id","value":"1","equals":true,"description":"<p>(required) ID of the creator of the proposal. If not sure, ask the administrator.</p>\n","contentType":"integer"},{"key":"proposition_id","value":"1","description":"<p>(optional) ID of the type of this proposal. Defaults to the first proposition.</p>\n","type":"text","equals":true,"contentType":"integer"},{"key":"sector_id","value":"1","description":"<p>(optional) ID of the sector this proposal belongs to. Defaults to the first sector.</p>\n","type":"text","equals":true,"contentType":"integer"},{"key":"branch_id","value":"1","description":"<p>(optional) ID of the branch this proposal should be linked to. Defaults to the first branch.</p>\n","type":"text","equals":true,"contentType":"integer"},{"key":"localization_id","value":"1","description":"<p>(optional) ID of the language of this proposal. Defaults to the first language.</p>\n","type":"text","equals":true,"contentType":"integer"},{"key":"preset","value":"","type":"text","equals":true,"contentType":"boolean","description":"<p>(optional) Whether the proposal needs to be marked as preset.</p>\n","disabled":true},{"key":"remote_id","value":"","description":"<p>(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"disabled","value":"","type":"text","equals":true,"contentType":"boolean","description":"<p>(optional) Whether the proposal is disabled. If the proposal is disabled, it can not be edited.</p>\n","disabled":true},{"key":"contents","value":"","description":"<p>(optional) A JSON string with which you can inject information into our data . If not sure about the structure, ask the administrator.</p>\n","type":"text","contentType":"json string","disabled":true},{"key":"injections","value":"{\n  \"proposal-investment.proposal-investment.investment\": {\n    \"on_rent_date\": \"2025-06-16\",\n    \"off_rent_date\": \"2025-08-21\",\n    \"environment_fee\": 98.35,\n    \"insurance_fee\": 210.75,\n    \"transport_cost\": 300,\n    \"installation_cost\": 300,\n    \"products\": [\n      {\n        \"product_name\": \"Kit Airco 620kW\",\n        \"product_type\": \"KIT\",\n        \"quantity\": 1,\n        \"rental_net_amount\": 2700,\n        \"sequence_number\": 1,\n        \"parent_sequence_number\": null,\n        \"main_kit_item\": true\n      },\n      {\n        \"product_name\": \"Luchtslang 10m\",\n        \"product_type\": \"product\",\n        \"quantity\": 4,\n        \"rental_net_amount\": 0,\n        \"sequence_number\": 2,\n        \"parent_sequence_number\": 1,\n        \"main_kit_item\": false\n      },\n      {\n        \"product_name\": \"Stroomkabel 32A 15m\",\n        \"product_type\": \"product\",\n        \"quantity\": 2,\n        \"rental_net_amount\": 0,\n        \"sequence_number\": 3,\n        \"parent_sequence_number\": 1,\n        \"main_kit_item\": false\n      },\n      {\n        \"product_name\": \"Kit Pomp 150m3\",\n        \"product_type\": \"KIT\",\n        \"quantity\": 1,\n        \"rental_net_amount\": 1850,\n        \"sequence_number\": 4,\n        \"parent_sequence_number\": null,\n        \"main_kit_item\": true\n      },\n      {\n        \"product_name\": \"Afvoerslang 6m\",\n        \"product_type\": \"product\",\n        \"quantity\": 3,\n        \"rental_net_amount\": 0,\n        \"sequence_number\": 5,\n        \"parent_sequence_number\": 4,\n        \"main_kit_item\": false\n      }\n    ]\n  }\n}","description":"<p>(optional) A JSON string with which you can inject information into our data . If not sure about the structure, ask the administrator.</p>\n","type":"text","equals":true,"contentType":"json string"},{"key":"proposal_number","value":"","description":"<p>(optional) A field, used for storing the document number</p>\n","type":"text","uuid":"cd7725f9-282f-47b6-811c-b7df5108389a","disabled":true},{"key":"form_slug","value":"","description":"<p>(optional) If multiple forms are connected, you need to provide which document you want to create. Otherwise we will throw a error with a list of possible forms you can connect.</p>\n","type":"text","uuid":"5c2f27c2-1102-47ea-b85c-bf2eb379c043","disabled":true},{"key":"tag_ids[]","value":"","description":"<p>(optional) Needed if the document requires tags for setting the correct content within the document. Otherwise we will throw a error with a list of possible tags you can connect. </p>\n","type":"text","uuid":"e1231b6c-38a8-4b26-923d-2b93b8ab9345","disabled":true}]},"url":"/api/public/v1/proposals","description":"<p>A user can open and work with this data when opening the proposal in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","proposals"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"fd8b9cd7-914b-44e4-a853-41fda1c6383f","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test proposal","description":"(required) The name of the proposal (for internal use only).","type":"text","equals":true,"contentType":"string"},{"key":"proposal_date","value":"","type":"text","equals":true,"description":"(optional) The date mentioned in the proposal. Defaults to the date of creation.","contentType":"string","disabled":true},{"key":"prospect_id","value":"1","description":"(required) ID of the prospect for which this is a proposal.","type":"text","equals":true,"contentType":"integer"},{"key":"user_id","value":"1","equals":true,"description":"(required) ID of the creator of the proposal. If not sure, ask the administrator.","contentType":"integer"},{"key":"proposition_id","value":"1","description":"(optional) ID of the type of this proposal. Defaults to the first proposition.","type":"text","equals":true,"contentType":"integer"},{"key":"sector_id","value":"","description":"(optional) ID of the sector this proposal belongs to. Defaults to the first sector.","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"branch_id","value":"","description":"(optional) ID of the branch this proposal should be linked to. Defaults to the first branch.","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"localization_id","value":"","description":"(optional) ID of the language of this proposal. Defaults to the first language.","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"preset","value":"","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"remote_id","value":"","description":"(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"disabled","value":"","type":"text","equals":true,"contentType":"boolean","disabled":true},{"key":"contents","value":"","description":"(optional) A JSON string with which you can inject information into our data . If not sure about the structure, ask the administrator.","type":"text","contentType":"json string","disabled":true},{"key":"injections","value":"","description":"(optional) A JSON string with which you can inject information into our data . If not sure about the structure, ask the administrator.","type":"text","equals":true,"contentType":"json string","disabled":true}]},"url":{"raw":"/api/public/v1/proposals","host":[""],"path":["api","public","v1","proposals"],"query":[{"key":"name","value":"string","description":"Required: The name of the proposal (for internal use only)","type":"text","disabled":true},{"key":"proposal_date","value":"string","type":"text","disabled":true},{"key":"prospect_id","value":"integer","description":"Required : ID of the prospect for which this is a proposal.","type":"text","disabled":true},{"key":"user_id","value":"integer","description":"Required : ID of the creator of the proposal. If not sure, ask the administrator.","disabled":true},{"key":"proposition_id","value":"integer","description":"ID of the type of this proposal. Defaults to the first proposition.","type":"text","disabled":true},{"key":"sector_id","value":"integer","description":"ID of the sector this proposal belongs to. Defaults to the first sector.","type":"text","disabled":true},{"key":"branch_id","value":"integer","description":"ID of the branch this proposal should be linked to. Defaults to the first branch.","type":"text","disabled":true},{"key":"localization_id","value":"integer","description":"ID of the language of this proposal. Defaults to the first language.","type":"text","disabled":true},{"key":"preset","value":"integer","type":"text","disabled":true},{"key":"remote_id","value":"integer","description":"ID/number from your system","type":"text","disabled":true},{"key":"disabled","value":"boolean","type":"text","disabled":true},{"key":"contents","value":"json string","description":"A JSON string representing the contents of the proposal. If not sure about the structure, ask the administrator.","type":"text","disabled":true},{"key":"injections","value":"json string","description":"A JSON string with which you can inject information into our data . If not sure about the structure, ask the administrator.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:10:07 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"842e2e5f8af16446c01db749801606c62f8ae97a\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkZvS2RQY3VReWg5em4wNmJmSnJDc0E9PSIsInZhbHVlIjoiQjF1TlpIaDU5b0g4UkJXZjhqNVVnOTlXN3dDSFF6aUtFOUdcL2ZTNWZTVVVSZjUzT0FLaTh4dnBROFJFaEVVUWs1WGU5eE5kbXBhWldqN01xVXdQcTQ4VUx5VXV5MlBlVlgreDQzTDVRUWZHWXk4SDJFdHZjXC9nM1FIc242akF2RCIsIm1hYyI6ImRkOTNjMjkwNWVjODE2NWUzMmQ1ZTE5NDA1NDczMGYwYjZjMzkyYTlkOGUxZDY0ZjUwNzcyOTAxYTcxMDZjZjMifQ%3D%3D; expires=Mon, 20-Dec-2021 17:10:07 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 37,\n        \"name\": \"Test proposal\",\n        \"proposal_date\": \"30-11--0001 00:00:00\",\n        \"prospect_id\": 1,\n        \"proposition_id\": 1,\n        \"sector_id\": 1,\n        \"branch_id\": 1,\n        \"localization_id\": 1,\n        \"user_id\": 1,\n        \"remote_id\": null,\n        \"points\": 0,\n        \"proposal_point_visibility\": 1,\n        \"disabled\": 0,\n        \"source\": \"public_api\",\n        \"preset\": 0,\n        \"created_at\": \"20-12-2021 15:10:07\",\n        \"updated_at\": \"20-12-2021 15:10:07\",\n        \"lastOpened\": null,\n        \"userCanEdit\": false,\n        \"latestVersion\": {\n            \"data\": {\n                \"id\": 48,\n                \"proposal_id\": 37,\n                \"form_version_id\": 1,\n                \"user_id\": 1,\n                \"number\": 1,\n                \"total_in\": 0,\n                \"total_ex\": 0,\n                \"values\": {\n                    \"initialized\": true\n                },\n                \"created_at\": \"20-12-2021 15:10\",\n                \"updated_at\": \"20-12-2021 15:10\"\n            }\n        }\n    }\n}"}],"_postman_id":"732b3eb2-48f1-44ed-8b53-17d8578cf630"},{"name":"Update","id":"a1b37b80-0905-42b0-ba9c-10b3a880ec08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"/api/public/v1/proposals/{proposal_id}","description":"<p>Update a proposal.</p>\n<p>{proposal_id} represents the ID of the proposal you wish to update.</p>\n<p>Error messages:</p>\n<p>- if given a contents/injections and<br />the json is not valid a response error will return.</p>\n<p>- If a user is editing the proposal, a<br />error will return that the update cant continue.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","proposals","{proposal_id}"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) The name of the proposal (for internal use only).</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>(optional) The date mentioned in the proposal. Defaults to the date of creation.</p>\n","type":"text/plain"},"key":"proposal_date","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID of the prospect for which this is a proposal.</p>\n","type":"text/plain"},"key":"prospect_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID of the creator of the proposal. If not sure, ask the administrator.</p>\n","type":"text/plain"},"key":"user_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID of the type of this proposal. Defaults to the first proposition.</p>\n","type":"text/plain"},"key":"proposition_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID of the sector this proposal belongs to. Defaults to the first sector.</p>\n","type":"text/plain"},"key":"sector_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID of the branch this proposal should be linked to. Defaults to the first branch.</p>\n","type":"text/plain"},"key":"branch_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID of the language of this proposal. Defaults to the first language.</p>\n","type":"text/plain"},"key":"localization_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Whether the proposal needs to be marked as preset.</p>\n","type":"text/plain"},"key":"preset","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text/plain"},"key":"remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Whether the proposal is disabled. If the proposal is disabled, it can not be edited.</p>\n","type":"text/plain"},"key":"disabled","value":""},{"disabled":true,"description":{"content":"<p>(optional) A JSON string with which you can inject information into our data . If not sure about the structure, ask the administrator.</p>\n","type":"text/plain"},"key":"contents","value":""},{"disabled":true,"description":{"content":"<p>(optional) A JSON string with which you can inject information into our data . If not sure about the structure, ask the administrator.</p>\n","type":"text/plain"},"key":"injections","value":""},{"disabled":true,"description":{"content":"<p>(optional) A field, used for storing the document number</p>\n","type":"text/plain"},"key":"proposal_number","value":""},{"disabled":true,"description":{"content":"<p>(optional) If multiple forms are connected, you need to provide which document you want to update</p>\n","type":"text/plain"},"key":"form_slug","value":""}],"variable":[]}},"response":[{"id":"38b76d59-8251-4a7b-967c-0b53b063b05b","name":"Update","originalRequest":{"method":"PATCH","header":[],"url":{"raw":"/api/public/v1/proposals/37?name=API proposal&branch_id=1","host":[""],"path":["api","public","v1","proposals","37"],"query":[{"key":"name","value":"API proposal","description":"(required) The name of the proposal (for internal use only).","type":"text","contentType":"string"},{"key":"proposal_date","value":"","type":"text","description":"(optional) The date mentioned in the proposal. Defaults to the date of creation.","contentType":"string","disabled":true},{"key":"prospect_id","value":"","description":"(required) ID of the prospect for which this is a proposal.","type":"text","contentType":"integer","disabled":true},{"key":"user_id","value":"","description":"(required) ID of the creator of the proposal. If not sure, ask the administrator.","contentType":"integer","disabled":true},{"key":"proposition_id","value":"","description":"(optional) ID of the type of this proposal. Defaults to the first proposition.","type":"text","contentType":"integer","disabled":true},{"key":"sector_id","value":"","description":"(optional) ID of the sector this proposal belongs to. Defaults to the first sector.","type":"text","contentType":"integer","disabled":true},{"key":"branch_id","value":"1","description":"(optional) ID of the branch this proposal should be linked to. Defaults to the first branch.","type":"text","contentType":"integer"},{"key":"localization_id","value":"","description":"(optional) ID of the language of this proposal. Defaults to the first language.","type":"text","contentType":"integer","disabled":true},{"key":"preset","value":"","type":"text","contentType":"integer","disabled":true},{"key":"remote_id","value":"","description":"(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","contentType":"integer","disabled":true},{"key":"disabled","value":"","type":"text","contentType":"boolean","disabled":true},{"key":"contents","value":"","description":"(optional) A JSON string with which you can inject information into our data . If not sure about the structure, ask the administrator.","type":"text","contentType":"json string","disabled":true},{"key":"injections","value":"","description":"(optional) A JSON string with which you can inject information into our data . If not sure about the structure, ask the administrator.","type":"text","contentType":"json string","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:12:44 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"8c5c90c8220bec409da6bd4e3e6d4e8930d1af0c\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ik15a3hkSTJqMFpoY3RETHFaNG94V2c9PSIsInZhbHVlIjoiU3J6SEZQY0JEaWhmSXltUVgwYlk3TU9nb2NkMkErVkZnUnBkc2VzMHpna1ByVHBKVTNLc0ZiK2FQZEtPMm9mYk5LS3d1SFRcL0kxNThZS2Yrek01bXdCcW9hblZBek04TGlqV3c4ZzRUUGlRYTdMV1dSMmhhVFpWN3k1aUd0SlBRIiwibWFjIjoiM2NkMjk0YTNhM2FkZDZjYTgyODc4ZTNiYzgyMDA2ZGY3YzQ4ZWI3NDU4OTRmMTBmOGE3YjMxYmY4ZTEzNGU5MiJ9; expires=Mon, 20-Dec-2021 17:12:44 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 37,\n        \"name\": \"API proposal\",\n        \"proposal_date\": \"30-11--0001 00:00:00\",\n        \"prospect_id\": 1,\n        \"proposition_id\": 1,\n        \"sector_id\": 1,\n        \"branch_id\": 1,\n        \"localization_id\": 1,\n        \"user_id\": 1,\n        \"remote_id\": null,\n        \"points\": 0,\n        \"proposal_point_visibility\": 1,\n        \"disabled\": 0,\n        \"source\": \"public_api\",\n        \"preset\": 0,\n        \"created_at\": \"20-12-2021 15:10:07\",\n        \"updated_at\": \"20-12-2021 15:12:44\",\n        \"lastOpened\": null,\n        \"userCanEdit\": false\n    }\n}"}],"_postman_id":"a1b37b80-0905-42b0-ba9c-10b3a880ec08"},{"name":"Update status","id":"ad761a62-ce5a-4452-b612-514e2d21f1df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"/api/public/v1/proposals/{proposal_id}/status","description":"<p>Update the status of a proposal.</p>\n<p>{proposal_id} represents the ID of the proposal you wish to update.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","proposals","{proposal_id}","status"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(required) The name of a status. Can be one of the following: </p>\n<ul>\n<li>concept </li>\n<li>waiting_for_approval </li>\n<li>approved </li>\n<li>disapproved </li>\n<li>sent </li>\n<li>client_called </li>\n<li>client_approved </li>\n<li>client_disapproved </li>\n<li>appointment_made</li>\n</ul>\n<p>Based on the client, their could be custom statuses in the system, ask administrator what these are.</p>\n","type":"text/plain"},"key":"status","value":""},{"disabled":true,"description":{"content":"<p>(optional) Use this to prevent events from being called.</p>\n","type":"text/plain"},"key":"noEvent","value":null}],"variable":[]}},"response":[{"id":"d81519d8-5f5a-495b-8042-c7ff133b01fd","name":"Update status","originalRequest":{"method":"POST","header":[],"url":{"raw":"/api/public/v1/proposals/37/status?status=waiting_for_approval","host":[""],"path":["api","public","v1","proposals","37","status"],"query":[{"key":"status","value":"waiting_for_approval","description":"Required. The name of a status. Can be one of the following:\n•\tconcept\n•\twaiting_for_approval\n•\tapproved\n•\tdisapproved\n•\tsent\n•\tclient_called\n•\tclient_approved\n•\tclient_disapproved\n•\tappointment_made\n\nBased on the client, their could be custom statuses in the system, ask administrator what these are. \n","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:14:29 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"W/\"53a5687cb26dc41f2ab4033e97e13adefd3740d6\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImJ4STNtZHBCR0dPT0lvampWZUpNSlE9PSIsInZhbHVlIjoibmtqem1GdTFpMHloRENqUHU4amdzRnpMWktNc0Z3ZldsSTRPdGNGbUdCYWxhS2REbFA2bVZJS3RHdVg5emNqc3NiOWkxTWtNQzRVU0lCa2luZjV2U2tXMjFIRW9BTEV4eWlvSFhrdWJwd3pXSFlXOENHUjNMWGR2c0FXcGUrMFIiLCJtYWMiOiI4MmFhMzU0ZDJkZmUyZDc4ZWI1NzFhZGUzMTkyYWQ0ZWI5N2Y5MGU2YmYxMmE1N2QzNWU2NDhjN2MyMjg3MWQ1In0%3D; expires=Mon, 20-Dec-2021 17:14:29 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"success"}],"_postman_id":"ad761a62-ce5a-4452-b612-514e2d21f1df"}],"id":"14a5b53a-034e-4956-bdba-234caadb9c7b","description":"<p>Winning Proposal allows you to create a new proposal prefilled with data.</p>\n","_postman_id":"14a5b53a-034e-4956-bdba-234caadb9c7b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Proposal Version Access","item":[{"name":"Create","id":"cec31f7e-b6c6-44e6-95d8-358f35da49bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>(required) The name of the client you want to sent the document to</p>\n","type":"text","equals":true,"contentType":"string"},{"key":"email","value":"","type":"text","equals":true,"description":"<p>(required) The email of the client you want to sent the document to</p>\n","contentType":"string"},{"key":"proposal_id","value":"104","description":"<p>(required) ID of the proposal</p>\n","type":"text","equals":true,"contentType":"integer"},{"key":"proposal_version_number","value":"","description":"<p>(required) The number of the version of the document, you want to sent</p>\n","type":"text","uuid":"7f992730-24a0-49f8-9a02-2846b1c2b951"},{"key":"proposal_version_id","value":"","description":"<p>(optional) The ID of the version of the document, you want to sent</p>\n","type":"text","uuid":"f13ee531-c377-44b3-bfa9-a10e52266143","disabled":true},{"key":"agreement","value":"","description":"<p>(optional) boolean - If you want to have a agreement in the document</p>\n","type":"text","uuid":"d929151c-2301-4fd5-a62f-074d362cb741","disabled":true},{"key":"template_slug","value":"","description":"<p>(optional) if there are multiple connected templates, then you will have to provide which template you want to sent.</p>\n","type":"text","uuid":"6760cd39-fd1b-4820-8809-8031d6b3ed73","disabled":true},{"key":"client_url","value":"","description":"<p>(optional) for example your-url.proposal.com. Otherwise we will fallback to a domain of winningproposal (project-name.winningproposal.nl as example)</p>\n","type":"text","uuid":"98b095eb-528b-4f44-87e9-8546d3fb6ddf","disabled":true},{"key":"expiration_date","value":"","description":"<p>(optional) This is a paid option. With this date, the document can have an expiration date (multiple options available). Format: 2025-04-18</p>\n","type":"text","uuid":"ab71c4c4-0d88-4bbe-bb16-468dae7cdd2e","disabled":true},{"key":"tel","value":"","description":"<p>(optional) Needed if 2FA is active</p>\n","type":"text","uuid":"47d08b07-8dfd-463c-b8a5-f571db03c3af","disabled":true}]},"url":"/api/public/v1/proposal-version-access","description":"<p>Creating a Access on a proposal. This will create a link to the document which the client can use to view or sign the document.</p>\n<p>The response when succesfully created a ProposalVersionAccess</p>\n<p>code\": 200,</p>\n<p>\"message\": \"created_proposal_version_access\",</p>\n<p>\"values\":</p>\n<p>\"customer_link\": \"<a href=\"https://project-name.winningproposal.nl/viewer/UpNjnVc9ldQ3AP2MKtouuesdpPeAVrszkusMcg6d9YMcfVbdUU2QTOyNOGz2KG9h\">https://project-name.winningproposal.nl/viewer/UpNjnVc9ldQ3AP2MKtouuesdpPeAVrszkusMcg6d9YMcfVbdUU2QTOyNOGz2KG9h\"</a>,</p>\n<p>\"download_link\": <a href=\"https://project-name.winningproposal.nl/viewer/UpNjnVc9ldQ3AP2MKtouuesdpPeAVrszkusMcg6d9YMcfVbdUU2QTOyNOGz2KG9h/download\">https://project-name.winningproposal.nl/viewer/UpNjnVc9ldQ3AP2MKtouuesdpPeAVrszkusMcg6d9YMcfVbdUU2QTOyNOGz2KG9h/download\"</a></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","proposal-version-access"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"cec31f7e-b6c6-44e6-95d8-358f35da49bc"}],"id":"ed31b4d4-91f2-4c43-9685-0acf8505e4b3","description":"<p>Winning Proposal allows you to create a new proposal prefilled with data.</p>\n","_postman_id":"ed31b4d4-91f2-4c43-9685-0acf8505e4b3","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Users","item":[{"name":"Index","id":"26bbe3b5-a28c-4f4e-a3c4-48d4257f4ef1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/users/","description":"<p>Retrieves a list of users in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","users",""],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) Filter by email.</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by localization_id.</p>\n","type":"text/plain"},"key":"localization_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by branch_id.</p>\n","type":"text/plain"},"key":"branch_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by remote_id.</p>\n","type":"text/plain"},"key":"remote_id","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by the disabled property.</p>\n","type":"text/plain"},"key":"disabled","value":""},{"disabled":true,"description":{"content":"<p>(optional) Partially searches for then given string in the fields of name, email and function.</p>\n","type":"text/plain"},"key":"q","value":""}],"variable":[]}},"response":[{"id":"8d9ffa3c-cecc-431b-84d3-182825c1341e","name":"Index","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"/api/public/v1/users/?q=support","host":[""],"path":["api","public","v1","users",""],"query":[{"key":"email","value":"","description":"(optional) Filter by email.","type":"text","disabled":true},{"key":"localization_id","value":"","description":"(optional) Filter by localization_id.","type":"text","disabled":true},{"key":"branch_id","value":"","description":"(optional) Filter by branch_id.","type":"text","disabled":true},{"key":"remote_id","value":"","description":"(optional) Filter by remote_id.","type":"text","disabled":true},{"key":"disabled","value":"","description":"(optional) Filter by the disabled property.","type":"text","disabled":true},{"key":"q","value":"support","description":"(optional) Partially searches for then given string in the fields of name, email and function.","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:30:20 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"8cda0080c5681cde430e1f6e21810ac4e66aaaec\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IjBxcVhNSmRlelFuU0gxMGUrYjVKbGc9PSIsInZhbHVlIjoiWHpqaFFiT3paakZOZ2pLU21uS2paaXdwZUU4Q2pxVzRcL0dUdFRGUWVJN3lpdkl5cFQ0clRPZk4xbDZvamVVMXZjQjdHcW9FVUxsOHZIY2oxTjNwWFhkZ3hxdm9lNVNKN0l4REUyZmhudnpxUisrRVF5ZDF3bG9cLzc1MklJSmVTZCIsIm1hYyI6ImQyOGEwOTgwNzVlMjM5ODBkMDU4NWQ2ZmU2MGI5YTU1MzM0M2NhZjVhNGJjMWJiMzE4ODY1YTRjMzA4MDkzMTcifQ%3D%3D; expires=Mon, 20-Dec-2021 17:30:20 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Support\",\n            \"function\": \"Support\",\n            \"tel\": \"073-2200343\",\n            \"email\": \"support@winningproposal.nl\",\n            \"signature\": null,\n            \"accountImage\": null,\n            \"branchId\": 1,\n            \"localizationId\": 1,\n            \"disabled\": 0,\n            \"proposal_approval_alternate_user_id\": null,\n            \"tooltips_active\": 0,\n            \"remote_id\": null,\n            \"email_from_name\": null\n        }\n    ]\n}"}],"_postman_id":"26bbe3b5-a28c-4f4e-a3c4-48d4257f4ef1"},{"name":"Create","id":"bec2acf8-29c2-4785-b26e-f81d79df2ee9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>(required) The name of this user.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"email","value":"","description":"<p>(required) The email for this user.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"password","value":"","description":"<p>(optional) Requirements:</p>\n<ul>\n<li>at least 8 characters long</li>\n<li>3 uppercase or lowercase letters</li>\n<li>a number </li>\n<li>a special character</li>\n</ul>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"localization_id","value":"","description":"<p>(required) The locale this user belongs to.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"branch_id","value":"","description":"<p>(required) The branch this user belongs to.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"remote_id","value":"","description":"<p>(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"disabled","value":"","description":"<p>(optional) Usually false, but true if a user has no longer access to the system.</p>\n","type":"text","equals":true,"contentType":"boolean","disabled":true},{"key":"tel","value":"","description":"<p>(optional) The phone number of this user.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"function","value":"","description":"<p>(optional) The function number of this user.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"twofa_phone","value":"","description":"<p>(optional) The phone number of this user given for 2FA.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"email_from_name","value":"","description":"<p>(optional) Version of your name that will be displayed to the receiver. If not filled in, falls back to the regular name.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/users/","description":"<p>Creates a user.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","users",""],"host":[""],"query":[],"variable":[]}},"response":[{"id":"4f6ba3cc-67f6-413d-80eb-cd045f317a5b","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"John Doe","description":"(required) The name of this user.","type":"text","equals":true,"contentType":"string"},{"key":"email","value":"john@testco.com","description":"(required) The email for this user.","type":"text","equals":true,"contentType":"string"},{"key":"password","value":"","description":"(optional) Requirements:\n- at least 8 characters long\n- 3 uppercase or lowercase letters\n- a number \n- a special character\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"localization_id","value":"1","description":"(optional) The locale this user belongs to.","type":"text","equals":true,"contentType":"integer"},{"key":"branch_id","value":"1","description":"(required) The branch this user belongs to.","type":"text","equals":true,"contentType":"integer"},{"key":"remote_id","value":"","description":"(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"disabled","value":"","description":"(optional) Usually false, but true if a user has no longer access to the system.","type":"text","equals":true,"contentType":"boolean","disabled":true},{"key":"tel","value":"","description":"(optional) The phone number of this user.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"function","value":"Managing director","description":"(optional) The function number of this user.","type":"text","equals":true,"contentType":"string"},{"key":"twofa_phone","value":"","description":"(optional) The phone number of this user given for 2FA.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"email_from_name","value":"","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/users/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:46:58 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"b2158748f4be756923842dadbb05ff141e0699f8\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImhHZFFUajNlbXNxZnJ6enoxYWQyWkE9PSIsInZhbHVlIjoiaisyVmNEcFFEN2Z0SXluOVh5Skg0YXJNb2cwampJeW1iczFnS1Jkbk9JUE1ZQ1IrNGtJTmNGTXhxcWVOWVZ1VG9EdUlZd1RrcGtFSStpNnlQalpMVnJ6SnV1aVphWU8yWG5idkhieUZWemw1TGJHOWpHc28zVHJHcHBEbWZNVDkiLCJtYWMiOiJmYzE5NjBjNDdlZmFkMTNhMmVkOTAwOTMxZmU0MmIxMjM0NjJmYTgwY2JmMGZhODc5N2M5ZWQzODBjNjcyYjEwIn0%3D; expires=Mon, 20-Dec-2021 17:46:58 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"John Doe\",\n        \"function\": \"Managing director\",\n        \"tel\": null,\n        \"email\": \"john@testco.com\",\n        \"signature\": null,\n        \"accountImage\": null,\n        \"branchId\": \"1\",\n        \"localizationId\": \"1\",\n        \"disabled\": null,\n        \"proposal_approval_alternate_user_id\": null,\n        \"tooltips_active\": null,\n        \"remote_id\": null,\n        \"email_from_name\": null,\n        \"roles\": {\n            \"data\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"user\",\n                    \"label\": \"User\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"bec2acf8-29c2-4785-b26e-f81d79df2ee9"}],"id":"5be76eab-14f5-4a2b-a745-b8360c238f18","_postman_id":"5be76eab-14f5-4a2b-a745-b8360c238f18","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Branches","item":[{"name":"Index","id":"6755ba5f-29e6-4dc1-9226-0306b445060c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/branches/","description":"<p>Retrieves a list of all branches in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","branches",""],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) Filter by name.</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by email.</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by the disabled property.</p>\n","type":"text/plain"},"key":"disabled","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by postal code.</p>\n","type":"text/plain"},"key":"postal_code","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by street.</p>\n","type":"text/plain"},"key":"street","value":""},{"disabled":true,"description":{"content":"<p>(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.</p>\n","type":"text/plain"},"key":"remote_id","value":""}],"variable":[]}},"response":[{"id":"926e3749-9e9b-4c7b-bb24-d5701bd90a59","name":"Index","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"/api/public/v1/branches/","host":[""],"path":["api","public","v1","branches",""],"query":[{"key":"name","value":"","description":"(optional) Filter by name.","type":"text","disabled":true},{"key":"email","value":"","description":"(optional) Filter by email.","type":"text","disabled":true},{"key":"disabled","value":"false","description":"(optional) Filter by the disabled property.","type":"text","disabled":true},{"key":"postal_code","value":"","description":"(optional) Filter by postal code.","type":"text","disabled":true},{"key":"street","value":"","description":"(optional) Filter by street.","type":"text","disabled":true},{"key":"remote_id","value":"","description":"(optional) ID/number from your system. Use this to find this prospect back more easily in other API calls.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:52:12 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"c8c66b36d5727a9e94d28e8715418e9550ebc820\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkpmNElEKzV6NFpGSUY5djRkMkMwd1E9PSIsInZhbHVlIjoiWmJnSWdcL0tpNGNLSDV2dDZKNGFtcW1EYkdEWmV0UVQzeXFXeXpnM2RWeGgxUmFWMDMyYloyNmlDb1BJNWJHVU5ja2ZmRlZHTnU3cnhxeUJCV0ZrdDQ1dk95RU5kNU1VREN0aU01UjZZdU0rRmZ4VXI0ZTYwcXdwUll6R1VjaURKIiwibWFjIjoiYWU2MmM0ZTBhYTYzMmQwNGExNTM5ODIzMDdkNzNjNmUxNDU5Mzc4ZWE2NmNjMGYyMzJiMGU0YzQzZmMxMmQ2YyJ9; expires=Mon, 20-Dec-2021 17:52:12 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Winning Proposal\",\n            \"postal_code\": \"5211 AX\",\n            \"street\": \"Oranje Nassaulaan\",\n            \"street_number\": \"24\",\n            \"city\": \"'s-Hertogenbosch\",\n            \"country\": \"Nederland\",\n            \"tel\": \"073 61 33 000\",\n            \"fax\": \"\",\n            \"website\": \"\",\n            \"email\": \"\",\n            \"legal\": \"\",\n            \"facebook\": null,\n            \"linkedin\": null,\n            \"twitter\": null,\n            \"description\": null,\n            \"vat\": null,\n            \"rpr\": null,\n            \"iban\": null,\n            \"bic\": null,\n            \"disabled\": 0,\n            \"mailing_address\": \"NULL\",\n            \"post_office_box\": null,\n            \"post_code\": null,\n            \"social_media_one\": null,\n            \"social_media_two\": null,\n            \"remote_id\": null\n        }\n    ]\n}"}],"_postman_id":"6755ba5f-29e6-4dc1-9226-0306b445060c"},{"name":"Show","id":"e63209ba-7467-41fd-b688-837d612546c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/branches/{branch_id}","description":"<p>Retrieves a single Branch in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","branches","{branch_id}"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"91c2afe9-8375-45fd-88c7-cfb243ed98aa","name":"Show","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/branches/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Wed, 23 Nov 2022 12:18:00 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"874c6bcdf14f4716e221db76aa37f50327c45960\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IldDRmoxeXo4V1psa3BcL2RcLzVBNDE2Zz09IiwidmFsdWUiOiJvdzdSNEM5dFE2R25mZmpNSlVabkE4V3BDaU8zYTNyWFhsdE14TnBtSFIyUXlQbW4yZ1RGYlR5UmgrbU5UUWl0TW1IOG8wcVN4bkJQMENiMW5LcDY4XC9GVTJwK3RvREFaYlE4OEZGbWVcL3pqUlArU1l0czljXC9uSnpIKzVsNjBuMiIsIm1hYyI6ImZjNjYxZGYwMjBlNDg5NDQ5NDNhZWMzMDdlNzY5ODQxMjVhOTU3MGUxYjUzY2U4NTc4ZmZkNTQ0ZWNjYTNlMzkifQ%3D%3D; expires=Wed, 23-Nov-2022 14:18:00 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Winning Proposal\",\n        \"postal_code\": \"5211 AX\",\n        \"street\": \"Oranje Nassaulaan\",\n        \"street_number\": \"24\",\n        \"city\": \"'s-Hertogenbosch\",\n        \"country\": \"Nederland\",\n        \"tel\": \"073 61 33 000\",\n        \"fax\": \"'\",\n        \"website\": \"'\",\n        \"email\": \"'\",\n        \"legal\": \"'\",\n        \"facebook\": null,\n        \"linkedin\": null,\n        \"twitter\": null,\n        \"description\": null,\n        \"vat\": null,\n        \"rpr\": null,\n        \"iban\": null,\n        \"bic\": null,\n        \"disabled\": 0,\n        \"mailing_address\": \"NULL\",\n        \"post_office_box\": null,\n        \"post_code\": null,\n        \"social_media_one\": null,\n        \"social_media_two\": null,\n        \"remote_id\": null,\n        \"slug\": \"winning_proposal\"\n    }\n}"}],"_postman_id":"e63209ba-7467-41fd-b688-837d612546c4"},{"name":"Create","id":"7931009d-d355-4767-8595-233744e29b1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","description":"<p>(required) The name of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"email","value":"","description":"<p>(required) The email address of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"disabled","value":"","description":"<p>(optional) Whether the branch is disabled internally. </p>\n","type":"text","equals":true,"contentType":"boolean","disabled":true},{"key":"postal_code","value":"","description":"<p>(required) The postal code of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"street","value":"","description":"<p>(required) The street of origin of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"street_number","value":"","description":"<p>(required) The street number of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"country","value":"","description":"<p>(optional) The country of origin of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"city","value":"","description":"<p>(optional) The city of origin of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"tel","value":"","description":"<p>(optional) The phone number of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"fax","value":"","description":"<p>(optional) The fax address of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"website","value":"","description":"<p>(optional) The website URL of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"legal","value":"","description":"<p>(optional) The legal info of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"facebook","value":"","description":"<p>(optional) The Facebook account of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"linkedin","value":"","description":"<p>(optional) The LinkedIn account of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"twitter","value":"","description":"<p>(optional) The Twitter account of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"description","value":"","description":"<p>(optional) A description of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"vat","value":"","description":"<p>(optional) The VAT (BTW) number of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"rpr","value":"","description":"<p>(optional) The RPR (KvK) number of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"iban","value":"","description":"<p>(optional) The IBAN number of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"bic","value":"","description":"<p>(optional) The BIC number of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"mailing_address","value":"","description":"<p>(optional) The mailinmg address of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"post_office_box","value":"","description":"<p>(optional) The post office box of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"post_code","value":"","description":"<p>(optional) The post code of this branch.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/branches/","description":"<p>Create a branch.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","branches",""],"host":[""],"query":[],"variable":[]}},"response":[{"id":"33a01d52-f9d9-4286-a78e-a07fa7ec2686","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test Department","description":"(required) The name of this branch.","type":"text","equals":true,"contentType":"string"},{"key":"email","value":"testdep@testco.com","description":"(required) The email address of this branch.","type":"text","equals":true,"contentType":"string"},{"key":"disabled","value":"","type":"text","equals":true,"contentType":"boolean","disabled":true},{"key":"postal_code","value":"4321YZ","description":"(required) The postal code of this branch.","type":"text","equals":true,"contentType":"string"},{"key":"street","value":"Test Street","description":"(required) The street of origin of this branch.","type":"text","equals":true,"contentType":"string"},{"key":"street_number","value":"12","description":"(required) The street number of this branch.","type":"text","equals":true,"contentType":"string"},{"key":"country","value":"Test District","description":"(optional) The country of origin of this branch.","type":"text","equals":true,"contentType":"string"},{"key":"city","value":"Test Town","description":"(optional) The city of origin of this branch.","type":"text","equals":true,"contentType":"string"},{"key":"tel","value":"","description":"(optional) The phone number of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"fax","value":"","description":"(optional) The fax address of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"website","value":"","description":"(optional) The website URL of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"legal","value":"","description":"(optional) The legal info of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"facebook","value":"","description":"(optional) The Facebook account of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"linkedin","value":"","description":"(optional) The LinkedIn account of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"twitter","value":"","description":"(optional) The Twitter account of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"description","value":"","description":"(optional) A description of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"vat","value":"","description":"(optional) The VAT (BTW) number of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"rpr","value":"","description":"(optional) The RPR (KvK) number of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"iban","value":"","description":"(optional) The IBAN number of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"bic","value":"","description":"(optional) The BIC number of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"mailing_address","value":"","description":"(optional) The mailinmg address of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"post_office_box","value":"","description":"(optional) The post office box of this branch.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"post_code","value":"","description":"(optional) The post code of this branch.","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/branches/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 15:59:41 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"b2c6a66e17149efce5c6510eb6e529d802b987b8\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImRhTUJBelwvZ0hiUnYwdUdpOVQxVjN3PT0iLCJ2YWx1ZSI6InI3YXQ0SnpXekEwdFpxREtlVmxYK3ZHVjhJNjFCYjVTNmx5Q1BTYlhhTUM4YzlRNCtlK2RySVNXZEtPKzNHeXJOUVFGVjNUXC9iaEdYc3FRSGtLdG05VVhnNDMrVFFSYTRNeTh2aFNBRjgyRHZaeE9odjY1WWpRTW1XSWNQM2RBXC8iLCJtYWMiOiJmNTNlYTRiYWUwZDIyMWY1NTBmY2I5NzRkODZiYjc1Y2FlNjRjZTg0NjA1YjEyNjk3NWZkNjkwYjcwZjQzMWY0In0%3D; expires=Mon, 20-Dec-2021 17:59:41 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"Test Department\",\n        \"postal_code\": \"4321YZ\",\n        \"street\": \"Test Street\",\n        \"street_number\": \"12\",\n        \"city\": \"Test Town\",\n        \"country\": \"Test District\",\n        \"tel\": null,\n        \"fax\": null,\n        \"website\": null,\n        \"email\": \"testdep@testco.com\",\n        \"legal\": null,\n        \"facebook\": null,\n        \"linkedin\": null,\n        \"twitter\": null,\n        \"description\": null,\n        \"vat\": null,\n        \"rpr\": null,\n        \"iban\": null,\n        \"bic\": null,\n        \"disabled\": null,\n        \"mailing_address\": null,\n        \"post_office_box\": null,\n        \"post_code\": null,\n        \"social_media_one\": null,\n        \"social_media_two\": null,\n        \"remote_id\": null\n    }\n}"}],"_postman_id":"7931009d-d355-4767-8595-233744e29b1e"},{"name":"Update","id":"90b24d73-4808-4078-b1d8-56fd546c640a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":""},"url":"/api/public/v1/branches/2","description":"<p>Update an existing branch.</p>\n<p>{branch_id} represents the ID of the branch you wish to update.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","branches","2"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) The name of this branch.</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>(optional) The email address of this branch.</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"key":"disabled","value":""},{"disabled":true,"description":{"content":"<p>(optional) The postal code of this branch.</p>\n","type":"text/plain"},"key":"postal_code","value":""},{"disabled":true,"description":{"content":"<p>(optional) The street of origin of this branch.</p>\n","type":"text/plain"},"key":"street","value":""},{"disabled":true,"description":{"content":"<p>(optional) The street number of this branch.</p>\n","type":"text/plain"},"key":"street_number","value":""},{"disabled":true,"description":{"content":"<p>(optional) The country of origin of this branch.</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>(optional) The city of origin of this branch.</p>\n","type":"text/plain"},"key":"city","value":""},{"disabled":true,"description":{"content":"<p>(optional) The phone number of this branch.</p>\n","type":"text/plain"},"key":"tel","value":""},{"disabled":true,"description":{"content":"<p>(optional) The fax address of this branch.</p>\n","type":"text/plain"},"key":"fax","value":""},{"disabled":true,"description":{"content":"<p>(optional) The website URL of this branch.</p>\n","type":"text/plain"},"key":"website","value":""},{"disabled":true,"description":{"content":"<p>(optional) The legal info of this branch.</p>\n","type":"text/plain"},"key":"legal","value":""},{"disabled":true,"description":{"content":"<p>(optional) The Facebook account of this branch.</p>\n","type":"text/plain"},"key":"facebook","value":""},{"disabled":true,"description":{"content":"<p>(optional) The LinkedIn account of this branch.</p>\n","type":"text/plain"},"key":"linkedin","value":""},{"disabled":true,"description":{"content":"<p>(optional) The Twitter account of this branch.</p>\n","type":"text/plain"},"key":"twitter","value":""},{"disabled":true,"description":{"content":"<p>(optional) A description of this branch.</p>\n","type":"text/plain"},"key":"description","value":""},{"disabled":true,"description":{"content":"<p>(optional) The VAT (BTW) number of this branch.</p>\n","type":"text/plain"},"key":"vat","value":""},{"disabled":true,"description":{"content":"<p>(optional) The RPR (KvK) number of this branch.</p>\n","type":"text/plain"},"key":"rpr","value":""},{"disabled":true,"description":{"content":"<p>(optional) The IBAN number of this branch.</p>\n","type":"text/plain"},"key":"iban","value":""},{"disabled":true,"description":{"content":"<p>(optional) The BIC number of this branch.</p>\n","type":"text/plain"},"key":"bic","value":""},{"disabled":true,"description":{"content":"<p>(optional) The mailinmg address of this branch.</p>\n","type":"text/plain"},"key":"mailing_address","value":""},{"disabled":true,"description":{"content":"<p>(optional) The post office box of this branch.</p>\n","type":"text/plain"},"key":"post_office_box","value":""},{"disabled":true,"description":{"content":"<p>(optional) The post code of this branch.</p>\n","type":"text/plain"},"key":"post_code","value":""}],"variable":[]}},"response":[{"id":"559b17f1-1079-49e2-9ae7-949e5e9a82b6","name":"Update","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"/api/public/v1/branches/2?description=The testing department of Test Company Incorporated&mailing_address=Test Lane 20&post_code=4321AB","host":[""],"path":["api","public","v1","branches","2"],"query":[{"key":"name","value":"","description":"(optional) The name of this branch.","type":"text","contentType":"string","disabled":true},{"key":"email","value":"","description":"(optional) The email address of this branch.","type":"text","contentType":"string","disabled":true},{"key":"disabled","value":"","type":"text","contentType":"boolean","disabled":true},{"key":"postal_code","value":"","description":"(optional) The postal code of this branch.","type":"text","contentType":"string","disabled":true},{"key":"street","value":"","description":"(optional) The street of origin of this branch.","type":"text","contentType":"string","disabled":true},{"key":"street_number","value":"","description":"(optional) The street number of this branch.","type":"text","contentType":"string","disabled":true},{"key":"country","value":"","description":"(optional) The country of origin of this branch.","type":"text","contentType":"string","disabled":true},{"key":"city","value":"","description":"(optional) The city of origin of this branch.","type":"text","contentType":"string","disabled":true},{"key":"tel","value":"","description":"(optional) The phone number of this branch.","type":"text","contentType":"string","disabled":true},{"key":"fax","value":"","description":"(optional) The fax address of this branch.","type":"text","contentType":"string","disabled":true},{"key":"website","value":"","description":"(optional) The website URL of this branch.","type":"text","contentType":"string","disabled":true},{"key":"legal","value":"","description":"(optional) The legal info of this branch.","type":"text","contentType":"string","disabled":true},{"key":"facebook","value":"","description":"(optional) The Facebook account of this branch.","type":"text","contentType":"string","disabled":true},{"key":"linkedin","value":"","description":"(optional) The LinkedIn account of this branch.","type":"text","contentType":"string","disabled":true},{"key":"twitter","value":"","description":"(optional) The Twitter account of this branch.","type":"text","contentType":"string","disabled":true},{"key":"description","value":"The testing department of Test Company Incorporated","description":"(optional) A description of this branch."},{"key":"vat","value":"","description":"(optional) The VAT (BTW) number of this branch.","type":"text","contentType":"string","disabled":true},{"key":"rpr","value":"","description":"(optional) The RPR (KvK) number of this branch.","type":"text","contentType":"string","disabled":true},{"key":"iban","value":"","description":"(optional) The IBAN number of this branch.","type":"text","contentType":"string","disabled":true},{"key":"bic","value":"","description":"(optional) The BIC number of this branch.","type":"text","contentType":"string","disabled":true},{"key":"mailing_address","value":"Test Lane 20","description":"(optional) The mailinmg address of this branch."},{"key":"post_office_box","value":"","description":"(optional) The post office box of this branch.","type":"text","contentType":"string","disabled":true},{"key":"post_code","value":"4321AB","description":"(optional) The post code of this branch."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Mon, 20 Dec 2021 16:03:40 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"fd27a4f1ac0103d3503a57b1f81b012f4cbbc621\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Ijk3NWNoT25xT2pTMkszZHlDblB3TVE9PSIsInZhbHVlIjoiVWZEeUx3VGhvQkRyOHlzRmZINWIxZDJ4WXQxVWZ6bTB3eXlKMlZZSFZcLzE4XC9lOXY5QktcL2hNTmltaGtHUUlOWjJCaEFUWFR3bXBGQUhITEdrb2xPejdxcGowZm54bW91anZqM0xHRjBMemNabVVmRm85eW5BbmRXWll4amRRTlEiLCJtYWMiOiI1YTBjYWUxZGQwNDMwOWE3ZjQxOWFkOWVlNTQyNGMyYTZjZjY3Yzc4ZjgxOWZkM2EwMzk5Mjk0NTA4N2Q1NTlkIn0%3D; expires=Mon, 20-Dec-2021 18:03:40 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 2,\n        \"name\": \"Test Department\",\n        \"postal_code\": \"4321YZ\",\n        \"street\": \"Test Street\",\n        \"street_number\": \"12\",\n        \"city\": \"Test Town\",\n        \"country\": \"Test District\",\n        \"tel\": \"'\",\n        \"fax\": \"'\",\n        \"website\": \"'\",\n        \"email\": \"testdep@testco.com\",\n        \"legal\": \"'\",\n        \"facebook\": null,\n        \"linkedin\": null,\n        \"twitter\": null,\n        \"description\": \"The testing department of Test Company Incorporated\",\n        \"vat\": null,\n        \"rpr\": null,\n        \"iban\": null,\n        \"bic\": null,\n        \"disabled\": 0,\n        \"mailing_address\": \"Test Lane 20\",\n        \"post_office_box\": null,\n        \"post_code\": \"4321AB\",\n        \"social_media_one\": null,\n        \"social_media_two\": null,\n        \"remote_id\": null\n    }\n}"}],"_postman_id":"90b24d73-4808-4078-b1d8-56fd546c640a"}],"id":"f4e09a43-758f-4498-8be6-f821380ec941","_postman_id":"f4e09a43-758f-4498-8be6-f821380ec941","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Localizations","item":[{"name":"Index","id":"6b4e6e24-edc9-4911-a851-34cc6677a26d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/public/v1/locales","description":"<p>Retrieves alist of all localizations in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","locales"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) Filter by the disabled property.</p>\n","type":"text/plain"},"key":"disabled","value":""}],"variable":[]}},"response":[{"id":"165f1e71-0e47-4d77-99b0-74fbbff39d90","name":"Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/public/v1/locales?disabled=1","host":[""],"path":["api","public","v1","locales"],"query":[{"key":"disabled","value":"1","description":"(optional) Filter by the disabled property."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Tue, 21 Dec 2021 08:46:14 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"4a16c59867e0013f3962afeb9aecad330c56ba62\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkgrME1MQTdQVEtwMnBvMXI2cFRyYVE9PSIsInZhbHVlIjoiZXV6eTlEZ1pCZXF3Nk1kY2o4dXJmcnlOa2VvY0htNWNLRFNERmp1TzRXYUYxT1NrUlZXajIydTl1SENPXC9KXC9BelNxdE42bVdKSUxPYmVISUU4THUxZ2VNN3p2ZXpJUStOaWNmWmhGOWc1eldKWmtcLzljZFFYQXgxRlJCUU1jUk0iLCJtYWMiOiJiNzllY2I3MzBkNTNhZjI5NmZkNzMxMjJhN2NhNjY1ZTY3ZmIxNGJmZTdkNDczMDRmNWI5NGQ2N2I2NzcwM2QwIn0%3D; expires=Tue, 21-Dec-2021 10:46:14 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"country\": \"dk\",\n            \"language\": \"da\",\n            \"timezone\": \"Europe/Copenhagen\",\n            \"combined\": \"da-dk\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 3,\n            \"country\": \"de\",\n            \"language\": \"de\",\n            \"timezone\": \"Europe/Berlin\",\n            \"combined\": \"de-de\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 4,\n            \"country\": \"be\",\n            \"language\": \"en\",\n            \"timezone\": \"Europe/Amsterdam\",\n            \"combined\": \"en-be\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 5,\n            \"country\": \"gb\",\n            \"language\": \"en\",\n            \"timezone\": \"Europe/London\",\n            \"combined\": \"en-gb\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 6,\n            \"country\": \"ie\",\n            \"language\": \"en\",\n            \"timezone\": \"Europe/London\",\n            \"combined\": \"en-ie\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 7,\n            \"country\": \"be\",\n            \"language\": \"fr\",\n            \"timezone\": \"Europe/Amsterdam\",\n            \"combined\": \"fr-be\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 8,\n            \"country\": \"fr\",\n            \"language\": \"fr\",\n            \"timezone\": \"Europe/Paris\",\n            \"combined\": \"fr-fr\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 9,\n            \"country\": \"lu\",\n            \"language\": \"fr\",\n            \"timezone\": \"Europe/Amsterdam\",\n            \"combined\": \"fr-lu\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 10,\n            \"country\": \"no\",\n            \"language\": \"nb\",\n            \"timezone\": \"Europe/Oslo\",\n            \"combined\": \"nb-no\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 11,\n            \"country\": \"be\",\n            \"language\": \"nl\",\n            \"timezone\": \"Europe/Amsterdam\",\n            \"combined\": \"nl-be\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 12,\n            \"country\": \"se\",\n            \"language\": \"sv\",\n            \"timezone\": \"Europe/Stockholm\",\n            \"combined\": \"sv-se\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 13,\n            \"country\": \"hu\",\n            \"language\": \"hu\",\n            \"timezone\": \"Europe/Budapest\",\n            \"combined\": \"hu-hu\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 14,\n            \"country\": \"sk\",\n            \"language\": \"sk\",\n            \"timezone\": \"Europe/Bratislava\",\n            \"combined\": \"sk-sk\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 15,\n            \"country\": \"sl\",\n            \"language\": \"sl\",\n            \"timezone\": \"Europe/Bratislava\",\n            \"combined\": \"sl-sl\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 16,\n            \"country\": \"cz\",\n            \"language\": \"cz\",\n            \"timezone\": \"Europe/Prague\",\n            \"combined\": \"cz-cz\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 17,\n            \"country\": \"pl\",\n            \"language\": \"pl\",\n            \"timezone\": \"Europe/Warsaw\",\n            \"combined\": \"pl-pl\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 18,\n            \"country\": \"ua\",\n            \"language\": \"uk\",\n            \"timezone\": \"Europe/Kiev\",\n            \"combined\": \"uk-ua\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 19,\n            \"country\": \"fi\",\n            \"language\": \"fi\",\n            \"timezone\": \"Europe/Helsinki\",\n            \"combined\": \"fi-fi\",\n            \"disabled\": 1\n        },\n        {\n            \"id\": 20,\n            \"country\": \"hr\",\n            \"language\": \"hr\",\n            \"timezone\": \"Europe/Zagreb\",\n            \"combined\": \"hr-hr\",\n            \"disabled\": 1\n        }\n    ]\n}"}],"_postman_id":"6b4e6e24-edc9-4911-a851-34cc6677a26d"}],"id":"f1421f83-32d3-4391-8f60-51c7a8328594","_postman_id":"f1421f83-32d3-4391-8f60-51c7a8328594","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Propositions","item":[{"name":"Index","id":"ec501330-e49e-4e60-808a-7d92ca6d292f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/public/v1/propositions","description":"<p>Retrieves a list of all propositions in Winning Proposal.</p>\n<p>Our proposition is linked to a sector that is linked to a language</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","propositions"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) Filter by name.</p>\n","type":"text/plain"},"key":"name","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by slug.</p>\n","type":"text/plain"},"key":"slug","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by the disabled property.</p>\n","type":"text/plain"},"key":"disabled","value":""}],"variable":[]}},"response":[{"id":"8aeaf748-d268-425a-a5d7-965f82c6d3ae","name":"Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/public/v1/propositions","host":[""],"path":["api","public","v1","propositions"],"query":[{"key":"name","value":"string","type":"text","disabled":true},{"key":"slug","value":"string","type":"text","disabled":true},{"key":"disabled","value":"boolean","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Tue, 21 Dec 2021 08:50:30 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"345477cbb0de1e33587f95805aefd4171a34d575\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImZVTFIwUDZTSmNcL00xWGZZWlplVStBPT0iLCJ2YWx1ZSI6IlBRWmJLQW5lXC9VWkM0NlNVZ3NJSEwzemVjRENKTXFiSTNXY1ZMZWJxXC92WFwvVmQ1bGoxNDZ2UkQ3MTFwNXRWXC9hTElLY1NacjlRSEZUcXVZb3VYb0NoWVI5WHpRU2I0WFN6dFlTVDhHcEdnTlBaM3ozY1RUR2Vnd3JjQ1NZcE94VCIsIm1hYyI6IjhlNjNjMjA0MzgwN2Q4OTVjY2VhYTg0MGMyN2NhNTMxMTU4MTAyOTk0NGM1NjY3YWY5NDc2ZGVlN2U5ZDlmYTYifQ%3D%3D; expires=Tue, 21-Dec-2021 10:50:30 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"proposal\",\n            \"approvals_ranked\": 0,\n            \"custom_approval\": 0,\n            \"description\": \"\",\n            \"slug\": \"proposal\",\n            \"disabled\": 0,\n            \"allowedSectorsByLocale\": {\n                \"data\": []\n            }\n        }\n    ]\n}"}],"_postman_id":"ec501330-e49e-4e60-808a-7d92ca6d292f"}],"id":"f5e8e055-54c4-45d6-8aca-0b7c43047404","_postman_id":"f5e8e055-54c4-45d6-8aca-0b7c43047404","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Emails","item":[{"name":"Create","id":"0ca30e25-3b3d-405e-a3b3-d6ad8a1327a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"send_immediately","value":"","description":"<p>(required) States whether the emails gets send immediately. Defaults to false.</p>\n","type":"text","equals":true,"contentType":"boolean","disabled":true},{"key":"proposal_id","value":"","description":"<p>(required) The id of the proposal where this mail is send from.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"email_receiver","value":"","description":"<p>(required) The mail address the mail will be send to.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"subject","value":"","description":"<p>(required) The subject of the mail.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"content","value":"","description":"<p>(required) The content of the mail.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"name_receiver","value":"","description":"<p>(optional) The name of the person receiving the mail.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"user_id","value":"","description":"<p>(optional) ID of the creator of the email. If not sure, ask the administrator.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"prospect_id","value":"","description":"<p>(optional) ID of the prospect for which this is an email.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"localization_id","value":"","description":"<p>(optional) ID of the language of this email. </p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"proposal_version_access_id","value":"","description":"<p>(optional) ID of the proposalVersionAccess linked in this email.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"pause","value":"","description":"<p>(optional) When this is set to false, the email schedule is put on pause. Reminders will no longer be sent.</p>\n","type":"text","equals":true,"contentType":"boolean","disabled":true},{"key":"from_name","value":"","description":"<p>(optional) Name from the user sending the email.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"from_email","value":"","description":"<p>(optional) Email address from the user sending the email.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"branch_id","value":"","description":"<p>(optional) Branch from the user sending the email.</p>\n","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"cc","value":"","description":"<p>(optional) Email addresses in CC. You can split multiple emails with a (,}.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"bcc","value":"","description":"<p>(optional) Email addresses in BCC. You can split multiple emails with a (,}.</p>\n","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/emails","description":"<p>Add an email to the email service.</p>\n<p>The email service manages all emails sent through Winning Proposal. Emails can be send directly or planned to be send on a certain time and date.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","emails"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"f56a7717-d3bc-482a-91e7-46c0f901cefc","name":"Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"send_immediately","value":"true","description":"(required) States whether the emails gets send immediately. Defaults to false.","type":"text","equals":true,"contentType":"boolean"},{"key":"proposal_id","value":"1","description":"(required) The id of the proposal where this mail is send from.","type":"text","equals":true,"contentType":"integer"},{"key":"email_receiver","value":"john@testco.com","description":"(required) The mail address the mail will be send to.","type":"text","equals":true,"contentType":"string"},{"key":"subject","value":"New proposal","description":"(required) The subject of the mail.","type":"text","equals":true,"contentType":"string"},{"key":"content","value":"Hey Jane, check out this new proposal! ","description":"(required) The content of the mail.","type":"text","equals":true,"contentType":"string"},{"key":"name_receiver","value":"Jane Doe","description":"(optional) The name of the person receiving the mail.","type":"text","equals":true,"contentType":"string"},{"key":"user_id","value":"1","description":"(optional) ID of the creator of the email. If not sure, ask the administrator.","type":"text","equals":true,"contentType":"integer"},{"key":"prospect_id","value":"1","description":"(optional) ID of the prospect for which this is an email.","type":"text","equals":true,"contentType":"integer"},{"key":"localization_id","value":"1","description":"(optional) ID of the language of this email. ","type":"text","equals":true,"contentType":"integer"},{"key":"proposal_version_access_id","value":"","description":"(optional) ID of the proposalVersionAccess linked in this email.","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"pause","value":"","type":"text","equals":true,"contentType":"boolean","disabled":true},{"key":"from_name","value":"","description":"(optional) Name from the user sending the email.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"from_email","value":"","description":"(optional) Email address from the user sending the email.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"branch_id","value":"","description":"(optional) Branch from the user sending the email.","type":"text","equals":true,"contentType":"integer","disabled":true},{"key":"cc","value":"","description":"(optional) Email addresses in CC. You can split multiple emails with a (,}.","type":"text","equals":true,"contentType":"string","disabled":true},{"key":"bcc","value":"","description":"(optional) Email addresses in BCC. You can split multiple emails with a (,}.","type":"text","equals":true,"contentType":"string","disabled":true}]},"url":"/api/public/v1/emails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Date","value":"Tue, 21 Dec 2021 08:59:15 GMT"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=500"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"ETag","value":"\"ab2dc7c6684ed720c18d664e8a58bd402bd65eeb\""},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlNTNytxSngwZEg0bXZ2cWEyVklNZkE9PSIsInZhbHVlIjoiRHd5azRUWU1PSE1KZkt2Uk91cUhvRlprdGplWk9zRjg1VmhhYnAzRDk0UGM4cHBjZmx5dUFDWmdPS1hCNmdqWlQrekltZWg3OGxzQTdpVWNZVmxNNzVqdElcL3k1Y0NDK0ZiaGNGb2ZVTnVxMWwrdXltdis5ZkhUd2ZUVWVrTGhmIiwibWFjIjoiNzE0NmEyZmEwZDBiNTI5ZjZjOTE0NjkyYjEzYWFkZGMwZjcwMzJjZmE4NjQ5NmY4M2IyZjdhMTJhZTY3YTY1NCJ9; expires=Tue, 21-Dec-2021 10:59:15 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"subject\": \"New proposal\",\n        \"content\": \"Hey Jane, check out this new proposal! \",\n        \"name_receiver\": \"Jane Doe\",\n        \"email_receiver\": \"john@testco.com\",\n        \"proposal_id\": \"1\",\n        \"user_id\": \"1\",\n        \"prospect_id\": \"1\",\n        \"localization_id\": \"1\",\n        \"proposal_version_access_id\": null,\n        \"pause\": null,\n        \"sent_at\": {\n            \"date\": \"2021-12-21 08:59:14.301800\",\n            \"timezone_type\": 3,\n            \"timezone\": \"UTC\"\n        },\n        \"send_at\": null,\n        \"from_name\": null,\n        \"from_email\": null,\n        \"tag\": \"public_api\",\n        \"cc\": null,\n        \"bcc\": null,\n        \"branch_id\": null\n    }\n}"}],"_postman_id":"0ca30e25-3b3d-405e-a3b3-d6ad8a1327a9"}],"id":"04389682-7b98-4a45-8e33-104b5e1c56d4","description":"<p>The email service manages all emails sent through Winning Proposal. Emails can be send directly or planned to be send on a certain time and date.</p>\n","_postman_id":"04389682-7b98-4a45-8e33-104b5e1c56d4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Sectors","item":[{"name":"Index","id":"da20d2ad-8f57-4420-a631-33567912944b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/public/v1/sectors","description":"<p>Retrieves a list of all Sectors in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","sectors"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) Filter by the slug property.</p>\n","type":"text/plain"},"key":"slug","value":""},{"disabled":true,"description":{"content":"<p>(optional) Filter by the name property.</p>\n","type":"text/plain"},"key":"name","value":null},{"disabled":true,"description":{"content":"<p>(optional) Filter by the locale property.</p>\n","type":"text/plain"},"key":"localization_id","value":null}],"variable":[]}},"response":[{"id":"5e50f967-cb34-4fcf-b2a3-57a4b063002c","name":"Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"/api/public/v1/sectors","host":[""],"path":["api","public","v1","sectors"],"query":[{"key":"slug","value":"","description":"(optional) Filter by the slug property.","disabled":true},{"key":"name","value":null,"description":"(optional) Filter by the name property.","type":"text","disabled":true},{"key":"localization_id","value":null,"description":"(optional) Filter by the locale property.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Fri, 22 Aug 2025 12:28:44 GMT"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, no-store, private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkVPU1pSVjI0QTBCL2ZQMEptZHVUcnc9PSIsInZhbHVlIjoibHVzbzNMWUU5UTJXM0RXSHUxWTJHYkV5R0xpRDFCN2Y5WUNBUkNaU09laTRDMmhsUjNZRGFzNUNMSFRvU2QrMjU0OFNpVWtiODlwdDdNOVdSUmVIa09JM2RDZEk3Yy9IWlRCRzhtcllJNlJ2NHNEVG1sRHF4aTQ4WUlqN2kzTGoiLCJtYWMiOiIyNzE5YTBiNTVmY2QwYWNlNjljYWJhNTBjM2NjNmNlNTgwZmJhYTY0ODhjYjI0MmNkOGFmZjQ0Mjc0M2ZhN2U0IiwidGFnIjoiIn0%3D; expires=Fri, 22 Aug 2025 14:28:44 GMT; Max-Age=7200; path=/; secure; httponly; samesite=lax"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"no-referrer"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"All you can eat-, wok-, wereld restaurants\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"all-you-can-eat-wok-wereld-restaurants\",\n            \"order\": 9,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Attractiepark\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"attractiepark\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Aziatische keuken\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"aziatische-keuken\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Bed and breakfast\",\n            \"localization_id\": 1,\n            \"parent_id\": 28,\n            \"slug\": \"bed-and-breakfast\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Bedrijven, vrij beroep & vereniging\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"bedrijven-vrij-beroep-vereniging\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Café, bar, club\",\n            \"localization_id\": 1,\n            \"parent_id\": 19,\n            \"slug\": \"cafe-bar-club\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Cafetaria\",\n            \"localization_id\": 1,\n            \"parent_id\": 19,\n            \"slug\": \"cafetaria\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Camping\",\n            \"localization_id\": 1,\n            \"parent_id\": 28,\n            \"slug\": \"camping\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Catering\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"catering\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Congres-, conferentie-, zalencentrum, beurs\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"congres-conferentie-zalencentrum-beurs\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Contractcatering\",\n            \"localization_id\": 1,\n            \"parent_id\": 9,\n            \"slug\": \"contractcatering\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 12,\n            \"name\": \" Crêperie, pannenkoekpoffertjesrestaurant\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"creperie-pannenkoekpoffertjesrestaurant\",\n            \"order\": 10,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Dagrecreatie\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"dagrecreatie\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 14,\n            \"name\": \"Dierentuin, plantentuin, kinderboerderij\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"dierentuin-plantentuin-kinderboerderij\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 15,\n            \"name\": \"Eetcafé, grand café, brasserie, bistromie, gastrobar\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"eetcafe-grand-cafe-brasserie-bistromie-gastrobar\",\n            \"order\": 11,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 16,\n            \"name\": \"Evenementenhal,- organisatie, poppodium\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"evenementenhal-organisatie-poppodium\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Event catering\",\n            \"localization_id\": 1,\n            \"parent_id\": 9,\n            \"slug\": \"event-catering\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 18,\n            \"name\": \"Fast casual dining\",\n            \"localization_id\": 1,\n            \"parent_id\": 19,\n            \"slug\": \"fast-casual-dining\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Fastservice\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"fastservice\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 20,\n            \"name\": \"Filmtheater, bioscoop\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"filmtheater-bioscoop\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 21,\n            \"name\": \"Foodtruck, foodhalonderneming\",\n            \"localization_id\": 1,\n            \"parent_id\": 19,\n            \"slug\": \"foodtruck-foodhalonderneming\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 22,\n            \"name\": \"Franse, klassieke keuken\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"franse-klassieke-keuken\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 23,\n            \"name\": \"Griekse keuken \",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"griekse-keuken\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Hotelfunctie met F&B\",\n            \"localization_id\": 1,\n            \"parent_id\": 28,\n            \"slug\": \"hotelfunctie-met-fb\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Ijssalon\",\n            \"localization_id\": 1,\n            \"parent_id\": 19,\n            \"slug\": \"ijssalon\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 26,\n            \"name\": \"Italiaanse keuken\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"italiaanse-keuken\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Kookstudio, kookclub\",\n            \"localization_id\": 1,\n            \"parent_id\": 5,\n            \"slug\": \"kookstudio-kookclub\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Logiesverstrekker\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"logiesverstrekker\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 29,\n            \"name\": \"Lunchroom\",\n            \"localization_id\": 1,\n            \"parent_id\": 19,\n            \"slug\": \"lunchroom\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 30,\n            \"name\": \"Mexicaanse keuken\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"mexicaanse-keuken\",\n            \"order\": 7,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 31,\n            \"name\": \"Midden-Oosterse, Afrikaanse, Amerikaanse keuken\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"midden-oosterse-afrikaanse-amerikaanse-keuken\",\n            \"order\": 8,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Museum\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"museum\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Nederlandse Keuken\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"nederlandse-keuken\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 34,\n            \"name\": \"Onderwijs en opvang\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"onderwijs-en-opvang\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 35,\n            \"name\": \"Overige onderwijs & opvang\",\n            \"localization_id\": 1,\n            \"parent_id\": 34,\n            \"slug\": \"overige-onderwijs-opvang\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Restaurants\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"restaurants\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Rondvaart, pleziervaart, veerdienst\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"rondvaart-pleziervaart-veerdienst\",\n            \"order\": 8,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 38,\n            \"name\": \"Scandinavische keuken \",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"scandinavische-keuken\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Schoolcatering\",\n            \"localization_id\": 1,\n            \"parent_id\": 9,\n            \"slug\": \"schoolcatering\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Spaanse keuken \",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"spaanse-keuken\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Sportvereniging met kantine\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"sportvereniging-met-kantine\",\n            \"order\": 9,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 43,\n            \"name\": \"Strandrestaurant\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"strandrestaurant\",\n            \"order\": 12,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 44,\n            \"name\": \"Theater, schouwburg\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"theater-schouwburg\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Uitvaartbranche\",\n            \"localization_id\": 1,\n            \"parent_id\": 5,\n            \"slug\": \"uitvaartbranche\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Vakantie-, bungalowpark\",\n            \"localization_id\": 1,\n            \"parent_id\": 28,\n            \"slug\": \"vakantie-bungalowpark\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 47,\n            \"name\": \"Wegrestaurants\",\n            \"localization_id\": 1,\n            \"parent_id\": 36,\n            \"slug\": \"wegrestaurants\",\n            \"order\": 13,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 48,\n            \"name\": \"Wellness , sauna, solaria, baden\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"wellens-sauna-solaria-baden\",\n            \"order\": 10,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 49,\n            \"name\": \"Zwembad\",\n            \"localization_id\": 1,\n            \"parent_id\": 13,\n            \"slug\": \"zwembad\",\n            \"order\": 7,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 50,\n            \"name\": \"Algemeen\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"general-nl-nl\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Coffee Experience\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"concept-coffee-experience\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Vis\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"concept-fish\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 53,\n            \"name\": \"Wijn\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"concept-wine-experience\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 57,\n            \"name\": \"All you can eat-, Wok-, Weltrestaurants\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"all-you-can-eat-wok-wereld-restaurants-de-de\",\n            \"order\": 9,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 58,\n            \"name\": \"All you can eat-, wok-, world restaurants\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"all-you-can-eat-wok-wereld-restaurants-en-gb\",\n            \"order\": 9,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 59,\n            \"name\": \"Restaurants à volonté, wok, monde\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"all-you-can-eat-wok-wereld-restaurants-fr-fr\",\n            \"order\": 9,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 60,\n            \"name\": \"Freizeitpark\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"attractiepark-de-de\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 61,\n            \"name\": \"Amusement Park\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"attractiepark-en-gb\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Parc d'attractions\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"attractiepark-fr-fr\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 63,\n            \"name\": \"Asiatische Küche\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"aziatische-keuken-de-de\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Asian Cuisine\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"aziatische-keuken-en-gb\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Cuisine asiatique\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"aziatische-keuken-fr-fr\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Bed and Breakfast\",\n            \"localization_id\": 3,\n            \"parent_id\": 141,\n            \"slug\": \"bed-and-breakfast-de-de\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 67,\n            \"name\": \"Bed and Breakfast\",\n            \"localization_id\": 5,\n            \"parent_id\": 142,\n            \"slug\": \"bed-and-breakfast-en-gb\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 68,\n            \"name\": \"Chambre d'hôtes\",\n            \"localization_id\": 8,\n            \"parent_id\": 143,\n            \"slug\": \"bed-and-breakfast-fr-fr\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Unternehmen, freie Berufe & Vereine\",\n            \"localization_id\": 3,\n            \"parent_id\": null,\n            \"slug\": \"bedrijven-vrij-beroep-vereniging-de-de\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Business, Freelance & Association\",\n            \"localization_id\": 5,\n            \"parent_id\": null,\n            \"slug\": \"bedrijven-vrij-beroep-vereniging-en-gb\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 71,\n            \"name\": \"Entreprises, professions libérales et associations\",\n            \"localization_id\": 8,\n            \"parent_id\": null,\n            \"slug\": \"bedrijven-vrij-beroep-vereniging-fr-fr\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Café, Bar, Club\",\n            \"localization_id\": 3,\n            \"parent_id\": 111,\n            \"slug\": \"cafe-bar-club-de-de\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 73,\n            \"name\": \"Café, Bar, Club\",\n            \"localization_id\": 5,\n            \"parent_id\": 112,\n            \"slug\": \"cafe-bar-club-en-gb\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 74,\n            \"name\": \"Café, bar, club\",\n            \"localization_id\": 8,\n            \"parent_id\": 113,\n            \"slug\": \"cafe-bar-club-fr-fr\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 75,\n            \"name\": \"Cafetaria\",\n            \"localization_id\": 3,\n            \"parent_id\": 111,\n            \"slug\": \"cafetaria-de-de\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 76,\n            \"name\": \"Cafeteria\",\n            \"localization_id\": 5,\n            \"parent_id\": 112,\n            \"slug\": \"cafetaria-en-gb\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 77,\n            \"name\": \"Cafétéria\",\n            \"localization_id\": 8,\n            \"parent_id\": 113,\n            \"slug\": \"cafetaria-fr-fr\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 78,\n            \"name\": \"Campingplatz\",\n            \"localization_id\": 3,\n            \"parent_id\": 141,\n            \"slug\": \"campingplatz-de-de\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 79,\n            \"name\": \"Camping\",\n            \"localization_id\": 5,\n            \"parent_id\": 142,\n            \"slug\": \"camping-en-gb\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 80,\n            \"name\": \"Camping\",\n            \"localization_id\": 8,\n            \"parent_id\": 143,\n            \"slug\": \"camping-fr-fr\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 81,\n            \"name\": \"Catering\",\n            \"localization_id\": 3,\n            \"parent_id\": null,\n            \"slug\": \"catering-de-de\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 82,\n            \"name\": \"Catering\",\n            \"localization_id\": 5,\n            \"parent_id\": null,\n            \"slug\": \"catering-en-gb\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 83,\n            \"name\": \"Traiteur\",\n            \"localization_id\": 8,\n            \"parent_id\": null,\n            \"slug\": \"catering-fr-fr\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 84,\n            \"name\": \"Kongress-, Konferenz-, Veranstaltungszentrum, Messe\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"congres-conferentie-zalencentrum-beurs-de-de\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 85,\n            \"name\": \"Congress, Conference, Conference Center, Exhibition\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"congres-conferentie-zalencentrum-beurs-en-gb\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 86,\n            \"name\": \"Centre de congrès, de conférences, de salles de réunion et de foires\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"congres-conferentie-zalencentrum-beurs-fr-fr\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 87,\n            \"name\": \"Contractcatering\",\n            \"localization_id\": 3,\n            \"parent_id\": 81,\n            \"slug\": \"contractcatering-de-de\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 88,\n            \"name\": \"Contract Catering\",\n            \"localization_id\": 5,\n            \"parent_id\": 82,\n            \"slug\": \"contractcatering-en-gb\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 89,\n            \"name\": \"Restauration sous contrat\",\n            \"localization_id\": 8,\n            \"parent_id\": 83,\n            \"slug\": \"contractcatering-fr-fr\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 90,\n            \"name\": \"Crêperie, Pfannkuchen- und Poffertjesrestaurant\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"creperie-pannenkoekpoffertjesrestaurant-de-de\",\n            \"order\": 10,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 91,\n            \"name\": \"Creperie, Pancake Puff Pancake Restaurant\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"creperie-pannenkoekpoffertjesrestaurant-en-gb\",\n            \"order\": 10,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 92,\n            \"name\": \"Crêperie, restaurant de pannenkoek et poffertjes\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"creperie-pannenkoekpoffertjesrestaurant-fr-fr\",\n            \"order\": 10,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 93,\n            \"name\": \"Tageserholung\",\n            \"localization_id\": 3,\n            \"parent_id\": null,\n            \"slug\": \"dagrecreatie-de-de\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 94,\n            \"name\": \"Day Recreation\",\n            \"localization_id\": 5,\n            \"parent_id\": null,\n            \"slug\": \"dagrecreatie-en-gb\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 95,\n            \"name\": \"Loisirs de Jour\",\n            \"localization_id\": 8,\n            \"parent_id\": null,\n            \"slug\": \"dagrecreatie-fr-fr\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 96,\n            \"name\": \"Zoo, Botanischer Garten, Streichelzoo\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"dierentuin-plantentuin-kinderboerderij-de-de\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 97,\n            \"name\": \"Zoo, Botanical Garden, Petting Farm\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"dierentuin-plantentuin-kinderboerderij-en-gb\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 98,\n            \"name\": \"Zoo, jardin botanique, ferme pédagogique\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"dierentuin-plantentuin-kinderboerderij-fr-fr\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 99,\n            \"name\": \"Eetcafé, Grand Café, Brasserie, Bistromie, Gastrobar\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"eetcafe-grand-cafe-brasserie-bistromie-gastrobar-de-de\",\n            \"order\": 11,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 100,\n            \"name\": \"Eatery, Grand Cafe, Brasserie, Bistronomy, Gastrobar\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"eetcafe-grand-cafe-brasserie-bistromie-gastrobar-en-gb\",\n            \"order\": 11,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 101,\n            \"name\": \"Café-restaurant, grand café, brasserie, bistronomie, gastrobar\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"eetcafe-grand-cafe-brasserie-bistromie-gastrobar-fr-fr\",\n            \"order\": 11,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 102,\n            \"name\": \"Veranstaltungshalle, -organisation, Konzertbühne\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"evenementenhal-organisatie-poppodium-de-de\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 103,\n            \"name\": \"Event Hall, Organization, Music Venue\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"evenementenhal-organisatie-poppodium-en-gb\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 104,\n            \"name\": \"Salle d'événements, organisation, salle de concert\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"evenementenhal-organisatie-poppodium-fr-fr\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 105,\n            \"name\": \"Event-Catering\",\n            \"localization_id\": 3,\n            \"parent_id\": 81,\n            \"slug\": \"event-catering-de-de\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 106,\n            \"name\": \"Event Catering\",\n            \"localization_id\": 5,\n            \"parent_id\": 82,\n            \"slug\": \"event-catering-en-gb\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 107,\n            \"name\": \"Traiteur pour événements\",\n            \"localization_id\": 8,\n            \"parent_id\": 83,\n            \"slug\": \"event-catering-fr-fr\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 108,\n            \"name\": \"Fast Casual Dining\",\n            \"localization_id\": 3,\n            \"parent_id\": 111,\n            \"slug\": \"fast-casual-dining-de-de\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 109,\n            \"name\": \"Fast Casual Dining\",\n            \"localization_id\": 5,\n            \"parent_id\": 112,\n            \"slug\": \"fast-casual-dining-en-gb\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 110,\n            \"name\": \"Restauration rapide décontractée\",\n            \"localization_id\": 8,\n            \"parent_id\": 113,\n            \"slug\": \"fast-casual-dining-fr-fr\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 111,\n            \"name\": \"Schnellgastronomie\",\n            \"localization_id\": 3,\n            \"parent_id\": null,\n            \"slug\": \"fastservice-de-de\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 112,\n            \"name\": \"Fast Service\",\n            \"localization_id\": 5,\n            \"parent_id\": null,\n            \"slug\": \"fastservice-en-gb\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 113,\n            \"name\": \"Restauration rapide\",\n            \"localization_id\": 8,\n            \"parent_id\": null,\n            \"slug\": \"fastservice-fr-fr\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 114,\n            \"name\": \"Kino, Filmtheater\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"filmtheater-bioscoop-de-de\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 115,\n            \"name\": \"Cinema, Movie Theater\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"filmtheater-bioscoop-en-gb\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 116,\n            \"name\": \"Cinéma, salle de cinéma\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"filmtheater-bioscoop-fr-fr\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 117,\n            \"name\": \"Foodtruck, Foodhall-Unternehmen\",\n            \"localization_id\": 3,\n            \"parent_id\": 111,\n            \"slug\": \"foodtruck-foodhalonderneming-de-de\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 118,\n            \"name\": \"Food Truck, Food Hall Business\",\n            \"localization_id\": 5,\n            \"parent_id\": 112,\n            \"slug\": \"foodtruck-foodhalonderneming-en-gb\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 119,\n            \"name\": \"Foodtruck, entreprise de hall alimentaire\",\n            \"localization_id\": 8,\n            \"parent_id\": 113,\n            \"slug\": \"foodtruck-foodhalonderneming-fr-fr\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 120,\n            \"name\": \"Französische, klassische Küche\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"franse-klassieke-keuken-de-de\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 121,\n            \"name\": \"French, Classic Cuisine\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"franse-klassieke-keuken-en-gb\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 122,\n            \"name\": \"Cuisine française classique\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"franse-klassieke-keuken-fr-fr\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 123,\n            \"name\": \"Allgemein\",\n            \"localization_id\": 3,\n            \"parent_id\": null,\n            \"slug\": \"general-de-de\",\n            \"order\": 0,\n            \"disabled\": 1\n        },\n        {\n            \"id\": 124,\n            \"name\": \"General\",\n            \"localization_id\": 5,\n            \"parent_id\": null,\n            \"slug\": \"general-en-gb\",\n            \"order\": 0,\n            \"disabled\": 1\n        },\n        {\n            \"id\": 125,\n            \"name\": \"Général\",\n            \"localization_id\": 8,\n            \"parent_id\": null,\n            \"slug\": \"general-fr-fr\",\n            \"order\": 0,\n            \"disabled\": 1\n        },\n        {\n            \"id\": 126,\n            \"name\": \"Griechische Küche\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"griekse-keuken-de-de\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 127,\n            \"name\": \"Greek Cuisine\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"griekse-keuken-en-gb\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 128,\n            \"name\": \"Cuisine grecque\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"griekse-keuken-fr-fr\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 129,\n            \"name\": \"Hotelfunktion mit Verpflegung\",\n            \"localization_id\": 3,\n            \"parent_id\": 141,\n            \"slug\": \"hotelfunctie-met-fb-de-de\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 130,\n            \"name\": \"Hotel Function with F&B\",\n            \"localization_id\": 5,\n            \"parent_id\": 142,\n            \"slug\": \"hotelfunctie-met-fb-en-gb\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 131,\n            \"name\": \"Fonction hôtelière avec restauration\",\n            \"localization_id\": 8,\n            \"parent_id\": 143,\n            \"slug\": \"hotelfunctie-met-fb-fr-fr\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 132,\n            \"name\": \"Eisdiele\",\n            \"localization_id\": 3,\n            \"parent_id\": 111,\n            \"slug\": \"ijssalon-de-de\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 133,\n            \"name\": \"Ice Cream Parlor\",\n            \"localization_id\": 5,\n            \"parent_id\": 112,\n            \"slug\": \"ijssalon-en-gb\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 134,\n            \"name\": \"Salon de glace\",\n            \"localization_id\": 8,\n            \"parent_id\": 113,\n            \"slug\": \"ijssalon-fr-fr\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 135,\n            \"name\": \"Italienische Küche\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"italiaanse-keuken-de-de\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 136,\n            \"name\": \"Italian Cuisine\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"italiaanse-keuken-en-gb\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 137,\n            \"name\": \"Cuisine italienne\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"italiaanse-keuken-fr-fr\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 138,\n            \"name\": \"Kochstudio, Kochclub\",\n            \"localization_id\": 3,\n            \"parent_id\": 69,\n            \"slug\": \"kookstudio-kookclub-de-de\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 139,\n            \"name\": \"Cooking Studio, Cooking Club\",\n            \"localization_id\": 5,\n            \"parent_id\": 70,\n            \"slug\": \"kookstudio-kookclub-en-gb\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 140,\n            \"name\": \"Studio de cuisine, club de cuisine\",\n            \"localization_id\": 8,\n            \"parent_id\": 71,\n            \"slug\": \"kookstudio-kookclub-fr-fr\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 141,\n            \"name\": \"Beherbergungsbetrieb\",\n            \"localization_id\": 3,\n            \"parent_id\": null,\n            \"slug\": \"logiesverstrekker-de-de\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 142,\n            \"name\": \"Accommodation Provider\",\n            \"localization_id\": 5,\n            \"parent_id\": null,\n            \"slug\": \"logiesverstrekker-en-gb\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 143,\n            \"name\": \"Fournisseur d'hébergement\",\n            \"localization_id\": 8,\n            \"parent_id\": null,\n            \"slug\": \"logiesverstrekker-fr-fr\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 144,\n            \"name\": \"Lunchroom\",\n            \"localization_id\": 3,\n            \"parent_id\": 111,\n            \"slug\": \"lunchroom-de-de\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 145,\n            \"name\": \"Lunchroom\",\n            \"localization_id\": 5,\n            \"parent_id\": 112,\n            \"slug\": \"lunchroom-en-gb\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 146,\n            \"name\": \"Salon de thé\",\n            \"localization_id\": 8,\n            \"parent_id\": 113,\n            \"slug\": \"lunchroom-fr-fr\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 147,\n            \"name\": \"Mexikanische Küche\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"mexicaanse-keuken-de-de\",\n            \"order\": 7,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 148,\n            \"name\": \"Mexican Cuisine\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"mexicaanse-keuken-en-gb\",\n            \"order\": 7,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 149,\n            \"name\": \"Cuisine mexicaine\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"mexicaanse-keuken-fr-fr\",\n            \"order\": 7,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 150,\n            \"name\": \"Mittelöstliche, Afrikanische, Amerikanische Küche\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"midden-oosterse-afrikaanse-amerikaanse-keuken-de-de\",\n            \"order\": 8,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 151,\n            \"name\": \"Middle Eastern, African, American Cuisine\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"midden-oosterse-afrikaanse-amerikaanse-keuken-en-gb\",\n            \"order\": 8,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 152,\n            \"name\": \"Cuisine moyen-orientale, africaine, américaine\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"midden-oosterse-afrikaanse-amerikaanse-keuken-fr-fr\",\n            \"order\": 8,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 153,\n            \"name\": \"Museum\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"museum-de-de\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 154,\n            \"name\": \"Museum\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"museum-en-gb\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 155,\n            \"name\": \"Musée\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"museum-fr-fr\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 156,\n            \"name\": \"Niederländische Küche\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"nederlandse-keuken-de-de\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 157,\n            \"name\": \"Dutch Cuisine\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"nederlandse-keuken-en-gb\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 158,\n            \"name\": \"Cuisine néerlandaise\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"nederlandse-keuken-fr-fr\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 159,\n            \"name\": \"Bildung und Betreuung\",\n            \"localization_id\": 3,\n            \"parent_id\": null,\n            \"slug\": \"onderwijs-en-opvang-de-de\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 160,\n            \"name\": \"Education and Childcare\",\n            \"localization_id\": 5,\n            \"parent_id\": null,\n            \"slug\": \"onderwijs-en-opvang-en-gb\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 161,\n            \"name\": \"Éducation et accueil\",\n            \"localization_id\": 8,\n            \"parent_id\": null,\n            \"slug\": \"onderwijs-en-opvang-fr-fr\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 162,\n            \"name\": \"Sonstige Bildung & Betreuung\",\n            \"localization_id\": 3,\n            \"parent_id\": 159,\n            \"slug\": \"overige-onderwijs-opvang-de-de\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 163,\n            \"name\": \"Other Education & Childcare\",\n            \"localization_id\": 5,\n            \"parent_id\": 160,\n            \"slug\": \"overige-onderwijs-opvang-en-gb\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 164,\n            \"name\": \"Autres éducations & accueils\",\n            \"localization_id\": 8,\n            \"parent_id\": 161,\n            \"slug\": \"overige-onderwijs-opvang-fr-fr\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 165,\n            \"name\": \"Restaurants\",\n            \"localization_id\": 3,\n            \"parent_id\": null,\n            \"slug\": \"restaurants-de-de\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 166,\n            \"name\": \"Restaurants\",\n            \"localization_id\": 5,\n            \"parent_id\": null,\n            \"slug\": \"restaurants-en-gb\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 167,\n            \"name\": \"Restaurants\",\n            \"localization_id\": 8,\n            \"parent_id\": null,\n            \"slug\": \"restaurants-fr-fr\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 168,\n            \"name\": \"Rondvaart, pleziervaart, veerdienst\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"rondvaart-pleziervaart-veerdienst-de-de\",\n            \"order\": 8,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 169,\n            \"name\": \"Cruise, Pleasure Boating, Ferry Service\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"rondvaart-pleziervaart-veerdienst-en-gb\",\n            \"order\": 8,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 170,\n            \"name\": \"Croisière, navigation de plaisance, service de ferry\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"rondvaart-pleziervaart-veerdienst-fr-fr\",\n            \"order\": 8,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 171,\n            \"name\": \"Skandinavische Küche\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"scandinavische-keuken-de-de\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 172,\n            \"name\": \"Scandinavian Cuisine\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"scandinavische-keuken-en-gb\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 173,\n            \"name\": \"Cuisine scandinave\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"scandinavische-keuken-fr-fr\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 174,\n            \"name\": \"Schulverpflegung\",\n            \"localization_id\": 3,\n            \"parent_id\": 81,\n            \"slug\": \"schoolcatering-de-de\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 175,\n            \"name\": \"School Catering\",\n            \"localization_id\": 5,\n            \"parent_id\": 82,\n            \"slug\": \"schoolcatering-en-gb\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 176,\n            \"name\": \"Restauration scolaire\",\n            \"localization_id\": 8,\n            \"parent_id\": 83,\n            \"slug\": \"schoolcatering-fr-fr\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 177,\n            \"name\": \"Spanische Küche\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"spaanse-keuken-de-de\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 178,\n            \"name\": \"Spanish Cuisine\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"spaanse-keuken-en-gb\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 179,\n            \"name\": \"Cuisine espagnole\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"spaanse-keuken-fr-fr\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 180,\n            \"name\": \"Sportverein mit Vereinsheim\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"sportvereniging-met-kantine-de-de\",\n            \"order\": 9,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 181,\n            \"name\": \"Sportvereniging met kantine\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"sportvereniging-met-kantine-en-gb\",\n            \"order\": 9,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 182,\n            \"name\": \"Association sportive avec cantine\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"sportvereniging-met-kantine-fr-fr\",\n            \"order\": 9,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 183,\n            \"name\": \"Strandrestaurant\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"strandrestaurant-de-de\",\n            \"order\": 12,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 184,\n            \"name\": \"Strandrestaurant\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"strandrestaurant-en-gb\",\n            \"order\": 12,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 185,\n            \"name\": \"Restaurant de plage\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"strandrestaurant-fr-fr\",\n            \"order\": 12,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 186,\n            \"name\": \"Theater, Schauspielhaus\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"theater-schouwburg-de-de\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 187,\n            \"name\": \"Theater, schouwburg\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"theater-schouwburg-en-gb\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 188,\n            \"name\": \"Théâtre, salle de spectacle\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"theater-schouwburg-fr-fr\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 189,\n            \"name\": \"Bestattungswesen\",\n            \"localization_id\": 3,\n            \"parent_id\": 69,\n            \"slug\": \"uitvaartbranche-de-de\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 190,\n            \"name\": \"Funeral Industry\",\n            \"localization_id\": 5,\n            \"parent_id\": 70,\n            \"slug\": \"uitvaartbranche-en-gb\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 191,\n            \"name\": \"Secteur funéraire\",\n            \"localization_id\": 8,\n            \"parent_id\": 71,\n            \"slug\": \"uitvaartbranche-fr-fr\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 192,\n            \"name\": \"Ferienpark, Bungalowpark\",\n            \"localization_id\": 3,\n            \"parent_id\": 141,\n            \"slug\": \"vakantie-bungalowpark-de-de\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 193,\n            \"name\": \"Holiday, Bungalow Park\",\n            \"localization_id\": 5,\n            \"parent_id\": 142,\n            \"slug\": \"vakantie-bungalowpark-en-gb\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 194,\n            \"name\": \"Parc de vacances, village de vacances\",\n            \"localization_id\": 8,\n            \"parent_id\": 143,\n            \"slug\": \"vakantie-bungalowpark-fr-fr\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 195,\n            \"name\": \"Autobahnrestaurants\",\n            \"localization_id\": 3,\n            \"parent_id\": 165,\n            \"slug\": \"wegrestaurants-de-de\",\n            \"order\": 13,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 196,\n            \"name\": \"Roadside Restaurants\",\n            \"localization_id\": 5,\n            \"parent_id\": 166,\n            \"slug\": \"wegrestaurants-en-gb\",\n            \"order\": 13,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 197,\n            \"name\": \"Restaurants routiers\",\n            \"localization_id\": 8,\n            \"parent_id\": 167,\n            \"slug\": \"wegrestaurants-fr-fr\",\n            \"order\": 13,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 198,\n            \"name\": \"Wellness, Sauna, Solarium, Baden\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"wellens-sauna-solaria-baden-de-de\",\n            \"order\": 10,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 199,\n            \"name\": \"Wellness, Sauna, Solariums, Baths\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"wellens-sauna-solaria-baden-en-gb\",\n            \"order\": 10,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 200,\n            \"name\": \"Bien-être, sauna, solarium, bains\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"wellens-sauna-solaria-baden-fr-fr\",\n            \"order\": 10,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 201,\n            \"name\": \"Schwimmbad\",\n            \"localization_id\": 3,\n            \"parent_id\": 93,\n            \"slug\": \"zwembad-de-de\",\n            \"order\": 7,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 202,\n            \"name\": \"Swimming Pool\",\n            \"localization_id\": 5,\n            \"parent_id\": 94,\n            \"slug\": \"zwembad-en-gb\",\n            \"order\": 7,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 203,\n            \"name\": \"Piscine\",\n            \"localization_id\": 8,\n            \"parent_id\": 95,\n            \"slug\": \"zwembad-fr-fr\",\n            \"order\": 7,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 204,\n            \"name\": \"Vlees\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"concept-meat\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 205,\n            \"name\": \"AGF\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"concept-produce\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 206,\n            \"name\": \"EcoHygiene\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"concept-ecology\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 207,\n            \"name\": \"Plus\",\n            \"localization_id\": 1,\n            \"parent_id\": null,\n            \"slug\": \"concept-plus\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 209,\n            \"name\": \"All you can eat-, wok-, wereld restaurants\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"all-you-can-eat-wok-wereld-restaurants-nl-be\",\n            \"order\": 9,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 210,\n            \"name\": \"Attractiepark\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"attractiepark-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 211,\n            \"name\": \"Aziatische keuken\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"aziatische-keuken-nl-be\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 212,\n            \"name\": \"Bed and breakfast\",\n            \"localization_id\": 11,\n            \"parent_id\": 245,\n            \"slug\": \"bed-and-breakfast-nl-be\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 213,\n            \"name\": \"Bedrijven, vrij beroep & vereniging\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"bedrijven-vrij-beroep-vereniging-nl-be\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 214,\n            \"name\": \"Café, bar, club\",\n            \"localization_id\": 11,\n            \"parent_id\": 234,\n            \"slug\": \"cafe-bar-club-nl-be\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 215,\n            \"name\": \"Cafetaria\",\n            \"localization_id\": 11,\n            \"parent_id\": 234,\n            \"slug\": \"cafetaria-nl-be\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 216,\n            \"name\": \"Camping\",\n            \"localization_id\": 11,\n            \"parent_id\": 245,\n            \"slug\": \"camping-nl-be\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 217,\n            \"name\": \"Catering\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"catering-nl-be\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 218,\n            \"name\": \"Coffee Experience\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"concept-coffee-experience-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 219,\n            \"name\": \"EcoHygiene\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"concept-ecology-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 220,\n            \"name\": \"Vis\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"concept-fish-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 221,\n            \"name\": \"Vlees\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"concept-meat-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 222,\n            \"name\": \"Plus\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"concept-plus-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 223,\n            \"name\": \"AGF\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"concept-produce-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 224,\n            \"name\": \"Wijn\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"concept-wine-experience-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 225,\n            \"name\": \"Congres-, conferentie-, zalencentrum, beurs\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"congres-conferentie-zalencentrum-beurs-nl-be\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 226,\n            \"name\": \"Contractcatering\",\n            \"localization_id\": 11,\n            \"parent_id\": 217,\n            \"slug\": \"contractcatering-nl-be\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 227,\n            \"name\": \"Crêperie, pannenkoekpoffertjesrestaurant\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"creperie-pannenkoekpoffertjesrestaurant-nl-be\",\n            \"order\": 10,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 228,\n            \"name\": \"Dagrecreatie\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"dagrecreatie-nl-be\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 229,\n            \"name\": \"Dierentuin, plantentuin, kinderboerderij\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"dierentuin-plantentuin-kinderboerderij-nl-be\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 230,\n            \"name\": \"Eetcafé, grand café, brasserie, bistromie, gastrobar\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"eetcafe-grand-cafe-brasserie-bistromie-gastrobar-nl-be\",\n            \"order\": 11,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 231,\n            \"name\": \"Evenementenhal,- organisatie, poppodium\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"evenementenhal-organisatie-poppodium-nl-be\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 232,\n            \"name\": \"Event catering\",\n            \"localization_id\": 11,\n            \"parent_id\": 217,\n            \"slug\": \"event-catering-nl-be\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 233,\n            \"name\": \"Fast casual dining\\t\",\n            \"localization_id\": 11,\n            \"parent_id\": 234,\n            \"slug\": \"fast-casual-dining-nl-be\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 234,\n            \"name\": \"Fastservice\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"fastservice-nl-be\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 235,\n            \"name\": \"Filmtheater, bioscoop\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"filmtheater-bioscoop-nl-be\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 236,\n            \"name\": \"Foodtruck, foodhalonderneming\",\n            \"localization_id\": 11,\n            \"parent_id\": 234,\n            \"slug\": \"foodtruck-foodhalonderneming-nl-be\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 237,\n            \"name\": \"Franse, klassieke keuken\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"franse-klassieke-keuken-nl-be\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 238,\n            \"name\": \"Algemeen\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"general-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 239,\n            \"name\": \"Griekse keuken\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"griekse-keuken-nl-be\",\n            \"order\": 4,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 240,\n            \"name\": \"Hotelfunctie met F&B\",\n            \"localization_id\": 11,\n            \"parent_id\": 245,\n            \"slug\": \"hotelfunctie-met-fb-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 241,\n            \"name\": \"Ijssalon\",\n            \"localization_id\": 11,\n            \"parent_id\": 234,\n            \"slug\": \"ijssalon-nl-be\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 243,\n            \"name\": \"Italiaanse keuken\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"italiaanse-keuken-nl-be\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 244,\n            \"name\": \"Kookstudio, kookclub\",\n            \"localization_id\": 11,\n            \"parent_id\": 213,\n            \"slug\": \"kookstudio-kookclub-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 245,\n            \"name\": \"Logiesverstrekker\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"logiesverstrekker-nl-be\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 246,\n            \"name\": \"Lunchroom\",\n            \"localization_id\": 11,\n            \"parent_id\": 234,\n            \"slug\": \"lunchroom-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 247,\n            \"name\": \"Mexicaanse keuken\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"mexicaanse-keuken-nl-be\",\n            \"order\": 7,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 248,\n            \"name\": \"Midden-Oosterse, Afrikaanse, Amerikaanse keuken\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"midden-oosterse-afrikaanse-amerikaanse-keuken-nl-be\",\n            \"order\": 8,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 249,\n            \"name\": \"Museum\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"museum-nl-be\",\n            \"order\": 6,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 250,\n            \"name\": \"Nederlandse Keuken\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"nederlandse-keuken-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 251,\n            \"name\": \"Onderwijs en opvang\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"onderwijs-en-opvang-nl-be\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 252,\n            \"name\": \"Overige onderwijs & opvang\",\n            \"localization_id\": 11,\n            \"parent_id\": 251,\n            \"slug\": \"overige-onderwijs-opvang-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 253,\n            \"name\": \"Restaurants\",\n            \"localization_id\": 11,\n            \"parent_id\": null,\n            \"slug\": \"restaurants-nl-be\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 254,\n            \"name\": \"Rondvaart, pleziervaart, veerdienst\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"rondvaart-pleziervaart-veerdienst-nl-be\",\n            \"order\": 8,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 255,\n            \"name\": \"Scandinavische keuken\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"scandinavische-keuken-nl-be\",\n            \"order\": 5,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 256,\n            \"name\": \"Schoolcatering\",\n            \"localization_id\": 11,\n            \"parent_id\": 217,\n            \"slug\": \"schoolcatering-be-nl\",\n            \"order\": 0,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 257,\n            \"name\": \"Spaanse keuken\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"spaanse-keuken-nl-be\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 258,\n            \"name\": \"Sportvereniging met kantine\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"sportvereniging-met-kantine-nl-be\",\n            \"order\": 9,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 259,\n            \"name\": \"Strandrestaurant\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"strandrestaurant-nl-be\",\n            \"order\": 12,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 260,\n            \"name\": \"Theater, schouwburg\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"theater-schouwburg-nl-be\",\n            \"order\": 2,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 261,\n            \"name\": \"Uitvaartbranche\",\n            \"localization_id\": 11,\n            \"parent_id\": 213,\n            \"slug\": \"uitvaartbranche-nl-be\",\n            \"order\": 1,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 262,\n            \"name\": \"Vakantie-, bungalowpark\",\n            \"localization_id\": 11,\n            \"parent_id\": 245,\n            \"slug\": \"vakantie-bungalowpark-nl-be\",\n            \"order\": 3,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 263,\n            \"name\": \"Wegrestaurants\",\n            \"localization_id\": 11,\n            \"parent_id\": 253,\n            \"slug\": \"wegrestaurants-nl-be\",\n            \"order\": 13,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 264,\n            \"name\": \"Wellness , sauna, solaria, baden\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"wellens-sauna-solaria-baden-nl-be\",\n            \"order\": 10,\n            \"disabled\": 0\n        },\n        {\n            \"id\": 265,\n            \"name\": \"Zwembad\",\n            \"localization_id\": 11,\n            \"parent_id\": 228,\n            \"slug\": \"zwembad-nl-be\",\n            \"order\": 7,\n            \"disabled\": 0\n        }\n    ]\n}"}],"_postman_id":"da20d2ad-8f57-4420-a631-33567912944b"}],"id":"152e658d-a266-4683-8cb0-a222eca355a7","_postman_id":"152e658d-a266-4683-8cb0-a222eca355a7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Pdf","item":[{"name":"show","id":"ff597e98-6cdf-4f67-95ec-75cce86662fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/api/public/v1/pdf/{pdf_id}","description":"<p>Show the PDF in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","pdf","{pdf_id}"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"ff597e98-6cdf-4f67-95ec-75cce86662fd"},{"name":"store","id":"92f82e56-b668-48b8-ba99-78bfa719064e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"pdf","description":"<p>Formdata: upload full PDF</p>\n","type":"file","src":"/C:/Users/youri/OneDrive - Aliens/Documenten/dummy/file-example_PDF_500_kB.pdf"}]},"url":"/api/public/v1/pdf","description":"<p>Store the PDF in Winning Proposal.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","pdf"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>(optional) Filter by the slug property.</p>\n","type":"text/plain"},"key":"pdf","value":""}],"variable":[]}},"response":[],"_postman_id":"92f82e56-b668-48b8-ba99-78bfa719064e"}],"id":"41719387-b9e6-48dd-8da1-92d6e5e6f16b","_postman_id":"41719387-b9e6-48dd-8da1-92d6e5e6f16b","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}},{"name":"Tags","item":[{"name":"Index","id":"e4f3028d-c47a-46f5-a774-2e842435fab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"/api/public/v1/tags?proposition_id=&localization_id=","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}},"urlObject":{"path":["api","public","v1","tags"],"host":[""],"query":[{"description":{"content":"<p>(required) Provide the ID of the proposition, you want to create a document on.</p>\n","type":"text/plain"},"key":"proposition_id","value":""},{"description":{"content":"<p>(required) Provide the localizaiton Id, so we can retrieve the correct tags for the specific langauge. Where the content is connected to.</p>\n","type":"text/plain"},"key":"localization_id","value":""}],"variable":[]}},"response":[],"_postman_id":"e4f3028d-c47a-46f5-a774-2e842435fab8"}],"id":"62003853-8357-45ab-a722-f3546a2095a0","_postman_id":"62003853-8357-45ab-a722-f3546a2095a0","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]},"isInherited":true,"source":{"_postman_id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","id":"478d41a7-fdf8-48f7-b84a-a2ace8267531","name":"Winning Proposal - P(ublic) API documentation: V1","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{app_user}}"},{"key":"password","value":"{{app_key}}"}]}},"event":[{"listen":"prerequest","script":{"id":"e2568b1e-6789-4511-a29c-fa5767d142d3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"04086d73-073a-4c0f-83f4-5c3ca9121152","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":""}]}