{"info":{"_postman_id":"896d5204-67a6-4869-9506-f763737b899f","name":"Wrebby API v1.0","description":"<html><head></head><body><h1 id=\"api\">API</h1>\n<p>Benvenuto nella documentazione API di Wrebby! Puoi usare le API di Wrebby per accedere ai diversi endpoints, dove potrai creare, modificare ed ottenere informazioni sui diversi oggetti memorizzati dentro Wrebby.</p>\n<p>Le risorse in questa guida ti permetteranno di sviluppare velocemente la tua applicazione e di interagire con la nostra piattaforma.</p>\n<p>Le API di Wrebby sono organizzate intorno a <a href=\"https://it.wikipedia.org/wiki/Representational_State_Transfer\">REST</a>. Le API sono disegnate per essere intuitive, con URL orientati alle risorse e con i codici HTTP utilizzati per indicare eventuali errori.</p>\n<p>Tutte le richieste devono essere passate per HTTPS.</p>\n<p>Le richieste e le risposte utilizzano <strong>JSON</strong> per formattare le risorse, inclusi gli errori.</p>\n<p>Per qualsiasi dubbio puoi scrivere a <a href=\"mailto:help@wrebby.com\">help@wrebby.com</a>.</p>\n<hr>\n<h2 id=\"endpoint\">Endpoint</h2>\n<p>Quando si ha un <em>access_token</em> si può interagire con le API di Wrebby per conto dell'utente che ha concesso l'autorizzazione e a cui è associato quel <em>access_token</em>.</p>\n<p>Gli endpoint, cioè gli indirizzi, a cui puoi collegarti sono elencati in questo documento. Tutte le richieste devono venire fatte via JSON attraverso HTTPS.</p>\n<hr>\n<h2 id=\"autenticazione\">Autenticazione</h2>\n<p>Wrebby permette l'autenticazione delle API mediante:</p>\n<ul>\n<li>Utilizzo diretto di un <em>access token</em> <strong>JWT</strong> (JSON Web Token) per utilizzare Wrebby con il proprio account, compiendo richieste per conto proprio.</li>\n</ul>\n<p>Si consiglia di utilizzare questo metodo per creare una web app o un plugin personale, che quindi interagisca unicamente con i propri dati e le informazioni memorizzate sulla piattaforma.</p>\n<hr>\n<h2 id=\"richiesta-access-token-jwt\">Richiesta Access Token JWT</h2>\n<p>All'interno delle tue impostazioni del portale Wrebby, potrai recuperare il tuo <em>client_key</em>. In questo modo, potrai effettuare una richiesta di acquisizione dell'access token JWT mediante l'endpoint sottostante <strong>Recover Token</strong>. Lo potrai utilizzare per tutte le chiamate API che vorrai fare.</p>\n<p>Il token ha validità 7 giorni, dopodichè è necessario richiedere un nuovo <em>access_token</em>.</p>\n<hr>\n<h1 id=\"errori\">Errori</h1>\n<p>In caso di errore vengono restituiti uno dei seguenti codici come status code della richiesta HTTP.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Codice</th>\n<th>Significato</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400 - Bad Request</td>\n<td>La richiesta non può essere accettata</td>\n</tr>\n<tr>\n<td>401 - Unauthorized</td>\n<td>Le credenziali usate non sono valide</td>\n</tr>\n<tr>\n<td>403 - Forbidden</td>\n<td>L'utente non è autorizzato ad accedere a questo endpoint</td>\n</tr>\n<tr>\n<td>404 - Not Found</td>\n<td>Non è possibile trovare l'indirizzo richiesto</td>\n</tr>\n<tr>\n<td>405 - Method Not Allowed</td>\n<td>Il metodo utilizzato non è valido</td>\n</tr>\n<tr>\n<td>429 - Too Many Requests</td>\n<td>Troppe richieste in poco tempo</td>\n</tr>\n<tr>\n<td>500 - Internal Server Error</td>\n<td>Si è verificato un problema con il nostro server</td>\n</tr>\n<tr>\n<td>503 - Service Unavailable</td>\n<td>Il servizio è temporaneamente in manutenzione</td>\n</tr>\n</tbody>\n</table>\n</div><p>In alcuni casi, quando è possibile fornire una descrizione dell'errore, viene inviato un oggetto d'errore insiema alla risposta.</p>\n<p>Questo comprende un attributo <em>msg</em> che indica la descrizione dell'errore.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"API","slug":"api"},{"content":"Errori","slug":"errori"}],"owner":"10641256","collectionId":"896d5204-67a6-4869-9506-f763737b899f","publishedId":"SzS2x8F2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-14T18:56:38.000Z"},"item":[{"name":"Autenticazione","item":[{"name":"Recover Token","id":"85ff4239-133c-4f75-b970-4839f47b4e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"dev@wrebby.com","description":"<p>(String) Email dell'utente - OBBLIGATORIO</p>\n","type":"text"},{"key":"client_key","value":"a250ad98b6a5d567waf0789cec4d9c","description":"<p>(String) Client_key dell'utente presente nel menù impostazioni - OBBLIGATORIO</p>\n","type":"text"}]},"url":"https://api.wrebby.com/1.0/token","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per recuperare l'<em>access_token</em> JWT.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST inserendo le credenziali d'accesso nel body (vedi sotto) al server per autenticarsi e riceve in risposta l'<em>access_token</em> JWT da salvare ed inoltrare sempre nelle successive richieste richieste nell'apposito header. Il parametro <em>expires</em> è il timestamp che indica quando il token scade.</p>\n","urlObject":{"protocol":"https","path":["1.0","token"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"ddb8d7fb-41ba-4eae-844d-f61d369f98b8","name":"Response Not Valid","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"info@wrebby.com","type":"text"},{"key":"client_key","value":"a250ad98b6a5d567waf0789cec4d9c","description":"Password","type":"text"}]},"url":"https://api.wrebby.com/1.0/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Mar 2020 17:28:05 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.14"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"76"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Unauthenticated User\"\n}"},{"id":"f7eebb8e-b344-453e-8916-4b354b01235e","name":"Valid Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"dev@wrebby.com","description":"Indirizzo email","type":"text"},{"key":"client_key","value":"a250ad98b6a5d567waf0789cec4d9c","description":"Password","type":"text"}]},"url":"https://api.wrebby.com/1.0/token"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Mar 2020 17:22:58 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.14"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"273"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n\t\"token_type\": \"bearer\",\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ\",\n    \"expires\": 1594052578\n}"}],"_postman_id":"85ff4239-133c-4f75-b970-4839f47b4e90"},{"name":"Try Access Token","id":"629c535e-40f5-4bb0-827a-ef056d42f6d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ","description":"<p>Token JWT</p>\n","type":"text"}],"url":"https://api.wrebby.com/1.0/secure","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per controllare se l'utente è abilitato alla comunicazione con Wrebby.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta GET inserendo il token nell'header ma senza inoltrare dati/parametri. Il server risponde con una Response che convalida o meno l'abilitazione dell'utente.</p>\n","urlObject":{"protocol":"https","path":["1.0","secure"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"453cfd0d-3215-4876-94ea-22b41290072d","name":"Valid Access Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ","description":"Token JWT","type":"text"}],"url":"https://api.wrebby.com/1.0/secure"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Mar 2020 17:37:57 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"91"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"This route is secure!\",\n    \"sub\": \"dev@wrebby.com\"\n}"},{"id":"4ab5de26-3b6e-48f9-8a54-838b0bf66b34","name":"Token Not Found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","description":"Token JWT","type":"text"}],"url":"https://api.wrebby.com/1.0/secure"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Mar 2020 17:48:20 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"71"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Token not found\"\n}"},{"id":"af2fbd97-3fbd-4c79-b0b2-171713658213","name":"Error Access Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ","description":"Token JWT","type":"text"}],"url":"https://api.wrebby.com/1.0/secure"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Mar 2020 17:43:44 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"84"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Signature verification failed\"\n}"},{"id":"fd10ce2d-c484-4a24-a3c8-0eb3d26c6a5d","name":"Expired Token","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ","description":"Token JWT","type":"text"}],"url":"https://api.wrebby.com/1.0/secure"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 08 Mar 2020 17:49:31 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"71"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"error\",\n    \"message\": \"Expired token\"\n}"}],"_postman_id":"629c535e-40f5-4bb0-827a-ef056d42f6d4"}],"id":"b2ebf5b0-b54f-4848-a168-9de94e40b4b4","description":"<p>L'autenticazione dell'utente è fondamentale per definire la comunicazione tra la piattaforma dell'esposizione fieristica e Wrebby.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2c28942a-ae7c-4f14-98d8-e1522db931bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec3d3ed7-0582-4001-9515-eb9618c4442d","type":"text/javascript","exec":[""]}}],"_postman_id":"b2ebf5b0-b54f-4848-a168-9de94e40b4b4"},{"name":"Sponsor","item":[{"name":"Recover Info Sponsor","id":"cd3956bb-44d6-4306-bab2-eded2e60ed9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/sponsor/{name_event}/{year_event}/{id_sponsor}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per controllare la presenza dello sponsor all'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta GET inserendo il token JWT nell'header e sostituendo il campo {name_event} con un campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_sponsor} con un <em>Integer</em> che identifica univocamente lo sponsor in quella esposizione. Il server risponde con una Response che indica la presenza o meno dello sponsor alla manifestazione sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","sponsor","{name_event}","{year_event}","{id_sponsor}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"0b04f6bd-2ee7-4e03-b55b-90172a1c1377","name":"Valid Response","originalRequest":{"method":"GET","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/sponsor/testevent/2020/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Mar 2020 16:02:09 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"63"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Sponsor has been found\",\n    \"data\": {\n        \"id\": \"1\",\n        \"name\": \"Wrebby srl\",\n        \"vat\": \"IT02676660026\",\n        \"address\": \"Via Pier Carlo Boggio, 59\",\n        \"zip_code\": \"10138\",\n        \"city\": \"Torino\",\n        \"district\": \"TO\",\n        \"state\": \"IT\",\n        \"phone\": \"+393779940551\",\n        \"email\": \"info@wrebby.com\",\n        \"site\": \"www.wrebby.com\",\n        \"type\": \"GOLD\",\n        \"description\": \"This Sponsor have many features.\",\n        \"logo\": \"wrebby-logo.jpg\"\n    }\n}"},{"id":"4898b764-084e-4e73-8c55-97e223263237","name":"Response Not Valid","originalRequest":{"method":"GET","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/sponsor/testevent/2020/45"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Mar 2020 16:20:38 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"67"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Sponsor has not been found\"\n}"}],"_postman_id":"cd3956bb-44d6-4306-bab2-eded2e60ed9a"},{"name":"Insert Sponsor","id":"db8ddbcd-a3f9-44c3-a217-7a21f6fbd6b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"500","description":"<p>(Integer) Identificativo dello sponsor - OBBLIGATORIO</p>\n","type":"text"},{"description":"<p>(String) Ragione sociale dello sponsor - OBBLIGATORIO</p>\n","key":"name","type":"text","value":"Company srl"},{"description":"<p>(String) Partita IVA dello sponsor  - FACOLTATIVO</p>\n","key":"vat","type":"text","value":"IT43527834641"},{"description":"<p>(String) Sede Legale dello sponsor (campi separati dal carattere '-' -&gt; {street}-{zip_code}-{city}-{district}-{state} ) - OBBLIGATORIO</p>\n","key":"address","type":"text","value":"Via Boggio, 12-10158-Torino-TO- IT"},{"description":"<p>(String) Telefono dello sponsor - FACOLTATIVO</p>\n","key":"phone","type":"text","value":"011 547894"},{"description":"<p>(String) Indirizzo email dello sponsor - FACOLTATIVO</p>\n","key":"email","type":"text","value":"info@testsponsor.com"},{"description":"<p>(String) Sito web dello sponsor - OBBLIGATORIO</p>\n","key":"site","type":"text","value":"www.testsponsor.com"},{"description":"<p>(Enum) Tipologia dello sponsor all'evento type = {'GOLD', 'PLATINUM', 'BRONZE'} - FACOLTATIVO</p>\n","key":"type","type":"text","value":"GOLD"},{"description":"<p>(Text) Descrizione dello sponsor per l'evento in lingua italiana - FACOLTATIVO</p>\n","key":"descr_it","type":"text","value":"Lo sponsor si occupa di ..."},{"description":"<p>(Text) Descrizione dello sponsor per l'evento in lingua inglese - FACOLTATIVO</p>\n","key":"descr_en","type":"text","value":"Our sponsor deals with ..."},{"description":"<p>(File .png/.jpg) Logo dello sponsor - FACOLTATIVO</p>\n","key":"logo","type":"text","value":"logo.jpg"}]},"url":"https://api.wrebby.com/1.0/sponsor/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per inserire un nuovo sponsor all'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'iscrizione dello sponsor alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","sponsor","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"8850868d-9b64-4642-a252-39cb80febb6f","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"100","description":"(Integer) Identificatiovo dell'azienda - OBBLIGATORIO","type":"text"},{"contentType":"","description":"(String) Username dell'azienda - OBBLIGATORIO","key":"username","type":"text","value":"testcompany"},{"description":"(Integer) Codice di conferma per l'abilitazione dell'area riservata dell'azienda sulla piattaforma dell'evento - FACOLTATIVO","key":"code","type":"text","value":"366237"},{"description":"(String) Ragione sociale dell'azienda - OBBLIGATORIO","key":"name","type":"text","value":"Company srl"},{"description":"(String) Partita IVA dell'azienda  - FACOLTATIVO","key":"vat","type":"text","value":"IT43527834641"},{"description":"(String) Sede Legale dell'azienda (campi separati dal carattere '-' -> {street} - {zip_code} - {city} - {district} - {state} ) - OBBLIGATORIO","key":"address","type":"text","value":"Via Boggio, 12-10158-Torino-TO-IT"},{"description":"(String) Telefono dell'azienda - OBBLIGATORIO","key":"phone","type":"text","value":"011 547894"},{"description":"(String) Indirizzo email dell'azienda - OBBLIGATORIO","key":"email","type":"text","value":"info@testcompany.com"},{"description":"(String) Sito web dell'azienda - OBBLIGATORIO","key":"site","type":"text","value":"www.testcompany.com"},{"description":"(String) Posizione dell'azienda all'evento (più stand devo essere separati dal carattere ';' -> {stand1};{stand2}) - OBBLIGATORIO","key":"stand","type":"text","value":"A46;B03"},{"description":"(File .png/.jpg) Logo dell'azienda - FACOLTATIVO","key":"logo","type":"file","value":null,"disabled":true},{"description":"(String) Nominativo dell'azienda da contattare per l'evento - FACOLTATIVO","key":"contact","type":"text","value":"Name Surname - name@testcompany.com"},{"description":"(String) Fax dell'azienda - FACOLTATIVO","key":"fax","type":"text","value":"011 547800"},{"description":" - FACOLTATIVO","key":"descr_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"descr_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sol_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sol_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sector_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sector_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"new_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"new_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"ch_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"ch_en","type":"text","value":"","disabled":true},{"key":"enabled","value":"true","description":"(Boolean) Flag indicante lo stato dell'abilitazione del profilo aziendale (true = abilitato / false = disabilitato) - FACOLTATIVO","type":"text"}]},"url":"https://api.wrebby.com/1.0/sponsor/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Sponsor has been inserted\",\n    \"data\": {\n        \"id\": \"500\",\n        \"name\": \"Sponsor srl\",\n        \"vat\": \"IT43527834641\",\n        \"address\": \"Via Boggio, 12-10158-Torino-TO-IT\",\n        \"phone\": \"011 547894\",\n        \"email\": \"info@testsponsor.com\",\n        \"site\": \"www.testsponsor.com\",\n        \"type\": \"GOLD\",\n        \"descr_it\": \"Lo sponsor si occupa di ...\"\n    }\n}"},{"id":"3474551d-2f5f-4fcf-b703-d6547ac29af0","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"99","description":"(Integer) Identificativo dell'azienda - OBBLIGATORIO","type":"text"},{"contentType":"","description":"(String) Username dell'azienda - OBBLIGATORIO","key":"username","type":"text","value":"testcompany"},{"description":"(Integer) Codice di conferma per l'abilitazione dell'area riservata dell'azienda sulla piattaforma dell'evento - FACOLTATIVO","key":"code","type":"text","value":"366237"},{"description":"(String) Ragione sociale dell'azienda - OBBLIGATORIO","key":"name","type":"text","value":"Company srl"},{"description":"(String) Partita IVA dell'azienda  - FACOLTATIVO","key":"vat","type":"text","value":"IT43527834641"},{"description":"(String) Sede Legale dell'azienda (campi separati dal carattere '-' -> {street} - {zip_code} - {city} - {district} - {state} ) - OBBLIGATORIO","key":"address","type":"text","value":"Via Boggio, 12 - 10158 - Turin - TO - IT"},{"description":"(String) Telefono dell'azienda - OBBLIGATORIO","key":"phone","type":"text","value":"011 547894"},{"description":"(String) Indirizzo email dell'azienda - OBBLIGATORIO","key":"email","type":"text","value":"info@testcompany.com"},{"description":"(String) Sito web dell'azienda - OBBLIGATORIO","key":"site","type":"text","value":"www.testcompany.com"},{"description":"(String) Posizione dell'azienda all'evento (più stand devo essere separati dal carattere ';' -> {stand1};{stand2}) - OBBLIGATORIO","key":"stand","type":"text","value":"A46;B03"},{"description":"(File .png/.jpg) Logo dell'azienda - FACOLTATIVO","key":"logo","type":"file","src":"/Users/federico/Desktop/logo.jpg","disabled":true},{"description":"(String) Nominativo ed info del rappresentante dell'azienda da contattare per l'evento - FACOLTATIVO","key":"contact","type":"text","value":"Name Surname - name@testcompany.com"},{"description":"(String) Fax dell'azienda - FACOLTATIVO","key":"fax","type":"text","value":"011 547800"},{"description":"(String) Descrizione dell'azienda per l'evento in lingua italiana - FACOLTATIVO","key":"descr_it","type":"text","value":"L'azienda si occupa di ..."},{"description":"(String) Descrizione dell'azienda per l'evento in lingua inglese - FACOLTATIVO","key":"descr_en","type":"text","value":"Our company deals with ..."},{"description":" - FACOLTATIVO","key":"sol_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sol_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sector_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sector_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"new_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"new_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"ch_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"ch_en","type":"text","value":"","disabled":true}]},"url":"https://api.wrebby.com/1.0/sponsor/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Sponsor has not been inserted correctly. Retry!\"\n}"}],"_postman_id":"db8ddbcd-a3f9-44c3-a217-7a21f6fbd6b1"},{"name":"Edit Info Sponsor","id":"d2b1f2a5-06d2-4f3f-9309-266a18e84aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Company srl","type":"text","description":"<p>(String) Ragione sociale dello sponsor - FACOLTATIVO</p>\n"},{"key":"vat","value":"IT43527834641","type":"text","description":"<p>(String) Partita IVA dello sponsor  - FACOLTATIVO</p>\n"},{"key":"address","value":"Via Boggio, 12 - 10158 - Turin - TO - IT","type":"text","description":"<p>(String) Sede Legale dello sponsor (campi separati dal carattere '-' -&gt; {street} - {zip_code} - {city} - {district} - {state} ) - FACOLTATIVO</p>\n"},{"key":"phone","value":"011 547894","type":"text","description":"<p>(String) Telefono dello sponsor - FACOLTATIVO</p>\n"},{"key":"email","value":"info@testcompany.com","type":"text","description":"<p>(String) Indirizzo email dello sponsor - FACOLTATIVO</p>\n"},{"key":"site","value":"www.testcompany.com","type":"text","description":"<p>(String) Sito web dello sponsor - FACOLTATIVO</p>\n"},{"key":"type","value":"PLATINUM","type":"text","description":"<p>(Enum) Tipologia dello sponsor all'evento type = {'GOLD', 'PLATINUM', 'BRONZE'} - FACOLTATIVO</p>\n"},{"key":"descr_it","value":"Lo sponsor si occupa di ...","type":"text","description":"<p>(Text) Descrizione dello sponsor per l'evento in lingua italiana - FACOLTATIVO</p>\n"},{"key":"descr_en","value":"Our sponsor deals with ...","type":"text","description":"<p>(Text) Descrizione dello sponsor per l'evento in lingua inglese - FACOLTATIVO</p>\n"}]},"url":"https://api.wrebby.com/1.0/sponsor/{name_event}/{year_event}/{id_sponsor}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per modificare le informazioni dello sponsor all'esposizione fieristica.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta PUT (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_sponsor} con un <em>Integer</em> che identifica univocamente lo sponsor in quella esposizione) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuta modifica dello sponsor alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","sponsor","{name_event}","{year_event}","{id_sponsor}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"1d32a3d0-990d-4130-9257-41effb86d5bd","name":"Valid Response","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"stand","value":"A46;B03","type":"text"},{"key":"contact","value":"Name Surname - name@testcompany.com","type":"text"},{"key":"enabled","value":"true","type":"text"}]},"url":"https://api.wrebby.com/1.0/sponsor/testevent/2020/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Sponsor has been updated\",\n    \"data\": {\n        \"type\": \"BRONZE\",\n        \"descr_it\": \"Lo sponsor si occupa di ...\"\n    }\n}"},{"id":"4219297e-3daf-4468-963d-2e16f7175153","name":"Response Not Valid","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"stand","value":"A46;B03","type":"text"},{"key":"contact","value":"Name Surname - name@testcompany.com","type":"text"},{"key":"enabled","value":"true","type":"text"}]},"url":"https://api.wrebby.com/1.0/sponsor/testevent/2020/99"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Sponsor has not been updated correctly. Retry!\"\n}"}],"_postman_id":"d2b1f2a5-06d2-4f3f-9309-266a18e84aa7"},{"name":"Edit Logo Sponsor","id":"66f46ddf-b536-4ab8-8971-0df1d112756c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo dello sponsor - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"500"},{"description":"<p>(File .png/.jpg) Logo dello sponsor - OBBLIGATORIO</p>\n","key":"logo","type":"text","value":"logo.jpg"}]},"url":"https://api.wrebby.com/1.0/logo/sponsor/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per inserire/modificare il logo dello sponsor.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuto caricamento del logo dello sponsor.</p>\n","urlObject":{"protocol":"https","path":["1.0","logo","sponsor","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"2d12a6ab-23bb-4898-9dba-b4fb67883235","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"100","description":"(Integer) Identificatiovo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"logo","type":"file","src":"/Users/federico/Desktop/logo.jpg"}]},"url":"https://api.wrebby.com/1.0/logo/sponsor/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Sponsor has been inserted\",\n    \"data\": {\n        \"id\": \"500\",\n        \"logo\": \"logo.jpg\"\n    }\n}"},{"id":"85656f61-be84-48e1-b7da-0b73ddc6cdf7","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"99","description":"(Integer) Identificativo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"logo","type":"file","src":"/Users/federico/Desktop/logo.jpg"}]},"url":"https://api.wrebby.com/1.0/logo/sponsor/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Sponsor has not been inserted correctly. Retry!\"\n}"}],"_postman_id":"66f46ddf-b536-4ab8-8971-0df1d112756c"}],"id":"915a5783-7d58-4dcd-9c64-ffb1d0df042a","description":"<p>Gli sponsor sono l'elenco degli sponsor dell'esposizione fieristica.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"ca2e0cc3-d5a1-44a9-8ee0-84a158631aaa","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4af6f1e1-4df7-4e98-ad90-7f927ec4a04a","type":"text/javascript","exec":[""]}}],"_postman_id":"915a5783-7d58-4dcd-9c64-ffb1d0df042a"},{"name":"Aziende","item":[{"name":"Recover Info Company","id":"26328bdc-f63f-4580-8044-531b69c46fe1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/company/{name_event}/{year_event}/{id_company}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per controllare la presenza dell'azienda all'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta GET inserendo il token JWT nell'header e sostituendo il campo {name_event} con un campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_company} con un <em>Integer</em> che identifica univocamente l'azienda in quella esposizione. Il server risponde con una Response che indica la presenza o meno dell'azienda iscritta alla manifestazione sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","company","{name_event}","{year_event}","{id_company}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"2f268704-ad5e-458b-80b3-4e44d830e73d","name":"Response Not Valid","originalRequest":{"method":"GET","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/company/testevent/2020/45"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Mar 2020 16:20:38 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"67"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Company has not been found\"\n}"},{"id":"3054c5dc-34ea-431d-98e0-a2172cf0eeab","name":"Valid Response","originalRequest":{"method":"GET","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/company/testevent/2020/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Mar 2020 16:02:09 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"63"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Company has been found\",\n    \"data\": {\n        \"id\": \"1\",\n        \"name\": \"Wrebby srl\",\n        \"vat\": \"IT02676660026\",\n        \"address\": \"Via Pier Carlo Boggio, 59\",\n        \"zip_code\": \"10138\",\n        \"city\": \"Torino\",\n        \"district\": \"TO\",\n        \"state\": \"IT\",\n        \"phone\": \"+393779940551\",\n        \"email\": \"info@wrebby.com\",\n        \"site\": \"www.wrebby.com\",\n        \"stand\": \"B40;B42\",\n        \"logo\": \"wrebby-logo.jpg\",\n        \"is_enabled\": true\n    }\n}"}],"_postman_id":"26328bdc-f63f-4580-8044-531b69c46fe1"},{"name":"Insert Company","id":"84c1b237-9596-4d68-9fa5-927124b85c55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"100","description":"<p>(Integer) Identificativo dell'azienda - OBBLIGATORIO</p>\n","type":"text"},{"contentType":"","description":"<p>(String) Username dell'azienda - OBBLIGATORIO</p>\n","key":"username","type":"text","value":"testcompany"},{"description":"<p>(Integer) Codice di conferma per l'abilitazione dell'area riservata dell'azienda sulla piattaforma dell'evento - FACOLTATIVO</p>\n","key":"code","type":"text","value":"366237"},{"description":"<p>(String) Ragione sociale dell'azienda - OBBLIGATORIO</p>\n","key":"name","type":"text","value":"Company srl"},{"description":"<p>(String) Partita IVA dell'azienda  - FACOLTATIVO</p>\n","key":"vat","type":"text","value":"IT43527834641"},{"description":"<p>(String) Sede Legale dell'azienda (campi separati dal carattere '-' -&gt; {street}-{zip_code}-{city}-{district}-{state} ) - OBBLIGATORIO</p>\n","key":"address","type":"text","value":"Via Boggio, 12-10158-Torino-TO- IT"},{"description":"<p>(String) Telefono dell'azienda - OBBLIGATORIO</p>\n","key":"phone","type":"text","value":"011 547894"},{"description":"<p>(String) Indirizzo email dell'azienda - OBBLIGATORIO</p>\n","key":"email","type":"text","value":"info@testcompany.com"},{"description":"<p>(String) Sito web dell'azienda - OBBLIGATORIO</p>\n","key":"site","type":"text","value":"www.testcompany.com"},{"description":"<p>(String) Posizione dell'azienda all'evento (più stand devo essere separati dal carattere ';' -&gt; {stand1};{stand2}) - OBBLIGATORIO</p>\n","key":"stand","type":"text","value":"A46;B03"},{"description":"<p>(File .png/.jpg) Logo dell'azienda - FACOLTATIVO</p>\n","key":"logo","type":"text","value":"logo.jpg"},{"description":"<p>(String) Nominativo ed info del rappresentante dell'azienda da contattare per l'evento - FACOLTATIVO</p>\n","key":"contact","type":"text","value":"Name Surname - name@testcompany.com"},{"description":"<p>(String) Fax dell'azienda - FACOLTATIVO</p>\n","key":"fax","type":"text","value":"011 547800"},{"description":"<p>(Text) Descrizione dell'azienda per l'evento in lingua italiana - FACOLTATIVO</p>\n","key":"descr_it","type":"text","value":"L'azienda si occupa di ..."},{"description":"<p>(Text) Descrizione dell'azienda per l'evento in lingua inglese - FACOLTATIVO</p>\n","key":"descr_en","type":"text","value":"Our company deals with ..."},{"description":"<p>(Text) Descrizione delle soluzioni aziendali per l'evento in lingua italiana - FACOLTATIVO</p>\n","key":"sol_it","type":"text","value":"L'azienda offre differenti tipologie di soluzioni ..."},{"description":"<p>(Text) Descrizione delle soluzioni aziendali per l'evento in lingua inglese - FACOLTATIVO</p>\n","key":"sol_en","type":"text","value":"Our company offers different types of solutions ..."},{"description":"<p>(Text) Descrizione del settore aziendale in lingua italiana (più settori devo essere separati dal carattere ';' -&gt; {settore1};{settore2})  - FACOLTATIVO</p>\n","key":"sector_it","type":"text","value":"Produzione Agile"},{"description":"<p>(Text) Descrizione del settore aziendale in lingua inglese (più settori devo essere separati dal carattere ';' -&gt; {settore1};{settore2}) - FACOLTATIVO</p>\n","key":"sector_en","type":"text","value":"Lean Manufactoring"},{"description":"<p>(Text) Descrizione delle novità aziendali per l'evento  in lingua italiana - FACOLTATIVO</p>\n","key":"new_it","type":"text","value":"Descrizione nuovi prodotti o servizi"},{"description":"<p>(Text) Descrizione delle novità aziendali per l'evento  in lingua inglese - FACOLTATIVO</p>\n","key":"new_en","type":"text","value":"Description of new products or services"},{"description":"<p>(Text) Descrizione dei Casi Appplicativi aziendali per l'evento in lingua italiana - FACOLTATIVO</p>\n","key":"ch_it","type":"text","value":"L'azienda ha ottenuto risultati importanti attraverso ..."},{"description":"<p>(Text) Descrizione dei Case History aziendali per l'evento in lingua inglese - FACOLTATIVO</p>\n","key":"ch_en","type":"text","value":"Our company has achieved important results through ..."},{"key":"enabled","value":"true","description":"<p>(Boolean) Flag indicante lo stato dell'abilitazione del profilo aziendale (true = abilitato / false = disabilitato) - FACOLTATIVO</p>\n","type":"text"}]},"url":"https://api.wrebby.com/1.0/company/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per inserire una nuova azienda all'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'iscrizione dell'azienda alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","company","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"9b9f9231-a604-4ec2-9e65-f547a22171c7","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"100","description":"(Integer) Identificatiovo dell'azienda - OBBLIGATORIO","type":"text"},{"contentType":"","description":"(String) Username dell'azienda - OBBLIGATORIO","key":"username","type":"text","value":"testcompany"},{"description":"(Integer) Codice di conferma per l'abilitazione dell'area riservata dell'azienda sulla piattaforma dell'evento - FACOLTATIVO","key":"code","type":"text","value":"366237"},{"description":"(String) Ragione sociale dell'azienda - OBBLIGATORIO","key":"name","type":"text","value":"Company srl"},{"description":"(String) Partita IVA dell'azienda  - FACOLTATIVO","key":"vat","type":"text","value":"IT43527834641"},{"description":"(String) Sede Legale dell'azienda (campi separati dal carattere '-' -> {street} - {zip_code} - {city} - {district} - {state} ) - OBBLIGATORIO","key":"address","type":"text","value":"Via Boggio, 12-10158-Torino-TO-IT"},{"description":"(String) Telefono dell'azienda - OBBLIGATORIO","key":"phone","type":"text","value":"011 547894"},{"description":"(String) Indirizzo email dell'azienda - OBBLIGATORIO","key":"email","type":"text","value":"info@testcompany.com"},{"description":"(String) Sito web dell'azienda - OBBLIGATORIO","key":"site","type":"text","value":"www.testcompany.com"},{"description":"(String) Posizione dell'azienda all'evento (più stand devo essere separati dal carattere ';' -> {stand1};{stand2}) - OBBLIGATORIO","key":"stand","type":"text","value":"A46;B03"},{"description":"(File .png/.jpg) Logo dell'azienda - FACOLTATIVO","key":"logo","type":"file","value":null,"disabled":true},{"description":"(String) Nominativo dell'azienda da contattare per l'evento - FACOLTATIVO","key":"contact","type":"text","value":"Name Surname - name@testcompany.com"},{"description":"(String) Fax dell'azienda - FACOLTATIVO","key":"fax","type":"text","value":"011 547800"},{"description":" - FACOLTATIVO","key":"descr_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"descr_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sol_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sol_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sector_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sector_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"new_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"new_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"ch_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"ch_en","type":"text","value":"","disabled":true},{"key":"enabled","value":"true","description":"(Boolean) Flag indicante lo stato dell'abilitazione del profilo aziendale (true = abilitato / false = disabilitato) - FACOLTATIVO","type":"text"}]},"url":"https://api.wrebby.com/1.0/company/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Company has been inserted\",\n    \"data\": {\n        \"id\": \"100\",\n        \"username\": \"testcompany\",\n        \"code\": \"366237\",\n        \"name\": \"Company srl\",\n        \"vat\": \"IT43527834641\",\n        \"address\": \"Via Boggio, 12-10158-Torino-TO-IT\",\n        \"phone\": \"011 547894\",\n        \"email\": \"info@testcompany.com\",\n        \"site\": \"www.testcompany.com\",\n        \"stand\": \"A46;B03\",\n        \"contact\": \"Name Surname - name@testcompany.com\",\n        \"fax\": \"011 547800\",\n        \"enabled\": true \n    }\n}"},{"id":"e12a03c1-6170-4430-95da-226ffb838de8","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"99","description":"(Integer) Identificativo dell'azienda - OBBLIGATORIO","type":"text"},{"contentType":"","description":"(String) Username dell'azienda - OBBLIGATORIO","key":"username","type":"text","value":"testcompany"},{"description":"(Integer) Codice di conferma per l'abilitazione dell'area riservata dell'azienda sulla piattaforma dell'evento - FACOLTATIVO","key":"code","type":"text","value":"366237"},{"description":"(String) Ragione sociale dell'azienda - OBBLIGATORIO","key":"name","type":"text","value":"Company srl"},{"description":"(String) Partita IVA dell'azienda  - FACOLTATIVO","key":"vat","type":"text","value":"IT43527834641"},{"description":"(String) Sede Legale dell'azienda (campi separati dal carattere '-' -> {street} - {zip_code} - {city} - {district} - {state} ) - OBBLIGATORIO","key":"address","type":"text","value":"Via Boggio, 12 - 10158 - Turin - TO - IT"},{"description":"(String) Telefono dell'azienda - OBBLIGATORIO","key":"phone","type":"text","value":"011 547894"},{"description":"(String) Indirizzo email dell'azienda - OBBLIGATORIO","key":"email","type":"text","value":"info@testcompany.com"},{"description":"(String) Sito web dell'azienda - OBBLIGATORIO","key":"site","type":"text","value":"www.testcompany.com"},{"description":"(String) Posizione dell'azienda all'evento (più stand devo essere separati dal carattere ';' -> {stand1};{stand2}) - OBBLIGATORIO","key":"stand","type":"text","value":"A46;B03"},{"description":"(File .png/.jpg) Logo dell'azienda - FACOLTATIVO","key":"logo","type":"file","src":"/Users/federico/Desktop/logo.jpg","disabled":true},{"description":"(String) Nominativo ed info del rappresentante dell'azienda da contattare per l'evento - FACOLTATIVO","key":"contact","type":"text","value":"Name Surname - name@testcompany.com"},{"description":"(String) Fax dell'azienda - FACOLTATIVO","key":"fax","type":"text","value":"011 547800"},{"description":"(String) Descrizione dell'azienda per l'evento in lingua italiana - FACOLTATIVO","key":"descr_it","type":"text","value":"L'azienda si occupa di ..."},{"description":"(String) Descrizione dell'azienda per l'evento in lingua inglese - FACOLTATIVO","key":"descr_en","type":"text","value":"Our company deals with ..."},{"description":" - FACOLTATIVO","key":"sol_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sol_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sector_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"sector_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"new_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"new_en","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"ch_it","type":"text","value":"","disabled":true},{"description":" - FACOLTATIVO","key":"ch_en","type":"text","value":"","disabled":true}]},"url":"https://api.wrebby.com/1.0/company/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Company has not been inserted correctly. Retry!\"\n}"}],"_postman_id":"84c1b237-9596-4d68-9fa5-927124b85c55"},{"name":"Edit Info Company","id":"31c18a03-97dd-479f-98d3-bee1f3bb01c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"testcompany","type":"text","description":"<p>(String) Username dell'azienda - FACOLTATIVO</p>\n"},{"key":"code","value":"366237","type":"text","description":"<p>(Integer) Codice di conferma per l'abilitazione dell'area riservata dell'azienda sulla piattaforma dell'evento - FACOLTATIVO</p>\n"},{"key":"name","value":"Company srl","type":"text","description":"<p>(String) Ragione sociale dell'azienda - FACOLTATIVO</p>\n"},{"key":"vat","value":"IT43527834641","type":"text","description":"<p>(String) Partita IVA dell'azienda  - FACOLTATIVO</p>\n"},{"key":"address","value":"Via Boggio, 12 - 10158 - Turin - TO - IT","type":"text","description":"<p>(String) Sede Legale dell'azienda (campi separati dal carattere '-' -&gt; {street} - {zip_code} - {city} - {district} - {state} ) - FACOLTATIVO</p>\n"},{"key":"phone","value":"011 547894","type":"text","description":"<p>(String) Telefono dell'azienda - FACOLTATIVO</p>\n"},{"key":"email","value":"info@testcompany.com","type":"text","description":"<p>(String) Indirizzo email dell'azienda - FACOLTATIVO</p>\n"},{"key":"site","value":"www.testcompany.com","type":"text","description":"<p>(String) Sito web dell'azienda - FACOLTATIVO</p>\n"},{"key":"stand","value":"A46;B03","type":"text","description":"<p>(String) Posizione dell'azienda all'evento (più stand devo essere separati dal carattere ';' -&gt; {stand1};{stand2}) - FACOLTATIVO</p>\n"},{"key":"contact","value":"Name Surname - name@testcompany.com","type":"text","description":"<p>(String) Nominativo ed info del rappresentante dell'azienda da contattare per l'evento - FACOLTATIVO</p>\n"},{"key":"fax","value":"011 547800","type":"text","description":"<p>(String) Fax dell'azienda - FACOLTATIVO</p>\n"},{"key":"descr_it","value":"L'azienda si occupa di ...","type":"text","description":"<p>(Text) Descrizione dell'azienda per l'evento in lingua italiana - FACOLTATIVO</p>\n"},{"key":"descr_en","value":"Our company deals with ...","type":"text","description":"<p>(Text) Descrizione dell'azienda per l'evento in lingua inglese - FACOLTATIVO</p>\n"},{"key":"sol_it","value":"L'azienda offre differenti tipologie di soluzioni ...","type":"text","description":"<p>(Text) Descrizione delle soluzioni aziendali per l'evento in lingua italiana - FACOLTATIVO</p>\n"},{"key":"sol_en","value":"Our company offers different types of solutions ...","type":"text","description":"<p>(Text) Descrizione delle soluzioni aziendali per l'evento in lingua inglese - FACOLTATIVO</p>\n"},{"key":"sector_it","value":"Produzione Agile","type":"text","description":"<p>(Text) Descrizione del settore aziendale in lingua italiana (più settori devo essere separati dal carattere ';' -&gt; {settore1};{settore2})  - FACOLTATIVO</p>\n"},{"key":"sector_en","value":"Lean Manufactoring","type":"text","description":"<p>(Text) Descrizione del settore aziendale in lingua inglese (più settori devo essere separati dal carattere ';' -&gt; {settore1};{settore2}) - FACOLTATIVO</p>\n"},{"key":"new_it","value":"Descrizione nuovi prodotti o servizi","type":"text","description":"<p>(Text) Descrizione delle novità aziendali per l'evento  in lingua italiana - FACOLTATIVO</p>\n"},{"key":"new_en","value":"Description of new products or services","type":"text","description":"<p>(Text) Descrizione delle novità aziendali per l'evento  in lingua inglese - FACOLTATIVO</p>\n"},{"key":"ch_it","value":"L'azienda ha ottenuto risultati importanti attraverso ...","type":"text","description":"<p>(Text) Descrizione dei Casi Appplicativi aziendali per l'evento in lingua italiana - FACOLTATIVO</p>\n"},{"key":"ch_en","value":"Our company has achieved important results through ...","type":"text","description":"<p>(Text) Descrizione dei Case History aziendali per l'evento in lingua inglese - FACOLTATIVO</p>\n"},{"key":"enabled","value":"true","type":"text","description":"<p>(Boolean) Flag indicante lo stato dell'abilitazione del profilo aziendale (true = abilitato / false = disabilitato) - FACOLTATIVO</p>\n"}]},"url":"https://api.wrebby.com/1.0/company/{name_event}/{year_event}/{id_company}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per modificare le informazioni dell'azienda all'esposizione fieristica.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta PUT (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_company} con un <em>Integer</em> che identifica univocamente l'azienda in quella esposizione) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuta modifica dell'azienda alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","company","{name_event}","{year_event}","{id_company}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"22eee229-4e02-4da8-9aee-783a42b2aaab","name":"Response Not Valid","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"stand","value":"A46;B03","type":"text"},{"key":"contact","value":"Name Surname - name@testcompany.com","type":"text"},{"key":"enabled","value":"true","type":"text"}]},"url":"https://api.wrebby.com/1.0/company/testevent/2020/99"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Company has not been updated correctly. Retry!\"\n}"},{"id":"a6059a00-1fbd-4f3d-90ea-4eddcda2ab7b","name":"Valid Response","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"stand","value":"A46;B03","type":"text"},{"key":"contact","value":"Name Surname - name@testcompany.com","type":"text"},{"key":"enabled","value":"true","type":"text"}]},"url":"https://api.wrebby.com/1.0/company/testevent/2020/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Company has been updated\",\n    \"data\": {\n        \"stand\": \"A46;B03\",\n        \"contact\": \"Name Surname - name@testcompany.com\",\n        \"enabled\": true\n    }\n}"}],"_postman_id":"31c18a03-97dd-479f-98d3-bee1f3bb01c8"},{"name":"Edit Logo Company","id":"76462693-b470-4c87-8db3-4c705580c09d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo dell'azienda - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"100"},{"description":"<p>(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO</p>\n","key":"logo","type":"text","value":"logo.jpg"}]},"url":"https://api.wrebby.com/1.0/logo/company/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per inserire/modificare il logo aziendale.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuto caricamento del logo aziendale.</p>\n","urlObject":{"protocol":"https","path":["1.0","logo","company","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"5eb5537c-c214-4da9-91be-334e26ad958c","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"100","description":"(Integer) Identificatiovo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"logo","type":"file","src":"/Users/federico/Desktop/logo.jpg"}]},"url":"https://api.wrebby.com/1.0/logo/company/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Company has been inserted\",\n    \"data\": {\n        \"id\": \"100\",\n        \"logo\": \"logo.jpg\"\n    }\n}"},{"id":"62ba2fce-b6d0-40f6-8caa-e192d1dbcc2b","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"99","description":"(Integer) Identificativo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"logo","type":"file","src":"/Users/federico/Desktop/logo.jpg"}]},"url":"https://api.wrebby.com/1.0/logo/company/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Company has not been inserted correctly. Retry!\"\n}"}],"_postman_id":"76462693-b470-4c87-8db3-4c705580c09d"},{"name":"Recover Visitors of Company","id":"52ab1523-98bf-41df-9389-98ab5f8e69b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/visitors/{name_event}/{year_event}/{id_company}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per recuperare i dati dei visitatori dell'azienda all'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta GET inserendo il token JWT nell'header e sostituendo il campo {name_event} con un campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_company} con un <em>Integer</em> che identifica univocamente l'azienda in quella esposizione. Il server risponde con una Response che indica la presenza o meno dei visitatori in uno stand espositivo.</p>\n","urlObject":{"protocol":"https","path":["1.0","visitors","{name_event}","{year_event}","{id_company}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"7bcef4b5-6fce-43d4-aa14-e681680d6518","name":"Valid Response","originalRequest":{"method":"GET","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/visitors/testevent/2020/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Mar 2020 16:02:09 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"63"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"One o more visitor has been found\",\n    \"list\": [\n\t    {\n\t      \"id\": \"8\",\n\t      \"name\": \"Alberto\",\n\t      \"surname\": \"Rossi\",\n\t      \"type\": \"other\"\n\t    },\n\t    {\n\t      \"id\": \"9\",\n\t      \"name\": \"Giovanni\",\n\t      \"surname\": \"Bianchi\",\n\t      \"type\": \"other\"\n\t    }\n    ]\n}"},{"id":"f3b24908-38de-4b83-8469-65338a4f8ad5","name":"Response Not Valid","originalRequest":{"method":"GET","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/visitors/testevent/2020/99"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Visitors were not found\"\n}"}],"_postman_id":"52ab1523-98bf-41df-9389-98ab5f8e69b2"}],"id":"d5278180-a78d-4e9d-bfcd-99a221799058","description":"<p>Le aziende sono l'elenco degli espositori partecipanti all'esposizione fieristica definita dall'organizzatore.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2c28942a-ae7c-4f14-98d8-e1522db931bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec3d3ed7-0582-4001-9515-eb9618c4442d","type":"text/javascript","exec":[""]}}],"_postman_id":"d5278180-a78d-4e9d-bfcd-99a221799058"},{"name":"Visitatori","item":[{"name":"Recover Info Visitor","id":"d892cdca-bdcb-4603-9ac3-d40b0a336400","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/visitor/{name_event}/{year_event}/{id_visitor}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per controllare la presenza del visitatore all'esposizione fieristica indicata. </p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta GET inserendo il token JWT nell'header e sostituendo il campo {name_event} con un campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_visitor} con un <em>Integer</em> che identifica univocamente il visitatore in quella esposizione. Il server risponde con una Response che indica la presenza del visitatore iscritto alla manifestazione sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","visitor","{name_event}","{year_event}","{id_visitor}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"549ee7c3-6bbd-4863-9d50-1f4ea903f5a6","name":"Valid Response","originalRequest":{"method":"GET","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/visitor/testevent/2020/46"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Mar 2020 16:02:09 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"63"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Visitor has been found\",\n    \"data\": {\n        \"id\": \"46\",\n        \"name\": \"Alessandro\",\n        \"surname\": \"Bianchi\",\n        \"type\": \"other\"\n    }\n}"},{"id":"e3930a40-ffe0-4831-8dce-89f4dc817edf","name":"Response Not Valid","originalRequest":{"method":"GET","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/visitor/testevent/2020/47"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Mar 2020 16:20:38 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"67"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Visitor has not been found\"\n}"}],"_postman_id":"d892cdca-bdcb-4603-9ac3-d40b0a336400"},{"name":"Insert Visitor","id":"122459ad-f1ea-4b63-b4b1-5b1a25d94fde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo del visitatore - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"50"},{"contentType":"","description":"<p>(String) Username del visitatore - OBBLIGATORIO</p>\n","key":"username","type":"text","value":"testvisitor"},{"description":"<p>(Integer) Codice di conferma per l'abilitazione dell'area riservata del visitatore sulla piattaforma dell'evento - FACOLTATIVO</p>\n","key":"code","type":"text","value":"355237"},{"description":"<p>(String) Nome del visitatore - OBBLIGATORIO</p>\n","key":"name","type":"text","value":"Francesco"},{"description":"<p>(String) Cognome del visitatore - OBBLIGATORIO</p>\n","key":"surname","type":"text","value":"Rossi"},{"description":"<p>(String) Ragione sociale dell'azienda del visitatore - FACOLTATIVO</p>\n","key":"company","type":"text","value":"Company SRL"},{"description":"<p>(String) Ruolo all'interno dell'azienda - FACOLTATIVO</p>\n","key":"role","type":"text","value":"Direttore Generale"},{"description":"<p>(String) Posizione lavorativa - FACOLTATIVO</p>\n","key":"job","type":"text","value":"CEO"},{"key":"website","value":"www.testvisitor.com","description":"<p>(String) Sito web - FACOLTATIVO</p>\n","type":"text"},{"description":"<p>(String) Telefono del visitatore - OBBLIGATORIO</p>\n","key":"phone","type":"text","value":"+39 352 6458889"},{"description":"<p>(String) Indirizzo email del visitatore - OBBLIGATORIO</p>\n","key":"email","type":"text","value":"visitor@gmail.com"},{"description":"<p>(String) Indirizzo - FACOLTATIVO</p>\n","key":"address","type":"text","value":"Via Po, 1"},{"key":"zip_code","value":"10158","description":"<p>(String) CAP - FACOLTATIVO</p>\n","type":"text"},{"key":"city","value":"Torino","description":"<p>(String) Città - FACOLTATIVO</p>\n","type":"text"},{"key":"district","value":"TO","description":"<p>(String) Provincia - FACOLTATIVO</p>\n","type":"text"},{"key":"state","value":"IT","description":"<p>(String) Stato - FACOLTATIVO</p>\n","type":"text"},{"description":"<p>(File .pdf) Biglietto dell'evento - FACOLTATIVO</p>\n","key":"ticket","type":"text","value":"ticket.pdf"},{"description":"<p>(Text) Descrizione del visitatore - FACOLTATIVO</p>\n","key":"descr","type":"text","value":"Il visitatore si occupa di ..."},{"key":"reservedarea","value":"true","description":"<p>(Boolean) Flag indicante lo stato dell'abilitazione dell'area riservata (true = abilitato / false = disabilitato) - OBBLIGATORIO</p>\n","type":"text"},{"key":"active","value":"false","description":"<p>(Boolean) Flag indicante lo stato dell'abilitazione del profilo privato (true = abilitato / false = disabilitato) - OBBLIGATORIO</p>\n","type":"text"}]},"url":"https://api.wrebby.com/1.0/visitor/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per inserire un nuovo visitatore nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'iscrizione del visitatore alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","visitor","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"a0cb9fed-3a47-428f-99bb-d8ab44b37b96","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"59","type":"text","description":"(Integer) Identificativo del visitatore - OBBLIGATORIO"},{"key":"username","value":"testvisitor","type":"text","description":"(String) Username del visitatore - OBBLIGATORIO"},{"key":"code","value":"352237","type":"text","description":"(Integer) Codice di conferma per l'abilitazione dell'area riservata del visitatore sulla piattaforma dell'evento - FACOLTATIVO"},{"key":"name","value":"Francesca","type":"text","description":"(String) Nome del visitatore - OBBLIGATORIO"},{"key":"surname","value":"Rossi","type":"text","description":"(String) Cognome del visitatore - OBBLIGATORIO"},{"key":"phone","value":"+39 352 6451189","type":"text","description":"(String) Ragione sociale dell'azienda del visitatore - FACOLTATIVO"},{"key":"email","value":"visitor2@gmail.com","type":"text","description":"(String) Ruolo all'interno dell'azienda - FACOLTATIVO"},{"key":"reservedarea","value":"true","type":"text","description":"(String) Posizione lavorativa - FACOLTATIVO"},{"key":"active","value":"false","type":"text","description":"(String) Sito web - FACOLTATIVO"}]},"url":"https://api.wrebby.com/1.0/visitor/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Visitor has not been inserted correctly. Retry!\"\n}"},{"id":"f6667e68-e68e-483b-a8d3-0f3b8acfcc51","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"50","type":"text"},{"key":"username","value":"testvisitor","type":"text"},{"key":"code","value":"355237","type":"text"},{"key":"name","value":"Francesco","type":"text"},{"key":"surname","value":"Rossi","type":"text"},{"key":"phone","value":"+39 352 6458889","type":"text"},{"key":"email","value":"visitor@gmail.com","type":"text"},{"key":"reservedarea","value":"true","type":"text"},{"key":"active","value":"false","type":"text"}]},"url":"https://api.wrebby.com/1.0/visitor/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Visitor has been inserted\",\n    \"data\": {\n        \"id\": \"50\",\n        \"username\": \"testvisitor\",\n        \"code\": \"355237\",\n        \"name\": \"Francesco\",\n        \"surname\": \"Rossi\",\n        \"phone\": \"+39 352 6458889\",\n        \"email\": \"visitor@gmail.com\",\n        \"reservedarea\": true,\n        \"active\": false       \n    }\n}"}],"_postman_id":"122459ad-f1ea-4b63-b4b1-5b1a25d94fde"},{"name":"Edit Info Visitor","id":"78debb6c-58d6-4464-a67b-ba4553ba7c6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(String) Username del visitatore - FACOLTATIVO</p>\n","key":"username","type":"text","value":"testvisitor"},{"description":"<p>(Integer) Codice di conferma per l'abilitazione dell'area riservata del visitatore sulla piattaforma dell'evento - FACOLTATIVO</p>\n","key":"code","type":"text","value":"355237"},{"description":"<p>(String) Nome del visitatore - FACOLTATIVO</p>\n","key":"name","type":"text","value":"Francesco"},{"description":"<p>(String) Cognome del visitatore - FACOLTATIVO</p>\n","key":"surname","type":"text","value":"Rossi"},{"description":"<p>(String) Ragione sociale dell'azienda del visitatore - FACOLTATIVO</p>\n","key":"company","type":"text","value":"Company SRL"},{"description":"<p>(String) Ruolo all'interno dell'azienda - FACOLTATIVO</p>\n","key":"role","type":"text","value":"Direttore Generale"},{"description":"<p>(String) Posizione lavorativa - FACOLTATIVO</p>\n","key":"job","type":"text","value":"CEO"},{"description":"<p>(String) Sito web - FACOLTATIVO</p>\n","key":"website","type":"text","value":"www.testvisitor.com"},{"description":"<p>(String) Telefono del visitatore - OBBLIGATORIO</p>\n","key":"phone","type":"text","value":"+39 352 6458889"},{"description":"<p>(String) Indirizzo email del visitatore - OBBLIGATORIO</p>\n","key":"email","type":"text","value":"visitor@gmail.com"},{"description":"<p>(String) Indirizzo - FACOLTATIVO</p>\n","key":"address","type":"text","value":"Via Po, 1"},{"description":"<p>(String) CAP - FACOLTATIVO</p>\n","key":"postalcode","type":"text","value":"10158"},{"description":"<p>(String) Città - FACOLTATIVO</p>\n","key":"city","type":"text","value":"Torino"},{"description":"<p>(String) Provincia - FACOLTATIVO</p>\n","key":"district","type":"text","value":"TO"},{"description":"<p>(String) Stato - FACOLTATIVO</p>\n","key":"nation","type":"text","value":"IT"},{"description":"<p>(Text) Descrizione del visitatore - FACOLTATIVO</p>\n","key":"descr","type":"text","value":"Il visitatore si occupa di ..."},{"description":"<p>(Boolean) Flag indicante lo stato dell'abilitazione dell'area riservata (true = abilitato / false = disabilitato) - OBBLIGATORIO</p>\n","key":"reservedarea","type":"text","value":"true"},{"description":"<p>(Boolean) Flag indicante lo stato dell'abilitazione del profilo privato (true = abilitato / false = disabilitato) - OBBLIGATORIO</p>\n","key":"active","type":"text","value":"false"}]},"url":"https://api.wrebby.com/1.0/visitor/{name_event}/{year_event}/{id_visitor}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per modificare le informazioni del visitatore nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta PUT (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_visitor} con un <em>Integer</em> che identifica univocamente il visitatore in quella esposizione) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuta modifica del profilo del visitatore alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","visitor","{name_event}","{year_event}","{id_visitor}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"d0d7c16c-2ee0-4f4e-ab97-ce7d7d675bbc","name":"Valid Response","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"testvisitor","type":"text","disabled":true},{"key":"phone","value":"+39 352 6458889","type":"text"},{"key":"email","value":"visitor@gmail.com","type":"text"},{"key":"reservedarea","value":"true","type":"text"},{"key":"active","value":"true","type":"text"}]},"url":"https://api.wrebby.com/1.0/visitor/testevent/2020/50"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Visitor has been updated\",\n    \"data\": {\n        \"phone\": \"+39 352 6458889\",\n        \"email\": \"visitor@gmail.com\",\n        \"reservedarea\": true,\n        \"active\": true\n    }\n}"},{"id":"f4a4b42e-29d7-4dec-a382-07773737138b","name":"Response Not Valid","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"(String) Username del visitatore - FACOLTATIVO","key":"username","type":"text","value":"testvisitor"},{"description":"(Integer) Codice di conferma per l'abilitazione dell'area riservata del visitatore sulla piattaforma dell'evento - FACOLTATIVO","key":"code","type":"text","value":"355237"},{"description":"(String) Nome del visitatore - FACOLTATIVO","key":"name","type":"text","value":"Francesco"},{"description":"(String) Cognome del visitatore - FACOLTATIVO","key":"surname","type":"text","value":"Rossi"},{"description":"(String) Ragione sociale dell'azienda del visitatore - FACOLTATIVO","key":"company","type":"text","value":"Company SRL"},{"description":"(String) Ruolo all'interno dell'azienda - FACOLTATIVO","key":"role","type":"text","value":"Direttore Generale"},{"description":"(String) Posizione lavorativa - FACOLTATIVO","key":"job","type":"text","value":"CEO"},{"description":"(String) Sito web - FACOLTATIVO","key":"website","type":"text","value":"www.testvisitor.com"},{"description":"(String) Telefono del visitatore - OBBLIGATORIO","key":"phone","type":"text","value":"+39 352 6458889"},{"description":"(String) Indirizzo email del visitatore - OBBLIGATORIO","key":"email","type":"text","value":"visitor@gmail.com"},{"description":"(String) Indirizzo - FACOLTATIVO","key":"address","type":"text","value":"Via Po, 1"},{"description":"(String) CAP - FACOLTATIVO","key":"postalcode","type":"text","value":"10158"},{"description":"(String) Città - FACOLTATIVO","key":"city","type":"text","value":"Torino"},{"description":"(String) Provincia - FACOLTATIVO","key":"district","type":"text","value":"TO"},{"description":"(String) Stato - FACOLTATIVO","key":"nation","type":"text","value":"IT"},{"description":"(Text) Descrizione del visitatore - FACOLTATIVO","key":"descr","type":"text","value":"Il visitatore si occupa di ..."},{"description":"(Boolean) Flag indicante lo stato dell'abilitazione dell'area riservata (true = abilitato / false = disabilitato) - OBBLIGATORIO","key":"reservedarea","type":"text","value":"true"},{"description":"(Boolean) Flag indicante lo stato dell'abilitazione del profilo privato (true = abilitato / false = disabilitato) - OBBLIGATORIO","key":"active","type":"text","value":"false"}]},"url":"https://api.wrebby.com/1.0/visitor/testevent/2020/59"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Visitor has not been updated correctly. Retry!\"\n}"}],"_postman_id":"78debb6c-58d6-4464-a67b-ba4553ba7c6e"},{"name":"Edit Ticket Visitor","id":"38510ca9-f541-4a61-9701-04de00a76181","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo del visitatore - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"50"},{"description":"<p>(File .pdf) Biglietto del visitatore - OBBLIGATORIO</p>\n","key":"ticket","type":"text","value":"ticket.pdf"}]},"url":"https://api.wrebby.com/1.0/ticket/visitor/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per inserire/modificare il ticket dei visitatori per l'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuto caricamento del ticket per la manifestazione.</p>\n","urlObject":{"protocol":"https","path":["1.0","ticket","visitor","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"71dbae22-0e0e-4d3f-a3ff-c4d08f47e237","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"100","description":"(Integer) Identificatiovo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"ticket","type":"file","src":"/Users/federico/Desktop/ticket.pdf"}]},"url":"https://api.wrebby.com/1.0/ticket/visitor/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Ticket has been correctly associated\",\n    \"data\": {\n        \"id\": \"100\",\n        \"ticket\": \"ticket.pdf\"\n    }\n}"},{"id":"c6911d27-40e4-431b-880c-78b3ee77d045","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"99","description":"(Integer) Identificativo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"ticket","type":"file","src":"/Users/federico/Desktop/ticket.pdf"}]},"url":"https://api.wrebby.com/1.0/ticket/visitor/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Ticket has not been associated. Retry!\"\n}"}],"_postman_id":"38510ca9-f541-4a61-9701-04de00a76181"}],"id":"a61f7e4b-8547-4f11-9948-a8215fb6bdb0","description":"<p>I visitatori sono l'elenco dei partecipanti (privati o aziende) all'esposizione fieristica definita dall'organizzatore.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2c28942a-ae7c-4f14-98d8-e1522db931bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec3d3ed7-0582-4001-9515-eb9618c4442d","type":"text/javascript","exec":[""]}}],"_postman_id":"a61f7e4b-8547-4f11-9948-a8215fb6bdb0"},{"name":"Eventi","item":[{"name":"Seminari","item":[{"name":"Insert Seminar","id":"f6c5c361-2723-4940-aeeb-73fb464564b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo del seminario - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"333"},{"description":"<p>(String) Nome del seminario - OBBLIGATORIO</p>\n","key":"name","type":"text","value":"Industria 4.0: I nuovi casi applicativi"},{"description":"<p>(String) Speaker del seminario - OBBLIGATORIO</p>\n","key":"speaker","type":"text","value":"Gruppo ASA"},{"description":"<p>(String) Posizione del seminario - OBBLIGATORIO</p>\n","key":"room","type":"text","value":"Sala 5"},{"description":"<p>(Datetime) Giorno del seminario YYYY-MM-DD - OBBLIGATORIO</p>\n","key":"day","type":"text","value":"2020-02-14"},{"description":"<p>(Time) Orario apertura HH:MM - OBBLIGATORIO</p>\n","key":"start","type":"text","value":"11:45"},{"description":"<p>(Time) Orario chiusura HH:MM - OBBLIGATORIO</p>\n","key":"end","type":"text","value":"13:00"},{"description":"<p>(Text) Descrizione del seminario - FACOLTATIVO</p>\n","key":"descr","type":"text","value":"Il seminario è rivolto a ..."},{"description":"<p>(File .pdf) Materiale relativo al seminario - FACOLTATIVO</p>\n","key":"material","type":"text","value":"material.pdf"}]},"url":"https://api.wrebby.com/1.0/seminar/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per inserire un nuovo evento Seminario nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica la registrazione del seminario alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","seminar","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"828deaf9-0474-4426-9552-f253f271e5d0","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"333","type":"text"},{"key":"name","value":"Industria 4.0: I nuovi casi applicativi","type":"text"},{"key":"speaker","value":"Gruppo ASA","type":"text"},{"key":"room","value":"Sala 5","type":"text"},{"key":"day","value":"2020-02-14","type":"text"},{"key":"start","value":"11:45","type":"text"},{"key":"end","value":"13:00","type":"text"}]},"url":"https://api.wrebby.com/1.0/seminar/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Seminar has been inserted\",\n    \"data\": {\n        \"id\": \"333\",\n        \"name\": \"Industria 4.0: I nuovi casi applicativi\",\n        \"speaker\": \"Gruppo ASA\",\n        \"room\": \"Sala 5\",\n        \"day\": \"2020-02-14\",\n        \"start\": \"11:45\",\n        \"end\": \"13:00\"     \n    }\n}"},{"id":"fa9aa51a-9313-4fef-bf9d-fb58d0262e0d","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"330","type":"text","description":"(Integer) Identificativo del visitatore - OBBLIGATORIO"},{"key":"name","value":"Industria 4.0: I nuovi casi applicativi","type":"text","description":"(String) Nome del visitatore - OBBLIGATORIO"},{"key":"speaker","value":"Gruppo ASA","type":"text","description":"(String) Cognome del visitatore - OBBLIGATORIO"},{"key":"room","value":"Sala 5","type":"text","description":"(String) Ragione sociale dell'azienda del visitatore - OBBLIGATORIO"},{"key":"day","value":"2020-02-14","type":"text","description":"(String) Ruolo all'interno dell'azienda - OBBLIGATORIO"},{"key":"start","value":"11:45","type":"text","description":"(String) Posizione lavorativa - OBBLIGATORIO"},{"key":"end","value":"13:00","type":"text","description":"(String) Sito web - OBBLIGATORIO"}]},"url":"https://api.wrebby.com/1.0/seminar/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Seminar has not been inserted correctly. Retry!\"\n}"}],"_postman_id":"f6c5c361-2723-4940-aeeb-73fb464564b6"},{"name":"Edit Seminar","id":"30a573ba-cc8f-48fa-9283-80a70248834d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"Industria 4.0: I nuovi casi applicativi","type":"text","description":"<p>(String) Nome del seminario - FACOLTATIVO</p>\n"},{"key":"speaker","value":"Gruppo ASA","type":"text","description":"<p>(String) Speaker del seminario - FACOLTATIVO</p>\n"},{"key":"room","value":"Sala 5","type":"text","description":"<p>(String) Posizione del seminario - FACOLTATIVO</p>\n"},{"key":"day","value":"2020-02-14","type":"text","description":"<p>(Datetime) Giorno del seminario YYYY-MM-DD - FACOLTATIVO</p>\n"},{"key":"start","value":"11:45","type":"text","description":"<p>(Time) Orario apertura HH:MM - FACOLTATIVO</p>\n"},{"key":"end","value":"13:00","type":"text","description":"<p>(Time) Orario chiusura HH:MM - FACOLTATIVO</p>\n"},{"key":"descr","value":"Il seminario è rivolto a ...","type":"text","description":"<p>(Text) Descrizione del seminario - FACOLTATIVO</p>\n"}]},"url":"https://api.wrebby.com/1.0/seminar/{name_event}/{year_event}/{id_seminar}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per modificare le informazioni del seminario nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta PUT (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_seminar} con un <em>Integer</em> che identifica univocamente il seminario in quella esposizione) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuta modifica del seminario alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","seminar","{name_event}","{year_event}","{id_seminar}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"e1581bd3-84cb-4b79-a098-49a573049c1c","name":"Valid Response","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"12:00","type":"text"},{"key":"end","value":"13:15","type":"text"}]},"url":"https://api.wrebby.com/1.0/seminar/testevent/2020/333"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Seminar has been updated\",\n    \"data\": {\n        \"start\": \"12:00\",\n        \"end\": \"13:15\"\n    }\n}"},{"id":"f0a0695a-65b4-4f98-b749-039f68559569","name":"Response Not Valid","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"12:00","type":"text","description":"(String) Username del visitatore - FACOLTATIVO"},{"key":"end","value":"13:15","type":"text","description":"(Integer) Codice di conferma per l'abilitazione dell'area riservata del visitatore sulla piattaforma dell'evento - FACOLTATIVO"}]},"url":"https://api.wrebby.com/1.0/seminar/testevent/2020/330"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Seminar has not been updated correctly. Retry!\"\n}"}],"_postman_id":"30a573ba-cc8f-48fa-9283-80a70248834d"},{"name":"Edit Material Seminar","id":"b478c343-ec36-423f-808e-36487b876980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo del seminario - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"333"},{"description":"<p>(File .pdf) Materiale relativo al seminario - OBBLIGATORIO</p>\n","key":"material","type":"text","value":"material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/seminar/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per inserire/modificare il materiale dei seminari per l'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuto caricamento del materiale realativo al seminario indicato per la manifestazione.</p>\n","urlObject":{"protocol":"https","path":["1.0","material","seminar","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"70d46bf4-b533-4f70-96d9-9816f39bdfaa","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"333","description":"(Integer) Identificatiovo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"material","type":"file","src":"/Users/federico/Desktop/material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/seminar/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Seminar has been correctly associated\",\n    \"data\": {\n        \"id\": \"333\",\n        \"material\": \"material.pdf\"\n    }\n}"},{"id":"bc4add96-54f4-4ad9-b124-53b4c8f45e36","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"330","description":"(Integer) Identificativo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"material","type":"file","src":"/Users/federico/Desktop/material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/seminar/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Seminar has not been associated. Retry!\"\n}"}],"_postman_id":"b478c343-ec36-423f-808e-36487b876980"}],"id":"59259488-4324-49f5-8be0-e89fe4d49184","description":"<p>I seminari sono l'elenco di una tipologia di attività interna alla manifestazione.</p>\n","event":[{"listen":"prerequest","script":{"id":"dc5fdc00-eb41-467d-96a0-f7f6ae601d37","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be951ae8-d3e8-4c7f-80c4-33a0e04ceee8","type":"text/javascript","exec":[""]}}],"_postman_id":"59259488-4324-49f5-8be0-e89fe4d49184","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4d2501f8-32ba-443b-a855-983238d77192","id":"4d2501f8-32ba-443b-a855-983238d77192","name":"Eventi","type":"folder"}}},{"name":"Speed Date","item":[{"name":"Insert Speed Date","id":"25017343-40eb-4194-80c8-e7fdb4b098a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo dello speed date - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"400"},{"description":"<p>(String) Nome dello speed date - OBBLIGATORIO</p>\n","key":"name","type":"text","value":"Industria 4.0: I nuovi casi applicativi"},{"description":"<p>(String) Speaker dello speed date - OBBLIGATORIO</p>\n","key":"speaker","type":"text","value":"Gruppo ASA"},{"description":"<p>(String) Posizione dello speed date - OBBLIGATORIO</p>\n","key":"room","type":"text","value":"Sala 3"},{"description":"<p>(Datetime) Giorno dello speed date YYYY-MM-DD - OBBLIGATORIO</p>\n","key":"day","type":"text","value":"2020-02-13"},{"description":"<p>(Time) Orario apertura HH:MM - OBBLIGATORIO</p>\n","key":"start","type":"text","value":"09:45"},{"description":"<p>(Time) Orario chiusura HH:MM - OBBLIGATORIO</p>\n","key":"end","type":"text","value":"10:00"},{"description":"<p>(Text) Descrizione dello speed date - FACOLTATIVO</p>\n","key":"descr","type":"text","value":"Lo Speed Date è rivolto a ..."},{"description":"<p>(File .pdf) Materiale relativo allo speed date - FACOLTATIVO</p>\n","key":"material","type":"text","value":"material.pdf"}]},"url":"https://api.wrebby.com/1.0/speeddate/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per inserire un nuovo evento Speed Date nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica la registrazione dello speed date alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","speeddate","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"232408ce-1e45-49d0-98ba-2377dd05a1d0","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"400","type":"text"},{"key":"name","value":"Industria 4.0: I nuovi casi applicativi","type":"text"},{"key":"speaker","value":"Gruppo ASA","type":"text"},{"key":"room","value":"Sala 4","type":"text"},{"key":"day","value":"2020-02-13","type":"text"},{"key":"start","value":"09:45","type":"text"},{"key":"end","value":"10:00","type":"text"}]},"url":"https://api.wrebby.com/1.0/speedate/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Speed Date has been inserted\",\n    \"data\": {\n        \"id\": \"400\",\n        \"name\": \"Industria 4.0: I nuovi casi applicativi\",\n        \"speaker\": \"Gruppo ASA\",\n        \"room\": \"Sala 4\",\n        \"day\": \"2020-02-13\",\n        \"start\": \"09:45\",\n        \"end\": \"10:00\"     \n    }\n}"},{"id":"9eec47ab-7041-4c85-9860-de0c2c24d839","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"410","type":"text","description":"(Integer) Identificativo del visitatore - OBBLIGATORIO"},{"key":"name","value":"Industria 4.0: I nuovi casi applicativi","type":"text","description":"(String) Nome del visitatore - OBBLIGATORIO"},{"key":"speaker","value":"Gruppo ASA","type":"text","description":"(String) Cognome del visitatore - OBBLIGATORIO"},{"key":"room","value":"Sala 5","type":"text","description":"(String) Ragione sociale dell'azienda del visitatore - OBBLIGATORIO"},{"key":"day","value":"2020-02-13","type":"text","description":"(String) Ruolo all'interno dell'azienda - OBBLIGATORIO"},{"key":"start","value":"11:45","type":"text","description":"(String) Posizione lavorativa - OBBLIGATORIO"},{"key":"end","value":"12:00","type":"text","description":"(String) Sito web - OBBLIGATORIO"}]},"url":"https://api.wrebby.com/1.0/speeddate/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Seminar has not been inserted correctly. Retry!\"\n}"}],"_postman_id":"25017343-40eb-4194-80c8-e7fdb4b098a0"},{"name":"Edit Speed Date","id":"312ed5a2-04fc-4ff8-882f-2821bf2ce3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(String) Nome dello speed date - FACOLTATIVO</p>\n","key":"name","type":"text","value":"Industria 4.0: I nuovi casi applicativi"},{"description":"<p>(String) Speaker dello speed date - FACOLTATIVO</p>\n","key":"speaker","type":"text","value":"Gruppo ASA"},{"description":"<p>(String) Posizione dello speed date - FACOLTATIVO</p>\n","key":"room","type":"text","value":"Sala 4"},{"description":"<p>(Datetime) Giorno dello speed date YYYY-MM-DD - FACOLTATIVO</p>\n","key":"day","type":"text","value":"2020-02-13"},{"description":"<p>(Time) Orario apertura HH:MM - FACOLTATIVO</p>\n","key":"start","type":"text","value":"09:45"},{"description":"<p>(Time) Orario chiusura HH:MM - FACOLTATIVO</p>\n","key":"end","type":"text","value":"10:00"},{"description":"<p>(Text) Descrizione dello speed date - FACOLTATIVO</p>\n","key":"descr","type":"text","value":"Lo speed date è rivolto a ..."}]},"url":"https://api.wrebby.com/1.0/speeddate/{name_event}/{year_event}/{id_seminar}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per modificare le informazioni dello Speed Date nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta PUT (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_seminar} con un <em>Integer</em> che identifica univocamente lo speed date in quella esposizione) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuta modifica dello speed date alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","speeddate","{name_event}","{year_event}","{id_seminar}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"0d2c237b-6ed3-418c-b628-9872a6f427d2","name":"Response Not Valid","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"09:00","type":"text","description":"(String) Username del visitatore - FACOLTATIVO"},{"key":"end","value":"09:15","type":"text","description":"(Integer) Codice di conferma per l'abilitazione dell'area riservata del visitatore sulla piattaforma dell'evento - FACOLTATIVO"}]},"url":"https://api.wrebby.com/1.0/speeddate/testevent/2020/410"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Speed date has not been updated correctly. Retry!\"\n}"},{"id":"4e8d99a7-60c2-4f6e-aea9-424ac773aee6","name":"Valid Response","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"09:00","type":"text"},{"key":"end","value":"09:15","type":"text"}]},"url":"https://api.wrebby.com/1.0/speeddate/testevent/2020/400"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Speed Date has been updated\",\n    \"data\": {\n        \"start\": \"09:00\",\n        \"end\": \"09:15\"\n    }\n}"}],"_postman_id":"312ed5a2-04fc-4ff8-882f-2821bf2ce3cb"},{"name":"Edit Material Speed Date","id":"c70d6d24-1492-458f-9ccb-b46a73378724","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo dello speed date - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"400"},{"description":"<p>(File .pdf) Materiale relativo allo speed date - OBBLIGATORIO</p>\n","key":"material","type":"text","value":"material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/seminar/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per inserire/modificare il materiale degli speed date per l'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuto caricamento del materiale realativo allo speed date indicato per la manifestazione.</p>\n","urlObject":{"protocol":"https","path":["1.0","material","seminar","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"2b7a8b11-a650-4faf-a27b-e926a635415a","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"333","description":"(Integer) Identificatiovo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"material","type":"file","src":"/Users/federico/Desktop/material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/seminar/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Seminar has been correctly associated\",\n    \"data\": {\n        \"id\": \"333\",\n        \"material\": \"material.pdf\"\n    }\n}"},{"id":"5ad0fffc-c98a-4066-8e33-94e7165c469d","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"330","description":"(Integer) Identificativo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"material","type":"file","src":"/Users/federico/Desktop/material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/seminar/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Seminar has not been associated. Retry!\"\n}"}],"_postman_id":"c70d6d24-1492-458f-9ccb-b46a73378724"}],"id":"db8a32e1-a930-409f-850c-8fb7fc76c6d4","description":"<p>Gli Speed Date sono l'elenco di una tipologia di attività interna alla manifestazione.</p>\n","event":[{"listen":"prerequest","script":{"id":"dc5fdc00-eb41-467d-96a0-f7f6ae601d37","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be951ae8-d3e8-4c7f-80c4-33a0e04ceee8","type":"text/javascript","exec":[""]}}],"_postman_id":"db8a32e1-a930-409f-850c-8fb7fc76c6d4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4d2501f8-32ba-443b-a855-983238d77192","id":"4d2501f8-32ba-443b-a855-983238d77192","name":"Eventi","type":"folder"}}},{"name":"Conference","item":[{"name":"Insert Conference","id":"16745024-e9d2-490f-9c34-6beeecf434dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo della conference - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"500"},{"description":"<p>(String) Nome della conference - OBBLIGATORIO</p>\n","key":"name","type":"text","value":"Industria 4.0: I nuovi casi applicativi"},{"description":"<p>(String) Speaker della conference - OBBLIGATORIO</p>\n","key":"speaker","type":"text","value":"Gruppo ASA"},{"description":"<p>(String) Posizione della conference - OBBLIGATORIO</p>\n","key":"room","type":"text","value":"Sala 2"},{"description":"<p>(Datetime) Giorno della conference YYYY-MM-DD - OBBLIGATORIO</p>\n","key":"day","type":"text","value":"2020-02-12"},{"description":"<p>(Time) Orario apertura HH:MM - OBBLIGATORIO</p>\n","key":"start","type":"text","value":"09:45"},{"description":"<p>(Time) Orario chiusura HH:MM - OBBLIGATORIO</p>\n","key":"end","type":"text","value":"13:00"},{"description":"<p>(Text) Descrizione della conference - FACOLTATIVO</p>\n","key":"descr","type":"text","value":"La conference è rivolta a ..."},{"description":"<p>(File .pdf) Materiale relativo alla conference - FACOLTATIVO</p>\n","key":"material","type":"text","value":"material.pdf"}]},"url":"https://api.wrebby.com/1.0/conference/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per inserire un nuovo evento Conference nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica la registrazione della conference alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","conference","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"3ff86ba6-2a18-4f73-8559-e052b06ecfbd","name":"Valid Response","originalRequest":{"method":"POST","header":[{"warning":"Value contains invalid newline characters.","description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"500","type":"text"},{"key":"name","value":"Industria 4.0: I nuovi casi applicativi","type":"text"},{"key":"speaker","value":"Gruppo ASA","type":"text"},{"key":"room","value":"Sala 2","type":"text"},{"key":"day","value":"2020-02-12","type":"text"},{"key":"start","value":"09:45","type":"text"},{"key":"end","value":"13:00","type":"text"}]},"url":"https://api.wrebby.com/1.0/conference/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Conference has been inserted\",\n    \"data\": {\n        \"id\": \"500\",\n        \"name\": \"Industria 4.0: I nuovi casi applicativi\",\n        \"speaker\": \"Gruppo ASA\",\n        \"room\": \"Sala 2\",\n        \"day\": \"2020-02-12\",\n        \"start\": \"09:45\",\n        \"end\": \"13:00\"     \n    }\n}"},{"id":"88046dfa-2058-47d5-8c7c-ad1ee7014a6f","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"510","type":"text","description":"(Integer) Identificativo del visitatore - OBBLIGATORIO"},{"key":"name","value":"Industria 4.0: I nuovi casi applicativi","type":"text","description":"(String) Nome del visitatore - OBBLIGATORIO"},{"key":"speaker","value":"Gruppo ASA","type":"text","description":"(String) Cognome del visitatore - OBBLIGATORIO"},{"key":"room","value":"Sala 2","type":"text","description":"(String) Ragione sociale dell'azienda del visitatore - OBBLIGATORIO"},{"key":"day","value":"2020-02-12","type":"text","description":"(String) Ruolo all'interno dell'azienda - OBBLIGATORIO"},{"key":"start","value":"10:45","type":"text","description":"(String) Posizione lavorativa - OBBLIGATORIO"},{"key":"end","value":"12:00","type":"text","description":"(String) Sito web - OBBLIGATORIO"}]},"url":"https://api.wrebby.com/1.0/speeddate/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Conference has not been inserted correctly. Retry!\"\n}"}],"_postman_id":"16745024-e9d2-490f-9c34-6beeecf434dd"},{"name":"Edit Conference","id":"bb37e595-dafd-4fed-8014-68d18e7fbb07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(String) Nome della conference - FACOLTATIVO</p>\n","key":"name","type":"text","value":"Industria 4.0: I nuovi casi applicativi"},{"description":"<p>(String) Speaker della conference - FACOLTATIVO</p>\n","key":"speaker","type":"text","value":"Gruppo ASA"},{"description":"<p>(String) Posizione della conference - FACOLTATIVO</p>\n","key":"room","type":"text","value":"Sala 4"},{"description":"<p>(Datetime) Giorno della conference YYYY-MM-DD - FACOLTATIVO</p>\n","key":"day","type":"text","value":"2020-02-13"},{"description":"<p>(Time) Orario apertura HH:MM - FACOLTATIVO</p>\n","key":"start","type":"text","value":"09:45"},{"description":"<p>(Time) Orario chiusura HH:MM - FACOLTATIVO</p>\n","key":"end","type":"text","value":"10:00"},{"description":"<p>(Text) Descrizione della conference - FACOLTATIVO</p>\n","key":"descr","type":"text","value":"La conference è rivolto a ..."}]},"url":"https://api.wrebby.com/1.0/conference/{name_event}/{year_event}/{id_conference}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per modificare le informazioni delle Conference nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta PUT (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_conference} con un <em>Integer</em> che identifica univocamente la conference in quella esposizione) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuta modifica della conference alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","conference","{name_event}","{year_event}","{id_conference}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"4d01b9ab-0b72-45ef-91cf-f4f7d20888f0","name":"Valid Response","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"09:00","type":"text"},{"key":"end","value":"09:15","type":"text"}]},"url":"https://api.wrebby.com/1.0/conference/testevent/2020/500"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Conference has been updated\",\n    \"data\": {\n        \"start\": \"09:00\",\n        \"end\": \"09:15\"\n    }\n}"},{"id":"ff66a7d7-8cfd-439c-a7b7-58a4f377ff84","name":"Response Not Valid","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"09:00","type":"text","description":"(String) Username del visitatore - FACOLTATIVO"},{"key":"end","value":"09:15","type":"text","description":"(Integer) Codice di conferma per l'abilitazione dell'area riservata del visitatore sulla piattaforma dell'evento - FACOLTATIVO"}]},"url":"https://api.wrebby.com/1.0/conference/testevent/2020/510"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Conference has not been updated correctly. Retry!\"\n}"}],"_postman_id":"bb37e595-dafd-4fed-8014-68d18e7fbb07"},{"name":"Edit Material Conference","id":"70d31f14-793d-4c64-893e-e8a47484745f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo della conference - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"500"},{"description":"<p>(File .pdf) Materiale relativo alla conference - OBBLIGATORIO</p>\n","key":"material","type":"text","value":"material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/conference/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per inserire/modificare il materiale delle conference per l'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuto caricamento del materiale realativo alla conference indicato per la manifestazione.</p>\n","urlObject":{"protocol":"https","path":["1.0","material","conference","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"1227f946-d125-4c2b-8165-0138e1a7d064","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"(Integer) Identificativo della conference - OBBLIGATORIO","key":"id","type":"text","value":"550"},{"description":"(File .pdf) Materiale relativo alla conference - OBBLIGATORIO","key":"material","type":"text","value":"material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/conference/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Conference has not been associated. Retry!\"\n}"},{"id":"cc108324-fe65-46c6-b395-bd2149c9e010","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"500","description":"(Integer) Identificatiovo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"material","type":"file","src":"/Users/federico/Desktop/material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/conference/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Conference has been correctly associated\",\n    \"data\": {\n        \"id\": \"500\",\n        \"material\": \"material.pdf\"\n    }\n}"}],"_postman_id":"70d31f14-793d-4c64-893e-e8a47484745f"}],"id":"33568df2-b3ed-4710-9cae-51c0df352974","description":"<p>Le conference sono l'elenco di una tipologia di attività interna alla manifestazione.</p>\n","event":[{"listen":"prerequest","script":{"id":"dc5fdc00-eb41-467d-96a0-f7f6ae601d37","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be951ae8-d3e8-4c7f-80c4-33a0e04ceee8","type":"text/javascript","exec":[""]}}],"_postman_id":"33568df2-b3ed-4710-9cae-51c0df352974","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4d2501f8-32ba-443b-a855-983238d77192","id":"4d2501f8-32ba-443b-a855-983238d77192","name":"Eventi","type":"folder"}}},{"name":"Sessioni Specialistiche","item":[{"name":"Insert Session","id":"1f17ce21-608d-4960-9718-f949c7d2cb6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo della sessione - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"600"},{"description":"<p>(String) Nome della sessione - OBBLIGATORIO</p>\n","key":"name","type":"text","value":"Industria 4.0: I nuovi casi applicativi"},{"description":"<p>(String) Speaker della sessione - OBBLIGATORIO</p>\n","key":"speaker","type":"text","value":"Gruppo ASA"},{"description":"<p>(String) Posizione della sessione - OBBLIGATORIO</p>\n","key":"room","type":"text","value":"Sala 1"},{"description":"<p>(Datetime) Giorno della sessione YYYY-MM-DD - OBBLIGATORIO</p>\n","key":"day","type":"text","value":"2020-02-11"},{"description":"<p>(Time) Orario apertura HH:MM - OBBLIGATORIO</p>\n","key":"start","type":"text","value":"09:45"},{"description":"<p>(Time) Orario chiusura HH:MM - OBBLIGATORIO</p>\n","key":"end","type":"text","value":"13:00"},{"description":"<p>(Text) Descrizione della sessione - FACOLTATIVO</p>\n","key":"descr","type":"text","value":"La sessione specialistica è rivolta a ..."},{"description":"<p>(File .pdf) Materiale relativo alla sessione - FACOLTATIVO</p>\n","key":"material","type":"text","value":"material.pdf"}]},"url":"https://api.wrebby.com/1.0/session/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per inserire un nuovo evento Sessione nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica la registrazione della sessione alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","session","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"b8bba946-51ee-4d69-b33a-09bdf6d14836","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"610","type":"text"},{"key":"name","value":"Industria 4.0: I nuovi casi applicativi","type":"text"},{"key":"speaker","value":"Gruppo ASA","type":"text"},{"key":"room","value":"Sala 1","type":"text"},{"key":"day","value":"2020-02-11","type":"text"},{"key":"start","value":"10:45","type":"text"},{"key":"end","value":"12:00","type":"text"}]},"url":"https://api.wrebby.com/1.0/session/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Session has not been inserted correctly. Retry!\"\n}"},{"id":"fe51d2cb-2040-4a1c-a204-66f87a18e727","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"600","type":"text"},{"key":"name","value":"Industria 4.0: I nuovi casi applicativi","type":"text"},{"key":"speaker","value":"Gruppo ASA","type":"text"},{"key":"room","value":"Sala 1","type":"text"},{"key":"day","value":"2020-02-11","type":"text"},{"key":"start","value":"09:45","type":"text"},{"key":"end","value":"13:00","type":"text"}]},"url":"https://api.wrebby.com/1.0/session/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Session has been inserted\",\n    \"data\": {\n        \"id\": \"600\",\n        \"name\": \"Industria 4.0: I nuovi casi applicativi\",\n        \"speaker\": \"Gruppo ASA\",\n        \"room\": \"Sala 1\",\n        \"day\": \"2020-02-11\",\n        \"start\": \"09:45\",\n        \"end\": \"13:00\"     \n    }\n}"}],"_postman_id":"1f17ce21-608d-4960-9718-f949c7d2cb6d"},{"name":"Edit Session","id":"9d7d0547-fe2f-4b9f-b8d5-8e3f1dae2fd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(String) Nome della session - FACOLTATIVO</p>\n","key":"name","type":"text","value":"Industria 4.0: I nuovi casi applicativi"},{"description":"<p>(String) Speaker della session - FACOLTATIVO</p>\n","key":"speaker","type":"text","value":"Gruppo ASA"},{"description":"<p>(String) Posizione della session - FACOLTATIVO</p>\n","key":"room","type":"text","value":"Sala 4"},{"description":"<p>(Datetime) Giorno della session YYYY-MM-DD - FACOLTATIVO</p>\n","key":"day","type":"text","value":"2020-02-13"},{"description":"<p>(Time) Orario apertura HH:MM - FACOLTATIVO</p>\n","key":"start","type":"text","value":"09:45"},{"description":"<p>(Time) Orario chiusura HH:MM - FACOLTATIVO</p>\n","key":"end","type":"text","value":"10:00"},{"description":"<p>(Text) Descrizione della session - FACOLTATIVO</p>\n","key":"descr","type":"text","value":"La session è rivolto a ..."}]},"url":"https://api.wrebby.com/1.0/session/{name_event}/{year_event}/{id_conference}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per modificare le informazioni delle Session nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta PUT (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_session} con un <em>Integer</em> che identifica univocamente la session in quella esposizione) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuta modifica della session alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","session","{name_event}","{year_event}","{id_conference}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"0d218982-4b3e-4abb-8abd-d2936112638f","name":"Valid Response","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"09:00","type":"text"},{"key":"end","value":"09:15","type":"text"}]},"url":"https://api.wrebby.com/1.0/session/testevent/2020/500"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Session has been updated\",\n    \"data\": {\n        \"start\": \"09:00\",\n        \"end\": \"09:15\"\n    }\n}"},{"id":"92354fd7-6f8e-4af9-84bd-c54b6e70950f","name":"Response Not Valid","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"start","value":"09:00","type":"text","description":"(String) Username del visitatore - FACOLTATIVO"},{"key":"end","value":"09:15","type":"text","description":"(Integer) Codice di conferma per l'abilitazione dell'area riservata del visitatore sulla piattaforma dell'evento - FACOLTATIVO"}]},"url":"https://api.wrebby.com/1.0/session/testevent/2020/510"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Session has not been updated correctly. Retry!\"\n}"}],"_postman_id":"9d7d0547-fe2f-4b9f-b8d5-8e3f1dae2fd3"},{"name":"Edit Material Session","id":"aa51df03-8631-4d31-94fb-306b5ae1ab5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Integer) Identificativo della session - OBBLIGATORIO</p>\n","key":"id","type":"text","value":"600"},{"description":"<p>(File .pdf) Materiale relativo alla session - OBBLIGATORIO</p>\n","key":"material","type":"text","value":"material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/session/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per inserire/modificare il materiale delle session per l'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuto caricamento del materiale realativo alla session indicato per la manifestazione.</p>\n","urlObject":{"protocol":"https","path":["1.0","material","session","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"831c335b-9d71-4421-a4d1-aa28ba84398a","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"(Integer) Identificativo della session - OBBLIGATORIO","key":"id","type":"text","value":"650"},{"description":"(File .pdf) Materiale relativo alla session - OBBLIGATORIO","key":"material","type":"text","value":"material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/session/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Session has not been associated. Retry!\"\n}"},{"id":"97bb002a-1aff-451d-90de-163069ae42a9","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"id","value":"600","description":"(Integer) Identificatiovo dell'azienda - OBBLIGATORIO","type":"text"},{"description":"(File .png/.jpg) Logo dell'azienda - OBBLIGATORIO","key":"material","type":"file","src":"/Users/federico/Desktop/material.pdf"}]},"url":"https://api.wrebby.com/1.0/material/session/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Session has been correctly associated\",\n    \"data\": {\n        \"id\": \"600\",\n        \"material\": \"material.pdf\"\n    }\n}"}],"_postman_id":"aa51df03-8631-4d31-94fb-306b5ae1ab5d"}],"id":"c736d914-7115-4490-ab73-4ebdbe34b29b","description":"<p>Le Sessioni Specialistiche sono l'elenco di una tipologia di attività interna alla manifestazione.</p>\n","event":[{"listen":"prerequest","script":{"id":"dc5fdc00-eb41-467d-96a0-f7f6ae601d37","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be951ae8-d3e8-4c7f-80c4-33a0e04ceee8","type":"text/javascript","exec":[""]}}],"_postman_id":"c736d914-7115-4490-ab73-4ebdbe34b29b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4d2501f8-32ba-443b-a855-983238d77192","id":"4d2501f8-32ba-443b-a855-983238d77192","name":"Eventi","type":"folder"}}}],"id":"4d2501f8-32ba-443b-a855-983238d77192","description":"<p>Gli eventi sono l'elenco delle attività interne all'esposizione fieristica definita dall'organizzatore.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2c28942a-ae7c-4f14-98d8-e1522db931bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec3d3ed7-0582-4001-9515-eb9618c4442d","type":"text/javascript","exec":[""]}}],"_postman_id":"4d2501f8-32ba-443b-a855-983238d77192"},{"name":"Prenotazioni","item":[{"name":"Insert Booking","id":"aa51c44f-d2e7-481f-8eed-686f5d1afe70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"description":"<p>(Enum) Identificativo della tipologia dell'evento interno type = {'SE', 'SD', 'CO', 'SS'} corrispondenti a (Seminario SE, Speed Date SD, Convegno CO, Sessione Specialistica SS) - OBBLIGATORIO</p>\n","key":"type","type":"text","value":"SE"},{"contentType":"","description":"<p>(Integer) Identificativo del visitatore che prenota un evento interno - OBBLIGATORIO</p>\n","key":"id_vis","type":"text","value":"50"},{"description":"<p>(Integer) Identificativo dell'evento interno da prenotare - OBBLIGATORIO</p>\n","key":"id_type","type":"text","value":"333"},{"description":"<p>(Boolean) Flag indicante lo stato della partecipazione all'evento interno indicato (true = partecipato / false = non partecipato) - OBBLIGATORIO</p>\n","key":"attendee","type":"text","value":"true"},{"key":"certificate","value":"certificate.pdf","description":"<p>(File .pdf) Certificato dell'attestazione della partecipazione all'evento interno - FACOLTATIVO</p>\n","type":"text"},{"key":"date_vot","value":"2020-01-14 12:15:03","description":"<p>(Datetime) Data e orario della votazione all'evento YYYY-MM-DD HH:MM:SS - FACOLTATIVO</p>\n","type":"text"},{"key":"rate","value":"4","description":"<p>(Integer) Votazione dell'evento interno (su scala 1-5) - FACOLTATIVO</p>\n","type":"text"},{"key":"note","value":"Note sull'evento interno...","description":"<p>(Text) Note testuali sull'evento interno - FACOLTATIVO</p>\n","type":"text"}]},"url":"https://api.wrebby.com/1.0/booking/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per inserire una nuova prenotazione dei visitatori agli eventi interni dell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica la registrazione del visitatore all'evento interno alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","booking","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"6ce9880a-df6e-4480-a7d5-5fe6880c531b","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"SE","type":"text"},{"key":"id_vis","value":"50","type":"text"},{"key":"id_type","value":"333","type":"text"},{"key":"attendee","value":"false","type":"text"}]},"url":"https://api.wrebby.com/1.0/booking/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Booking has been inserted\",\n    \"data\": {\n        \"type\": \"SE\",\n        \"id_vis\": \"50\",\n        \"id_type\": \"333\",\n        \"attendee\": false       \n    }\n}"},{"id":"85571211-dd40-4d74-bf0c-a078ea4b2c65","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"SE","type":"text"},{"key":"id_vis","value":"59","type":"text"},{"key":"id_type","value":"303","type":"text"},{"key":"attendee","value":"false","type":"text"}]},"url":"https://api.wrebby.com/1.0/booking/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Booking has not been inserted correctly. Retry!\"\n}"}],"_postman_id":"aa51c44f-d2e7-481f-8eed-686f5d1afe70"},{"name":"Edit Booking","id":"7562ec44-16b2-4c05-bd10-815bd38d806c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Enum) Identificativo della tipologia dell'evento interno type = {'SE', 'SD', 'CO', 'SS'} corrispondenti a (Seminario SE, Speed Date SD, Convegno CO, Sessione Specialistica SS) - OBBLIGATORIO</p>\n","key":"type","type":"text","value":"SE"},{"description":"<p>(Integer) Identificativo del visitatore che prenota un evento interno - OBBLIGATORIO</p>\n","key":"id_vis","type":"text","value":"50"},{"description":"<p>(Integer) Identificativo dell'evento interno da prenotare - OBBLIGATORIO</p>\n","key":"id_type","type":"text","value":"333"},{"description":"<p>(Boolean) Flag indicante lo stato della partecipazione all'evento interno indicato (true = partecipato / false = non partecipato) - FACOLTATIVO</p>\n","key":"attendee","type":"text","value":"true"},{"description":"<p>(Datetime) Data e orario della votazione all'evento YYYY-MM-DD HH:MM:SS - FACOLTATIVO</p>\n","key":"date_vot","type":"text","value":"2020-01-14 12:15:03"},{"description":"<p>(Integer) Votazione dell'evento interno (su scala 1-5) - FACOLTATIVO</p>\n","key":"rate","type":"text","value":"3"},{"description":"<p>(Text) Note testuali sull'evento interno - FACOLTATIVO</p>\n","key":"note","type":"text","value":"Note sull'evento interno..."}]},"url":"https://api.wrebby.com/1.0/booking/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per modificare la prenotazione dell'evento interno nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta PUT (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuta modifica della prenotazione dell'evento interno alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","booking","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"e780b787-455b-4ec1-ba83-3c12c251a11c","name":"Valid Response","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"SE","type":"text"},{"key":"id_vis","value":"50","type":"text"},{"key":"id_type","value":"333","type":"text"},{"key":"attendee","value":"true","type":"text"}]},"url":"https://api.wrebby.com/1.0/booking/testevent/2020"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Booking has been updated\",\n    \"data\": {\n        \"type\": \"SE\",\n        \"id_vis\": \"50\",\n        \"id_type\": \"333\",\n        \"active\": true\n    }\n}"},{"id":"fb3a6511-63be-48ee-9d3c-43d94b0cc153","name":"Response Not Valid","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"SE","type":"text"},{"key":"id_vis","value":"59","type":"text"},{"key":"id_type","value":"303","type":"text"},{"key":"attendee","value":"false","type":"text"}]},"url":"https://api.wrebby.com/1.0/booking/testevent/2020"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Booking has not been updated correctly. Retry!\"\n}"}],"_postman_id":"7562ec44-16b2-4c05-bd10-815bd38d806c"},{"name":"Edit Certificate","id":"9b829e57-9565-40b4-8a06-a7ec590e0105","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"SE","type":"text","description":"<p>(Enum) Identificativo della tipologia dell'evento interno type = {'SE', 'SD', 'CO', 'SS'} corrispondenti a (Seminario SE, Speed Date SD, Convegno CO, Sessione Specialistica SS) - OBBLIGATORIO</p>\n"},{"key":"id_vis","value":"50","type":"text","description":"<p>(Integer) Identificativo del visitatore che prenota un evento interno - OBBLIGATORIO</p>\n"},{"key":"id_type","value":"333","type":"text","description":"<p>(Integer) Identificativo dell'evento interno da prenotare - OBBLIGATORIO</p>\n"},{"key":"certificate","value":"certificate.pdf","type":"text","description":"<p>(File .pdf) Certificato dell'attestazione della partecipazione all'evento interno - OBBLIGATORIO</p>\n"}]},"url":"https://api.wrebby.com/1.0/certificate/booking/{name_event}/{year_event}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per inserire/modificare la certificazione dei visitatori per l'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta POST (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuto caricamento della certificazione per la manifestazione.</p>\n","urlObject":{"protocol":"https","path":["1.0","certificate","booking","{name_event}","{year_event}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"231e900e-0d3f-49b5-b6cc-d8f869cc9eca","name":"Valid Response","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"SE","type":"text"},{"key":"id_vis","value":"50","type":"text"},{"key":"id_type","value":"333","type":"text"},{"key":"certificate","type":"file","src":"/Users/federico/Desktop/certificate.pdf"}]},"url":"https://api.wrebby.com/1.0/certificate/booking/testevent/2020"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Certificate has been updated\",\n    \"data\": {\n        \"type\": \"SE\",\n        \"id_vis\": \"50\",\n        \"id_type\": \"333\",\n        \"ticket\": \"certificate.pdf\"\n    }\n}"},{"id":"e3cdbb73-5434-4e49-84ae-a7b993de1708","name":"Response Not Valid","originalRequest":{"method":"POST","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"SE","type":"text"},{"key":"id_vis","value":"59","type":"text"},{"key":"id_type","value":"333","type":"text"},{"key":"certificate","type":"file","src":"/Users/federico/Desktop/certificate.pdf"}]},"url":"https://api.wrebby.com/1.0/certificate/booking/testevent/2020"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Certificate has not been associated. Retry!\"\n}"}],"_postman_id":"9b829e57-9565-40b4-8a06-a7ec590e0105"},{"name":"Recover Boooking","id":"6e242524-5324-4277-b6cd-323b6ea13f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/booking/{name_event}/{year_event}/{id_visitor}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint può essere utilizzato per controllare la presenza di prenotazioni agli eventi interni all'esposizione fieristica indicata. </p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta GET inserendo il token JWT nell'header e sostituendo il campo {name_event} con un campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica ed il campo {id_visitor} con un <em>Integer</em> che identifica univocamente il visitatore in quella esposizione. Il server risponde con una Response che indica la presenza di prenotazioni ad eventi inteni alla manifestazione sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","booking","{name_event}","{year_event}","{id_visitor}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"5eff6507-ffc7-498a-98df-e4e3f402c8d1","name":"Valid Response","originalRequest":{"method":"GET","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/booking/testevent/2020/51"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Mar 2020 16:02:09 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"63"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"One o more event has been found\",\n\t\"list\": [\n\t  {\n        \"type\": \"SE\",\n        \"id_vis\": \"50\",\n        \"id_type\": \"333\",\n        \"attendee\": false \n\t  },\n\t  {\n        \"type\": \"CO\",\n        \"id_vis\": \"50\",\n        \"id_type\": \"330\",\n        \"attendee\": true \n\t   }\n\t ]\n}"},{"id":"f80af408-52f1-4da8-9309-3487f4c94f8a","name":"Response Not Valid","originalRequest":{"method":"GET","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"}],"url":"https://api.wrebby.com/1.0/booking/testevent/2020/59"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 09 Mar 2020 16:20:38 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Cache-Control","value":"s-maxage=10"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"67"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 0,\n    \"msg\": \"Event has not been found\"\n}"}],"_postman_id":"6e242524-5324-4277-b6cd-323b6ea13f61"},{"name":"Delete Booking","id":"989234ca-7529-488d-9af0-1849cb7fc610","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","description":"<p>Token JWT</p>\n","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"description":"<p>(Enum) Identificativo della tipologia dell'evento interno type = {'SE', 'SD', 'CO', 'SS'} corrispondenti a (Seminario SE, Speed Date SD, Convegno CO, Sessione Specialistica SS) - OBBLIGATORIO</p>\n","key":"type","type":"text","value":"SE"},{"description":"<p>(Integer) Identificativo del visitatore che prenota un evento interno - OBBLIGATORIO</p>\n","key":"id_vis","type":"text","value":"50"}]},"url":"https://api.wrebby.com/1.0/booking/{name_event}/{year_event}/{id_type}","description":"<h3 id=\"descrizione\">DESCRIZIONE</h3>\n<p>L'endpoint deve essere utilizzato per cancellare la prenotazione dell'evento interno nell'esposizione fieristica indicata.</p>\n<h3 id=\"utilizzo\">UTILIZZO</h3>\n<p>Il client effettua una richiesta PUT (sostituendo il campo {name_event} con una campo <em>String</em> indicante il nome dell'esposizione fieristica, il campo {year_event} con un <em>Integer</em> indicante l'anno dell'esposizione fieristica e il campo {id_type} con un <em>Integer</em> indicante l'identificativo dell'evento interno) inserendo il token JWT nell'header e i campi richiesti nel body (vedi sotto). Il server risponde con una Response che indica l'avvenuta cancellazione della prenotazione dell'evento interno alla manifestazione presente sulla piattaforma Wrebby.</p>\n","urlObject":{"protocol":"https","path":["1.0","booking","{name_event}","{year_event}","{id_type}"],"host":["api","wrebby","com"],"query":[],"variable":[]}},"response":[{"id":"3e392319-44db-496c-911c-379642e0c313","name":"Valid Response","originalRequest":{"method":"PUT","header":[{"description":"Token JWT","key":"Authorization","type":"text","value":"Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"SE","type":"text"},{"key":"id_vis","value":"50","type":"text"}]},"url":"https://api.wrebby.com/1.0/booking/testevent/2020/333"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 10:38:24 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.3.15"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Vary","value":"Accept-Encoding,User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"294"},{"key":"Keep-Alive","value":"timeout=5, max=400"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"msg\": \"Booking has been deleted\",\n    \"data\": {\n        \"type\": \"SE\",\n        \"id_vis\": \"50\",\n        \"id_type\": \"333\"\n    }\n}"}],"_postman_id":"989234ca-7529-488d-9af0-1849cb7fc610"}],"id":"a9bd1151-6eb6-4c73-acce-da90bba95579","description":"<p>Le prenotazioni sono l'elenco delle iscrizioni dei visitatori agli eventi interni (seminari, convegni, ecc..) delle manifestazioni fieristiche.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2c28942a-ae7c-4f14-98d8-e1522db931bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ec3d3ed7-0582-4001-9515-eb9618c4442d","type":"text/javascript","exec":[""]}}],"_postman_id":"a9bd1151-6eb6-4c73-acce-da90bba95579"}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"c7527e2b-ad8c-4b52-938f-c31c4a312fde","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c8d5f3af-2136-4cba-9433-3c9afb97439f","type":"text/javascript","exec":[""]}}]}