{"info":{"_postman_id":"988f40e1-0c0e-45b3-b80d-9850df5f0490","name":"Documentazione API Cliente","description":"<html><head></head><body><p><strong>14/03/2022 - Aggiornati i tipi documento che una fattura può assumere e informazioni per scadenzario.</strong></p>\n<p><strong>26/10/2021 - Breaking Change -- Modificata la rotta per richiedere lo stato SDI<strong><strong>Ora è StatoSdi?identificativo=XXXX</strong></strong>Il vecchio metodo continua a funzionare per gli identificativi di fatture generate nel sistema. In caso di nome file xml, usare la nuova rotta.</strong></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5064834","collectionId":"988f40e1-0c0e-45b3-b80d-9850df5f0490","publishedId":"RWTiyLCz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-08-09T09:39:28.000Z"},"item":[{"name":"Generale","item":[{"name":"Login","id":"4f4333f4-749b-4b7a-ad30-fc8369fcf4b9","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://app.b2beasy.it/b2beasy/login","description":"<p>Autenticazione per il sistema.\nI parametri standard sono username e password.</p>\n<p>Se come parametro si passa anche createtoken = true verrà creato un token di autenticazione chiamato authtoken,della validità di 1 anno, che si può usare per autenticarsi.</p>\n<p>Se si usano i cookie tutte le altre chiamate saranno autenticate,altrimenti va usato il token di sessione nell'header Authorization Bearer. Il token viene generato a ogni login e ha una durata di 8 ore.</p>\n<p>Non si può tentare l'autenticazione all'endpoint di login con il token di sessione, ma solo con quello authtoken, passando solo il parametro token.</p>\n<p>I token sono JWT non cifrati e le date di validità leggibili.</p>\n<p>Il risultato del login riporta l'elenco delle aziende abilitate, con il codice da usare per eseguire le interrogazioni relative all'azienda.\nIl codice potrebbe cambiare, fare sempre riferimento a quello rilasciato dal login.</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ed11490d-cdfe-42ac-9171-c409d2adf2f0","id":"ed11490d-cdfe-42ac-9171-c409d2adf2f0","name":"Generale","type":"folder"}},"urlObject":{"protocol":"https","path":["b2beasy","login"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"81a8eed0-97c9-42be-a7ca-e4fab267e4a4","name":"Login con user e pass","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\"username\":\"user\",\"password\":\"password\",\"createtoken\":true}"},"url":"https://app.b2beasy.it/b2beasy/Login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"555","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 28 Aug 2018 16:35:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"demo.b2beasy.it","path":"/","secure":false,"value":"ccoqenoxyw0wutflk2cqhd4y","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\n    \"aziende\": [\n        {\n            \"azienda\": \"ACME SRL\",\n            \"codice\": \"IKZFSKX6645VVG595QG7\",\n            \"menulight\": true\n        }\n    ],\n    \"causali\": [],\n    \"success\": true,\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJTQiIsImV4cCI6MTUzNTUxMDEzNCwidGlwbyI6InNlc3Npb25lIiwiaWR1dGVudGUiOiI5NDgiLCJtZW51bGlnaHQiOiJUcnVlIiwiaWRzdHVkaW8iOiIwIn0.IUWPp2zDkesDJfoxeo42Sq3Ppf7jR0sY6rbtEVi2xs\",\n    \"authtoken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJTQiIsImV4cCI6MTU2NzAxNzMzNCwidGlwbyI6ImF1dGgiLCJyZWFsbSI6ImJwbyIsImlkIjoiOTQ4In0.9y9gW2LAXYYB1jonR9cOClwNSr8dssssFzbDiodJc\"\n}"},{"id":"8f4a6457-c11f-4d4c-bb7f-4d3e8f1bffdd","name":"Login con token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{ \"token\": \"xxxxxxxxx\" }"},"url":"https://app.b2beasy.it/b2beasy/login"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"\r\n\r\n{\r\n  \"aziende\": [\r\n    {\r\n      \"azienda\": \"ACME SRL\",\r\n      \"codice\": \"IKZFSKX6645VVG595QG7\",\r\n      \"menulight\": true\r\n    }\r\n  ],\r\n  \"causali\": [],\r\n  \"success\": true,\r\n  \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJTQiIsImV4cCI6MTUzNTUxMDEzNCwidGlwbyI6InNlc3Npb25lIiwiaWR1dGVudGUiOiI5NDgiLCJtZW51bGlnaHQiOiJUcnVlIiwiaWRzdHVkaW8iOiIwIn0.IUWPp2zDkesDJfoxeo42Sq3Ppf7jR0sY6rbtEVi2xs\",\r\n  \"authtoken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJTQiIsImV4cCI6MTU2NzAxNzMzNCwidGlwbyI6ImF1dGgiLCJyZWFsbSI6ImJwbyIsImlkIjoiOTQ4In0.9y9gW2LAXYYB1jonR9cOClwNSr8uWZ3AEFzbDiodJc\"\r\n}\r\n\r\n"}],"_postman_id":"4f4333f4-749b-4b7a-ad30-fc8369fcf4b9"},{"name":"Login","id":"5268f539-508b-47b1-845b-359ddd8ca1bd","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/b2beasy/login","description":"<p>Restituisce se l'utente è loggato al sistema</p>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ed11490d-cdfe-42ac-9171-c409d2adf2f0","id":"ed11490d-cdfe-42ac-9171-c409d2adf2f0","name":"Generale","type":"folder"}},"urlObject":{"protocol":"https","path":["b2beasy","login"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"00a36979-b494-4bbe-84a1-7f41f58ddfb1","name":"Login","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/b2beasy/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"27","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 03 Sep 2018 12:28:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"1ucszcy2v4vyawrzjyzrjj5w","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\n    \"success\": false\n}"},{"id":"d619121a-575a-44a1-a0e5-b4325556f55c","name":"Login","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/b2beasy/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"27","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 03 Sep 2018 12:29:31 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"1ucszcy2v4vyawrzjyzrjj5w","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"5268f539-508b-47b1-845b-359ddd8ca1bd"},{"name":"ScaricaStatisticheFatture","id":"4156fcec-e950-4b81-a675-498a16355eb9","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/statistiche/Fatture/{azienda}?anno={anno}","description":"<ul>\n<li>scarica statistiche fatture</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ed11490d-cdfe-42ac-9171-c409d2adf2f0","id":"ed11490d-cdfe-42ac-9171-c409d2adf2f0","name":"Generale","type":"folder"}},"urlObject":{"protocol":"https","path":["statistiche","Fatture","{azienda}"],"host":["app","b2beasy","it"],"query":[{"key":"anno","value":"{anno}"}],"variable":[]}},"response":[{"id":"a485ede6-707f-46fc-bdad-6d60de676a9a","name":"ScaricaStatisticheFatture","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.b2beasy.it/statistiche/Fatture/X7F3QUO5JWDTHBODHM39?anno=2018","protocol":"https","host":["app","b2beasy","it"],"path":["statistiche","Fatture","X7F3QUO5JWDTHBODHM39"],"query":[{"key":"anno","value":"2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"204","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 12:42:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"fatturepagate\": 0,\r\n  \"fatturenonpagate\": 86,\r\n  \"totalefatturepagate\": 0.0,\r\n  \"totalefatturenonpagate\": 199231.65,\r\n  \"anni\": [\r\n    \"2018\",\r\n    \"2017\",\r\n    \"2015\"\r\n  ]\r\n}"}],"_postman_id":"4156fcec-e950-4b81-a675-498a16355eb9"},{"name":"ListaScadenzario","id":"e384eaf8-8bba-44e7-8789-ac3c26ddeae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.b2beasy.it/b2beasy/scadenzario/{idazienda}?pagato={pagato}&tipodocumento={tipodocumento}&mese={mese}&anno={anno}","description":"<ul>\n<li>scarica la lista dello scadenzario</li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"ed11490d-cdfe-42ac-9171-c409d2adf2f0","id":"ed11490d-cdfe-42ac-9171-c409d2adf2f0","name":"Generale","type":"folder"}},"urlObject":{"protocol":"https","path":["b2beasy","scadenzario","{idazienda}"],"host":["app","b2beasy","it"],"query":[{"description":{"content":"<p>pagato = 0 -&gt; non pagato; pagato = 1 -&gt; pagato;</p>\n","type":"text/plain"},"key":"pagato","value":"{pagato}"},{"description":{"content":"<p>tipodocumento = 1 -&gt; attivo; tipodocumento = 2 -&gt; passivo</p>\n","type":"text/plain"},"key":"tipodocumento","value":"{tipodocumento}"},{"description":{"content":"<p>mese di selezione</p>\n","type":"text/plain"},"key":"mese","value":"{mese}"},{"description":{"content":"<p>anno di selezione</p>\n","type":"text/plain"},"key":"anno","value":"{anno}"}],"variable":[]}},"response":[{"id":"a5a0c993-cca6-4013-b652-2afa11ec7bed","name":"ListaScadenzario","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.b2beasy.it/b2beasy/scadenzario?idazienda=X7F3QUO5JWDTHBODHM39&pagato=0&tipodocumento=1","protocol":"https","host":["app","b2beasy","it"],"path":["b2beasy","scadenzario"],"query":[{"key":"idazienda","value":"X7F3QUO5JWDTHBODHM39"},{"key":"pagato","value":"0"},{"key":"tipodocumento","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"2590","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 12:42:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n    \"success\":true,\r\n    \"rows\" : [\r\n                {\r\n                    \"iddocumento\": \"201800190816\",\r\n                    \"cliente\": \"DOMENICO NAVARRA & PARTNERS S.A.S.\",\r\n                    \"numerodoc\": \"8\",\r\n                    \"datadoc\": \"25/07/2018\",\r\n                    \"importo\": \"1950,00\",\r\n                    \"scadenza\": \"24/08/2018\",\r\n                    \"pagamento\": \"Bonifico 30gg DF\",\r\n                    \"pagato\": \"<input type='checkbox' class='selezionapagato' id='140004'>\"\r\n                },\r\n                {\r\n                    \"iddocumento\": \"201800116619\",\r\n                    \"cliente\": \"DOMENICO NAVARRA & PARTNERS S.A.S.\",\r\n                    \"numerodoc\": \"3\",\r\n                    \"datadoc\": \"17/05/2018\",\r\n                    \"importo\": \"1830,00\",\r\n                    \"scadenza\": \"16/06/2018\",\r\n                    \"pagamento\": \"Bonifico 30gg DF\",\r\n                    \"pagato\": \"<input type='checkbox' class='selezionapagato' id='115281'>\"\r\n                },\r\n                {\r\n                    \"iddocumento\": \"201800117188\",\r\n                    \"cliente\": \"DOMENICO NAVARRA & PARTNERS S.A.S.\",\r\n                    \"numerodoc\": \"4\",\r\n                    \"datadoc\": \"18/05/2018\",\r\n                    \"importo\": \"1830,00\",\r\n                    \"scadenza\": \"17/06/2018\",\r\n                    \"pagamento\": \"Bonifico 30gg DF\",\r\n                    \"pagato\": \"<input type='checkbox' class='selezionapagato' id='115604'>\"\r\n                },\r\n                {\r\n                    \"iddocumento\": \"201800117262\",\r\n                    \"cliente\": \"DOMENICO NAVARRA & PARTNERS S.A.S.\",\r\n                    \"numerodoc\": \"5\",\r\n                    \"datadoc\": \"18/05/2018\",\r\n                    \"importo\": \"1830,00\",\r\n                    \"scadenza\": \"17/06/2018\",\r\n                    \"pagamento\": \"Bonifico 30gg DF\",\r\n                    \"pagato\": \"<input type='checkbox' class='selezionapagato' id='115639'>\"\r\n                },\r\n                {\r\n                    \"iddocumento\": \"201800133525\",\r\n                    \"cliente\": \"DOMENICO NAVARRA & PARTNERS S.A.S.\",\r\n                    \"numerodoc\": \"7\",\r\n                    \"datadoc\": \"14/06/2018\",\r\n                    \"importo\": \"1830,00\",\r\n                    \"scadenza\": \"14/07/2018\",\r\n                    \"pagamento\": \"Bonifico 30gg DF\",\r\n                    \"pagato\": \"<input type='checkbox' class='selezionapagato' id='125428'>\"\r\n                },\r\n                {\r\n                    \"iddocumento\": \"201800136775\",\r\n                    \"cliente\": \"PRATELLINI SEBASTIANO\",\r\n                    \"numerodoc\": \"11\",\r\n                    \"datadoc\": \"21/06/2018\",\r\n                    \"importo\": \"1234,00\",\r\n                    \"scadenza\": \"22/06/2018\",\r\n                    \"pagamento\": \"Rimessa diretta RD\",\r\n                    \"pagato\": \"<input type='checkbox' class='selezionapagato' id='126857'>\"\r\n                },\r\n                {\r\n                    \"iddocumento\": \"201800159176\",\r\n                    \"cliente\": \"PRATELLINI SEBASTIANO\",\r\n                    \"numerodoc\": \"16\",\r\n                    \"datadoc\": \"27/06/2018\",\r\n                    \"importo\": \"20,00\",\r\n                    \"scadenza\": \"28/06/2018\",\r\n                    \"pagamento\": \"Rimessa diretta RD\",\r\n                    \"pagato\": \"<input type='checkbox' class='selezionapagato' id='129110'>\"\r\n                },\r\n                {\r\n                    \"iddocumento\": \"201800164698\",\r\n                    \"cliente\": \"PRATELLINI SEBASTIANO\",\r\n                    \"numerodoc\": \"17\",\r\n                    \"datadoc\": \"04/07/2018\",\r\n                    \"importo\": \"5083,34\",\r\n                    \"scadenza\": \"05/07/2018\",\r\n                    \"pagamento\": \"Rimessa diretta RD\",\r\n                    \"pagato\": \"<input type='checkbox' class='selezionapagato' id='131221'>\"\r\n                }\r\n            ]\r\n}\r\n"}],"_postman_id":"e384eaf8-8bba-44e7-8789-ac3c26ddeae9"}],"id":"ed11490d-cdfe-42ac-9171-c409d2adf2f0","description":"<p>Gestione login di sistema e funzioni generali</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c80b9726-12ff-4f52-86d8-07740cde1c4f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc3d30e8-66c1-44b7-9e4f-562eae5e16fd","type":"text/javascript","exec":[""]}}],"_postman_id":"ed11490d-cdfe-42ac-9171-c409d2adf2f0"},{"name":"Caricamento fatture","item":[{"name":"CaricamentoFile","id":"6ed264b8-6ed5-4322-8b55-a0f0fc8af4c6","request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"idupload","value":"X7F3QUO5JWDTHFDSHM39","description":"<p>identificativo azienda (obbligatorio, \nrecuperato dalla login)</p>\n","type":"text"},{"key":"file","value":null,"description":"<p>File pdf o xml</p>\n","type":"file"},{"key":"note","value":"testo lungo","description":"<p>campo note interne da associare al file  (facoltativo)</p>\n","type":"text"},{"key":"categoria","value":"0","description":"<p>categoria del file (facoltativo, usato per la classficazione manuale e valido solo per PDF)</p>\n","type":"text"}]},"url":"https://app.b2beasy.it/b2beasy/Upload","description":"<p>Caricamento documenti sulla piattaforma.\nE' possibile caricare i formati png, jpg, pdf, xml, p7m</p>\n<p>I file immagine vengono trasformati in pdf</p>\n<p>Ad ogni file caricato viene assegnato un protocollo univoco</p>\n<p>Se vengono caricati file XML o p7m questi vengono identificati e archiviati.\nSe l'azienda ha il flag attivo \"spedisci XML caricati\" questi vengono mandati al sistema di interscambio e si trovano le fatture dentro la voce Interscambio con relativi stati.</p>\n<p>I files xml caricati, devono seguire le norme di nomenclatura dell'agenzia dell'entrate.\n<a href=\"https://www.fatturapa.gov.it/export/fatturazione/it/c-11.htm\">https://www.fatturapa.gov.it/export/fatturazione/it/c-11.htm</a></p>\n<p>In caso di caricamento documento con categoria usare la seguente codifica:  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Categoria</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Doc Acquisto</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Doc Vendita</td>\n</tr>\n<tr>\n<td>3</td>\n<td>E/C Banca</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Contabile Banca</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Carta di credito</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Rimborso spese</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Prima nota</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Corrispettivi</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Info da cliente</td>\n</tr>\n<tr>\n<td>11</td>\n<td>F24</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Riepiloghi Paghe</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Varie</td>\n</tr>\n</tbody>\n</table>\n</div><p>Ulteriori Esempi:</p>\n<p>Il file dovrà essere passato all'interno di un form.</p>\n<p><code>var form = new FormData(); form.append(\"files\", \"C:\\\\Users\\\\Giorgio\\\\Downloads\\\\virtualfirewallednetwork.pdf\"); form.append(\"idupload\", \"FVX1PLFTU6182625GS4N\");</code></p>\n<p><code>var settings = {   \"async\": true,   \"crossDomain\": true,   \"url\": \"https://app.b2beasy.it/b2beasy/Upload\",   \"method\": \"POST\",   \"headers\": {     \"Cache-Control\": \"no-cache\",   },   \"processData\": false,   \"contentType\": false,   \"mimeType\": \"multipart/form-data\",   \"data\": form }</code></p>\n<p><code>$.ajaxsettings).done(function (response) {   console.log(response); });</code></p>\n<p>lo stesso esempio in c#:</p>\n<p><code>var client = new RestClient(\"https://app.b2beasy.it/b2beasy/Upload\");</code></p>\n<p><code>var request = new RestRequest(Method.POST);</code></p>\n<p><code>request.AddHeader(\"Cache-Control\", \"no-cache\");</code></p>\n<p><code>request.AddHeader(\"content-type\", \"multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW\");</code></p>\n<p><code>request.AddParameter(\"multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW\", \"------WebKitFormBoundary7MA4YWxkTrZu0gW\\r\\nContent-Disposition: form-data; name=\\\"files\\\"; filename=\\\"C:\\\\Users\\\\Giorgio\\\\Downloads\\\\virtualfirewallednetwork.pdf\\\"\\r\\nContent-Type: application/pdf\\r\\n\\r\\n\\r\\n------WebKitFormBoundary7MA4YWxkTrZu0gW\\r\\nContent-Disposition: form-data; name=\\\"idupload\\\"\\r\\n\\r\\nFVX1PLFTU6182625GS4N\\r\\n------WebKitFormBoundary7MA4YWxkTrZu0gW--\", ParameterType.RequestBody);</code></p>\n<p>`IRestResponse response = client.Execute(request);``</p>\n","urlObject":{"protocol":"https","path":["b2beasy","Upload"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"23821fca-1b8e-471f-8e77-89999dd12159","name":"CaricamentoFIle","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":null},{"key":"idupload","value":"DASDGADGASDASDASD","description":"identificativo azienda (obbligatorio, \nrecuperato dalla login)","type":"text"},{"key":"note","value":"testo lungo","description":"campo note interne da associare al file  (facoltativo)\n","type":"text"},{"key":"categoria","value":"0","description":"categoria del file (facoltativo, usato per la classficazione manuale e valido solo per PDF)\n","type":"text"}]},"url":"https://app.b2beasy.it/b2beasy/Upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"235","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 03 Sep 2018 13:44:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"error\": \"\",\r\n  \"name\": \"9151_1470.pdf\",\r\n  \"protocollo\": \"201701000021074\",\r\n  \"files\": [\r\n    {\r\n      \"success\": true,\r\n      \"error\": \"\",\r\n      \"name\": \"9151_1470.pdf\",\r\n      \"protocollo\": \"201701000021074\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"6ed264b8-6ed5-4322-8b55-a0f0fc8af4c6"}],"id":"d525f2b7-24d6-484c-ad57-6e69dc0fc0de","description":"<p>Caricamento file PDF o XML</p>\n<p>I file XML caricati possono essere sia file da archiviare che fatture da inviare.</p>\n","event":[{"listen":"prerequest","script":{"id":"d00ffda6-9d3e-4a5f-92e5-46c4870ce69c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"edfd5cf3-0ba9-4f15-9fb9-52deda0fa97c","type":"text/javascript","exec":[""]}}],"_postman_id":"d525f2b7-24d6-484c-ad57-6e69dc0fc0de"},{"name":"Verifica fatture","item":[{"name":"Lista fatture Interscambio","id":"b8aa176a-8889-424b-b6d7-cd46ca6d6ec8","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://app.b2beasy.it/b2beasy/Interscambio/SADERUO5JWDTHBODHM39?offset={offset}&limit={limit}&order={order}&anno={anno}&filtrotipodocumento={filtrotipodocumento}&filtrostato={filtrostato}&conservatosoteria={conservatosoteria}&filtrodatafattura={filtrodatafattura}&filtrodataricezione={filtrodataricezione}","description":"<ul>\n<li>scarica la lista di interscambio</li>\n</ul>\n<p>idazienda -&gt; il valore dell'azienda ottenuto dal login</p>\n<p>tramite la lista di interscambio si ottengono gli identificativi che saranno poi utilizzati per verificare lo stato SDI\n<a href=\"https://documenter.getpostman.com/view/3340600/RWTiyLCz#d93cf229-67a2-4e95-93fd-c5ffd67343d3\">https://documenter.getpostman.com/view/3340600/RWTiyLCz#d93cf229-67a2-4e95-93fd-c5ffd67343d3</a></p>\n<p>I campi idallegato e idallegatoxml sono gli identificativi dei file.\nQuesti possono essere scaricati via GET con l'enpoint \n<a href=\"https://app.b2beasy.it/b2beasy/Allegati/xxxx\">https://app.b2beasy.it/b2beasy/Allegati/xxxx</a></p>\n<p>Per filtrotipodocumento consultare la tabella iddocumento <a href=\"https://documenter.getpostman.com/view/3340600/RWTiyLCz#ad7748f0-5506-48fb-86c4-2b216dfa8fa1\">https://documenter.getpostman.com/view/3340600/RWTiyLCz#ad7748f0-5506-48fb-86c4-2b216dfa8fa1</a>, filtrotipodocumento = 0 per tutti i tipi di documento</p>\n<h1 id=\"filtrostato\">filtrostato</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Tutti gli stati</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Fatture in attesa</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Fatture Rifiutate</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Fatture Accettate</td>\n</tr>\n</tbody>\n</table>\n</div><p>Conservatosoteria = \"on\" se si vuole filtrare i documenti conservati su soteria, altrimenti non passare questo campo.</p>\n","urlObject":{"protocol":"https","path":["b2beasy","Interscambio","SADERUO5JWDTHBODHM39"],"host":["app","b2beasy","it"],"query":[{"description":{"content":"<p>numero di record di partenza</p>\n","type":"text/plain"},"key":"offset","value":"{offset}"},{"description":{"content":"<p>limita il numero di risultati</p>\n","type":"text/plain"},"key":"limit","value":"{limit}"},{"description":{"content":"<p>ordinamento (desc o esc)</p>\n","type":"text/plain"},"key":"order","value":"{order}"},{"description":{"content":"<p>anno di ricerca (se non indicato usa anno in corso)</p>\n","type":"text/plain"},"key":"anno","value":"{anno}"},{"description":{"content":"<p>filtro per id documento ( solo premium )</p>\n","type":"text/plain"},"key":"filtrotipodocumento","value":"{filtrotipodocumento}"},{"description":{"content":"<p>filtro per id stato  ( solo premium )</p>\n","type":"text/plain"},"key":"filtrostato","value":"{filtrostato}"},{"description":{"content":"<p>filtro per i documenti conservati in soteria  ( solo premium )</p>\n","type":"text/plain"},"key":"conservatosoteria","value":"{conservatosoteria}"},{"description":{"content":"<p>filtro per data fattura ( solo premium )</p>\n","type":"text/plain"},"key":"filtrodatafattura","value":"{filtrodatafattura}"},{"description":{"content":"<p>filtro per data ricezione ( solo premium )</p>\n","type":"text/plain"},"key":"filtrodataricezione","value":"{filtrodataricezione}"}],"variable":[]}},"response":[{"id":"c0f83cfc-2def-4c43-87f0-283152806f3f","name":"ScaricaListaInterscambio","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.b2beasy.it/b2beasy/Interscambio/SADERUO5JWDTHBODHM39?anno=2018&order=asc&offset=0&limit=10","protocol":"https","host":["app","b2beasy","it"],"path":["b2beasy","Interscambio","SADERUO5JWDTHBODHM39"],"query":[{"key":"anno","value":"2018"},{"key":"order","value":"asc"},{"key":"offset","value":"0"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"6352","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 08:41:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"total\": 2,\n    \"rows\": [\n        {\n            \"stato\": \"<span><i style='color:#FF8100;font-size=32px' class='fa fa-cloud-upload'></i></span>\",\n            \"clifor\": \"Cliente pubblico 1\",\n            \"totale\": \"1,22€\",\n            \"datafattura\": \"20/04/2018\",\n            \"tipodocumento\": \"Fattura\",\n            \"scadenza\": \"20/05/2018\",\n            \"action\": \"<a id='201701000121235' class='btn btn-primary' href='originali.ashx?protocollo=201701000121235' target='_blank' ><i class='fa fa-file-pdf-o'></i></a><a id='201701000121236' class='btn btn-primary' href='originali.ashx?protocollo=201701000121236' target='_blank' ><i class='fa fa-tag'> xml</i></a>\",\n            \"statosdi\": \"<span class='notificaQtipAJAX dot sdi dot dot2' idnotifica='dsds1-B458-44C0-879B-B4052E952E22'></span>\",\n            \"statopa\":\t1,\n\t\t\t\"identificativo\":\t\"dsds1-B458-44C0-879B-B4052E952E22\",\n\t\t\t\"fatturaelettronica\":\ttrue,\n\t\t\t\"idallegato\":\t\"201701000121235\",\n\t\t\t\"idallegatoxml\":\t\"201701000121236\"\n        },\n        {\n            \"stato\": \"<span><i style='color:#FF8100;font-size=32px' class='fa fa-cloud-upload'></i></span>\",\n            \"clifor\": \"Cliente pubblico 1\",\n            \"totale\": \"12200,00€\",\n            \"datafattura\": \"23/04/2018\",\n            \"tipodocumento\": \"Fattura\",\n            \"scadenza\": \"23/05/2018\",\n            \"action\": \"<a id='201701000121235' class='btn btn-primary' href='originali.ashx?protocollo=201701000121235' target='_blank' ><i class='fa fa-file-pdf-o'></i></a><a id='201701000121236' class='btn btn-primary' href='originali.ashx?protocollo=201701000121236' target='_blank' ><i class='fa fa-tag'> xml</i></a>\",\n            \"statosdi\": \"<span class='notificaQtipAJAX dot sdi dot dot2' idnotifica='C0693A9B-6A34-40FD-ACCB-dssssss'></span>\",\n            \"statopa\":\t1,\n\t\t\t\"identificativo\":\t\"C0693A9B-6A34-40FD-ACCB-dssssss\",\n\t\t\t\"fatturaelettronica\":\ttrue,\n\t\t\t\"idallegato\":\t\"201701000121235\",\n\t\t\t\"idallegatoxml\":\t\"201701000121236\"\n        }\n    ]\n}"},{"id":"f8f8b2f7-fe7a-4ba1-827e-66b24673bdde","name":"Lista fatture Interscambio Filtri Premium","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.b2beasy.it/b2beasy/Interscambio/SADERUO5JWDTHBODHM39?offset=0&limit=10&order=asc&anno=2018&filtrotipodocumento=0&filtrostato=0&conservatosoteria=on&filtrodatafattura=01%2F10%2F2018+-+15%2F10%2F2018","protocol":"https","host":["app","b2beasy","it"],"path":["b2beasy","Interscambio","SADERUO5JWDTHBODHM39"],"query":[{"key":"offset","value":"0","description":"numero di record di partenza"},{"key":"limit","value":"10","description":"limita il numero di risultati"},{"key":"order","value":"asc","description":"ordinamento (desc o esc)"},{"key":"anno","value":"2018","description":"anno di ricerca (se non indicato usa anno in corso)"},{"key":"filtrotipodocumento","value":"0"},{"key":"filtrostato","value":"0"},{"key":"conservatosoteria","value":"on"},{"key":"filtrodatafattura","value":"01%2F10%2F2018+-+15%2F10%2F2018"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept"},{"key":"Date","value":"Thu, 14 Mar 2019 08:55:37 GMT"},{"key":"Content-Length","value":"3044"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"total\": 2,\n    \"rows\": [\n        {\n            \"stato\": \"<span><i style='color:#FF8100;font-size=32px' class='fa fa-cloud-upload'></i></span>\",\n            \"statotesto\": \"spedita\",\n            \"numerodoc\": \"33\",\n            \"clifor\": \"Demo importazione\",\n            \"totale\": \"3050,00€\",\n            \"datafattura\": \"12/10/2018\",\n            \"tipodocumento\": \"<div class=\\\"flex-container \\\"><div class=\\\"flex-item tipodocumento\\\">Fattura</div><div data-soteria=9fd3b8d6-1fc4-4eb9-b1c7-24e3394d1d55 title=\\\"Documento in conservazione sostitutiva! Cliccami per accedere\\\" class=\\\"lock-container flex-item notificaQtipSemplice\\\"><div class=\\\"lock animated \\\"><div class=\\\"keyhole\\\"></div></div></div></div>\",\n            \"conservato\": true,\n            \"scadenza\": \"13/10/2018\",\n            \"scaricato\": false,\n            \"action\": \"<a title=\\\"Scarica PDF\\\" id='201800236453' class='btn btn-primary notificaQtipSemplice' href='b2beasy/Allegati/201800236453' target='_blank' ><i class='fa fa-file-pdf-o'></i></a><a title=\\\"Scarica XML\\\" id='201800236454' class='btn btn-primary notificaQtipSemplice' href='b2beasy/Allegati/201800236454' target='_blank' ><i class='fa fa-file-code-o'></i></a>\",\n            \"statosdi\": \"<span class='notificaQtipAJAX dot sdi dot dot3' idnotifica='6F863903-E3EE-4814-A0DC-1C5CAEACA1D4'></span>\",\n            \"statopa\": \"3\",\n            \"identificativo\": \"6F863903-E3EE-4814-A0DC-1C5CAEACA1D4\",\n            \"fatturaelettronica\": true,\n            \"idallegato\": \"201800236453\",\n            \"idallegatoxml\": \"201800236454\",\n            \"dataricezione\": \"-\",\n            \"numero\": \"33\"\n        },\n        {\n            \"stato\": \"<span><i style='color:#FF8100;font-size=32px' class='fa fa-cloud-upload'></i></span>\",\n            \"statotesto\": \"spedita\",\n            \"numerodoc\": \"30\",\n            \"clifor\": \"Vitelli\",\n            \"totale\": \"122,00€\",\n            \"datafattura\": \"03/10/2018\",\n            \"tipodocumento\": \"<div class=\\\"flex-container \\\"><div class=\\\"flex-item tipodocumento\\\">Fattura</div><div data-soteria=9fd3b8d6-1fc4-4eb9-b1c7-24e3394d1d55 title=\\\"Documento in conservazione sostitutiva! Cliccami per accedere\\\" class=\\\"lock-container flex-item notificaQtipSemplice\\\"><div class=\\\"lock animated \\\"><div class=\\\"keyhole\\\"></div></div></div></div>\",\n            \"conservato\": true,\n            \"scadenza\": \"04/10/2018\",\n            \"scaricato\": false,\n            \"action\": \"<a title=\\\"Scarica PDF\\\" id='201800227764' class='btn btn-primary notificaQtipSemplice' href='b2beasy/Allegati/201800227764' target='_blank' ><i class='fa fa-file-pdf-o'></i></a><a title=\\\"Scarica XML\\\" id='201800227765' class='btn btn-primary notificaQtipSemplice' href='b2beasy/Allegati/201800227765' target='_blank' ><i class='fa fa-file-code-o'></i></a>\",\n            \"statosdi\": \"<span class='notificaQtipAJAX dot sdi dot dot3' idnotifica='D7031353-F9D2-43CA-B96E-671F3F5ACE7B'></span>\",\n            \"statopa\": \"3\",\n            \"identificativo\": \"D7031353-F9D2-43CA-B96E-671F3F5ACE7B\",\n            \"fatturaelettronica\": true,\n            \"idallegato\": \"201800227764\",\n            \"idallegatoxml\": \"201800227765\",\n            \"dataricezione\": \"-\",\n            \"numero\": \"30\"\n        }\n    ]\n}"}],"_postman_id":"b8aa176a-8889-424b-b6d7-cd46ca6d6ec8"},{"name":"Lista Anni interscambio","id":"d66cb957-b53a-4783-bfab-29b56e3a485a","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/b2beasy/Interscambioanni/{azienda}","description":"<p>Scarica un array con la lista degli anni delle fatture presenti in interscambio.</p>\n<p>idazienda -&gt; il valore dell'azienda ottenuto dal login</p>\n","urlObject":{"protocol":"https","path":["b2beasy","Interscambioanni","{azienda}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"02ef3c98-682b-4cb7-8cfe-108d2b6c544a","name":"Scarica Lista Anni interscambio","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/b2beasy/Interscambioanni/{azienda}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"67","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 11:01:37 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"1ucszcy2v4vyawrzjyzrjj5w","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"[\n\t\"2018\"\n]"}],"_postman_id":"d66cb957-b53a-4783-bfab-29b56e3a485a"},{"name":"Stato SDI","id":"e0c22685-3d6f-412b-972a-2f6c0ad19fb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.b2beasy.it/fatture/StatoSdi?identificativo={id}","description":"<p><strong>26/10/2021 - Per motivi tecnici la rotta è cambiata.</strong></p>\n<ul>\n<li>scarica lo stato dell'SDI passando l'identificativo ricevuto dalla lista Interscambio</li>\n</ul>\n<p>Se la fattura è stata caricata via upload, l'identificato è il nome del file xml</p>\n","urlObject":{"protocol":"https","path":["fatture","StatoSdi"],"host":["app","b2beasy","it"],"query":[{"key":"identificativo","value":"{id}"}],"variable":[]}},"response":[{"id":"2d2026a4-e091-41a7-8356-89e8ea794768","name":"ScaricaStatoSDI","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.b2beasy.it/fatture/StatoSdi?identificativo=C5C5B7A0-EBC6-4DBD-A59C-9288CF1324AC","protocol":"https","host":["app","b2beasy","it"],"path":["fatture","StatoSdi"],"query":[{"key":"identificativo","value":"C5C5B7A0-EBC6-4DBD-A59C-9288CF1324AC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"66","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 07:19:27 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"rows\": [\n        {\n            \"Nome\": \"IT04075500373_1.xml\",\n            \"Esito\": \"Inoltrata al Sdi\",\n            \"Data\": \"22/05/2018 13:32:00\"\n        },\n        {\n            \"Nome\": \"IT04075500373_1.xml\",\n            \"Esito\": \"1.1.4 CodiceDestinatario di 7 caratteri a fronte di 1.1.3 FormatoTrasmissione con valore FPA12 o 1.1.4 CodiceDestinatario di 6 caratteri a fronte di 1.1.3 FormatoTrasmissione con valore FPR12 - Per la fattura: 14E del 2018-05-20\",\n            \"Data\": \"23/05/2018 11:07:00\"\n        },\n        {\n            \"Nome\": \"IT04075500373_1.xml\",\n            \"Esito\": \"Fattura scartata. Errore: 00399 : CodiceFiscale del CessionarioCommittente presente nell'anagrafica IPA di riferimento in presenza di 1.1.4 CodiceDestinatario valorizzato  a \\\"999999\\\" oppure di 1.1.3 <FormatoTrasmissione> valorizzato a FPR12 : Per il CF: 80062730371 \",\n            \"Data\": \"23/05/2018 11:04:00\"\n        },\n        {\n            \"Nome\": \"IT04075500373_4.xml\",\n            \"Esito\": \"Fattura ricevuta dall'ente. Attesa esito finale.\",\n            \"Data\": \"23/05/2018 15:11:00\"\n        },\n        {\n            \"Nome\": \"IT04075500373_4.xml\",\n            \"Esito\": \"Inoltrata al Sdi\",\n            \"Data\": \"23/05/2018 11:34:00\"\n        },\n        {\n            \"Nome\": \"IT04075500373_4.xml\",\n            \"Esito\": \"Scartata: EC02 - Errore: Deve essere impostata con regime IVA Scissione dei pagamenti, \",\n            \"Data\": \"04/06/2018 23:32:00\"\n        },\n        {\n            \"Nome\": \"IT04075500373_5.xml\",\n            \"Esito\": \"Fattura ricevuta dall'ente. Attesa esito finale.\",\n            \"Data\": \"05/06/2018 15:58:00\"\n        },\n        {\n            \"Nome\": \"IT04075500373_5.xml\",\n            \"Esito\": \"Inoltrata al Sdi\",\n            \"Data\": \"05/06/2018 11:58:00\"\n        },\n        {\n            \"Nome\": \"IT04075500373_5.xml\",\n            \"Esito\": \"Accettata EC01\",\n            \"Data\": \"13/06/2018 14:35:00\"\n        }\n    ]\n}"}],"_postman_id":"e0c22685-3d6f-412b-972a-2f6c0ad19fb8"},{"name":"ScaricaZIPSdi","id":"6c5435ff-99b6-4e37-8ffd-0fda8ca9dd62","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/scaricaXML/{identificativo}","description":"<ul>\n<li>scarica i file xml caricati sul sistema di interscambio tramite l'identificativo, i file vengono restituiti in un archivio zip.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","scaricaXML","{identificativo}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"e43af3f7-d12e-497b-81f4-5b42acb8b5a4","name":"ScaricaZIPSdi","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/scaricaXML/C5C5B7A0-EBC6-4DBD-A59C-9288CF1324AC"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"37962","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/octet-stream","name":"Content-Type","description":"The mime type of this content"},{"key":"Content-disposition","value":"attachment;filename=59f0d775-c560-4e9c-b778-1350b69b9423.zip","name":"Content-disposition","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type"},{"key":"Date","value":"Tue, 04 Sep 2018 08:36:53 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":""}],"_postman_id":"6c5435ff-99b6-4e37-8ffd-0fda8ca9dd62"},{"name":"Download File","id":"92da594b-0221-4630-9408-a5b8431a5afc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.b2beasy.it/b2beasy/Allegati/XXXXX","description":"<p>Indicando il codice allegato o allegatoxml,ricavabili dall'endpoint Interscambio, permette di scaricare il file</p>\n<p>Il file viene scaricato come content type application/pdf per i files PDF - text/xml per i file xml e application/octet-stream per gli altri.</p>\n<p>Non viene restituito nulla se non esistente o permesso negato.</p>\n","urlObject":{"protocol":"https","path":["b2beasy","Allegati","XXXXX"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[],"_postman_id":"92da594b-0221-4630-9408-a5b8431a5afc"}],"id":"fd7ced99-c7f5-4f61-9310-9173c26c93ee","description":"<p>Endpoint di verifica stato fatture caricate o fatture inviate e ricevute</p>\n","event":[{"listen":"prerequest","script":{"id":"cddc45d7-59c4-4973-b90e-d6cff716f131","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f152e810-a95f-46c0-8756-2f9c27374857","type":"text/javascript","exec":[""]}}],"_postman_id":"fd7ced99-c7f5-4f61-9310-9173c26c93ee"},{"name":"Creazione fatture","item":[{"name":"Cliente","item":[{"name":"Clienti/{azienda}?start={start}&limit={limit}&sort={sort}&search={search}&select={select}","id":"fd765b98-cc9d-449c-aa82-bb8932c77833","request":{"method":"GET","header":[],"url":"https://app.b2beasy.it/fatture/Clienti/{azienda}?start={start}&limit={limit}&sort={sort}&search={search}&select={select}","description":"<p>GetClienti</p>\n<ul>\n<li>Scarica la lista dei clienti</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Clienti","{azienda}"],"host":["app","b2beasy","it"],"query":[{"description":{"content":"<p>numero di record di partenza</p>\n","type":"text/plain"},"key":"start","value":"{start}"},{"description":{"content":"<p>limita il numero di risultati</p>\n","type":"text/plain"},"key":"limit","value":"{limit}"},{"description":{"content":"<p>ordina in base al nome della colonna</p>\n","type":"text/plain"},"key":"sort","value":"{sort}"},{"key":"search","value":"{search}"},{"description":{"content":"<p>true per scaricare i dati delle select</p>\n","type":"text/plain"},"key":"select","value":"{select}"}],"variable":[]}},"response":[{"id":"0c1b456e-21e0-4523-95a1-5bffbc10dcee","name":"clienti","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.b2beasy.it/fatture/Clienti/X7F3QUO5JWDTHBODHM39?start=0&limit=10","protocol":"https","host":["app","b2beasy","it"],"path":["fatture","Clienti","X7F3QUO5JWDTHBODHM39"],"query":[{"key":"start","value":"0"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"4747","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 08:47:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"total\": 48,\n    \"rows\": [\n        {\n            \"Id\": 4,\n            \"Denominazione\": \"Cliente pubblico 1\",\n            \"PI\": \"6666666666\",\n            \"Citta\": \"bologna\",\n            \"CF\": \"prtsst79a19a944q\",\n            \"Indirizzo\": \"via provetta\",\n            \"fatturazione_fine_mese\": \"<div class='ios-checkbox'><input type='checkbox' class='ios-switch ios-switch-md checkboxfinemese' id='fine_mese4' name='fine_mese4' ><label for='fine_mese4'></label></div>\",\n            \"action\": \"<button id='4' class='modificaCliente notificaQtipSemplice' title='Modifica cliente' ><i class='fa fa-edit'></i></button><button id='4' class='cancellaCliente notificaQtipSemplice' title='Elimina cliente'><i class='fa fa-trash'></i></button>\"\n        },\n        {\n            \"Id\": 12,\n            \"Denominazione\": \"ELISA ERIOLI\",\n            \"PI\": \"012345678\",\n            \"Citta\": \"PIANORO\",\n            \"CF\": \"RLELSE79S70A944F\",\n            \"Indirizzo\": \"P.ZZA PICCININI, 4\",\n            \"fatturazione_fine_mese\": \"<div class='ios-checkbox'><input type='checkbox' class='ios-switch ios-switch-md checkboxfinemese' id='fine_mese12' name='fine_mese12' checked><label for='fine_mese12'></label></div>\",\n            \"action\": \"<button id='12' class='modificaCliente notificaQtipSemplice' title='Modifica cliente' ><i class='fa fa-edit'></i></button><button id='12' class='cancellaCliente notificaQtipSemplice' title='Elimina cliente'><i class='fa fa-trash'></i></button>\"\n        },\n        {\n            \"Id\": 25,\n            \"Denominazione\": \"NIFO SRL\",\n            \"PI\": \"14764\",\n            \"Citta\": \"bologna\",\n            \"CF\": \"14764\",\n            \"Indirizzo\": \"Via vaia\",\n            \"fatturazione_fine_mese\": \"<div class='ios-checkbox'><input type='checkbox' class='ios-switch ios-switch-md checkboxfinemese' id='fine_mese25' name='fine_mese25' ><label for='fine_mese25'></label></div>\",\n            \"action\": \"<button id='25' class='modificaCliente notificaQtipSemplice' title='Modifica cliente' ><i class='fa fa-edit'></i></button><button id='25' class='cancellaCliente notificaQtipSemplice' title='Elimina cliente'><i class='fa fa-trash'></i></button>\"\n        },\n        {\n            \"Id\": 26,\n            \"Denominazione\": \"STUDIO BOOST SRL\",\n            \"PI\": \"003412291209\",\n            \"Citta\": \"\",\n            \"CF\": \"003412291209\",\n            \"Indirizzo\": \"Piazza G. Piccinini, 4\",\n            \"fatturazione_fine_mese\": \"<div class='ios-checkbox'><input type='checkbox' class='ios-switch ios-switch-md checkboxfinemese' id='fine_mese26' name='fine_mese26' ><label for='fine_mese26'></label></div>\",\n            \"action\": \"<button id='26' class='modificaCliente notificaQtipSemplice' title='Modifica cliente' ><i class='fa fa-edit'></i></button><button id='26' class='cancellaCliente notificaQtipSemplice' title='Elimina cliente'><i class='fa fa-trash'></i></button>\"\n        },\n        {\n            \"Id\": 29,\n            \"Denominazione\": \"GORZANELLI RICCARDO\",\n            \"PI\": \"02410341206\",\n            \"Citta\": \"CASALECCHIO DI RENO\",\n            \"CF\": \"GRZRCR73E24A944M\",\n            \"Indirizzo\": \"Via CABOTO, 10CASALECCHIO DI RENO\",\n            \"fatturazione_fine_mese\": \"<div class='ios-checkbox'><input type='checkbox' class='ios-switch ios-switch-md checkboxfinemese' id='fine_mese29' name='fine_mese29' ><label for='fine_mese29'></label></div>\",\n            \"action\": \"<button id='29' class='modificaCliente notificaQtipSemplice' title='Modifica cliente' ><i class='fa fa-edit'></i></button><button id='29' class='cancellaCliente notificaQtipSemplice' title='Elimina cliente'><i class='fa fa-trash'></i></button>\"\n        },\n        {\n            \"Id\": 51,\n            \"Denominazione\": \"AMAZON ITALIA LOGISTICA S.R.L.\",\n            \"PI\": \"07231660965\",\n            \"Citta\": \"MILANO\",\n            \"CF\": \"07231660965\",\n            \"Indirizzo\": \"VIALE MONTE GRAPPA 3/5\",\n            \"fatturazione_fine_mese\": \"<div class='ios-checkbox'><input type='checkbox' class='ios-switch ios-switch-md checkboxfinemese' id='fine_mese51' name='fine_mese51' ><label for='fine_mese51'></label></div>\",\n            \"action\": \"<button id='51' class='modificaCliente notificaQtipSemplice' title='Modifica cliente' ><i class='fa fa-edit'></i></button><button id='51' class='cancellaCliente notificaQtipSemplice' title='Elimina cliente'><i class='fa fa-trash'></i></button>\"\n        },\n        {\n            \"Id\": 70,\n            \"Denominazione\": \"DOMENICO NAVARRA e PARTNERS SAS\",\n            \"PI\": \"03003241209\",\n            \"Citta\": \"Casalecchio di Reno\",\n            \"CF\": \"03003241209\",\n            \"Indirizzo\": \"Calzavecchio, 23\",\n            \"fatturazione_fine_mese\": \"<div class='ios-checkbox'><input type='checkbox' class='ios-switch ios-switch-md checkboxfinemese' id='fine_mese70' name='fine_mese70' ><label for='fine_mese70'></label></div>\",\n            \"action\": \"<button id='70' class='modificaCliente notificaQtipSemplice' title='Modifica cliente' ><i class='fa fa-edit'></i></button><button id='70' class='cancellaCliente notificaQtipSemplice' title='Elimina cliente'><i class='fa fa-trash'></i></button>\"\n        },\n        {\n            \"Id\": 74,\n            \"Denominazione\": \"CALZOLARI ANDREA\",\n            \"PI\": \"01653490340\",\n            \"Citta\": \"Parma\",\n            \"CF\": \"01653490340\",\n            \"Indirizzo\": \"via Minuziano Alessandro, 5\",\n            \"fatturazione_fine_mese\": \"<div class='ios-checkbox'><input type='checkbox' class='ios-switch ios-switch-md checkboxfinemese' id='fine_mese74' name='fine_mese74' ><label for='fine_mese74'></label></div>\",\n            \"action\": \"<button id='74' class='modificaCliente notificaQtipSemplice' title='Modifica cliente' ><i class='fa fa-edit'></i></button><button id='74' class='cancellaCliente notificaQtipSemplice' title='Elimina cliente'><i class='fa fa-trash'></i></button>\"\n        },\n        {\n            \"Id\": 75,\n            \"Denominazione\": \"Distributore gas test\",\n            \"PI\": \"77777777777\",\n            \"Citta\": \"bologna\",\n            \"CF\": \"77777777777\",\n            \"Indirizzo\": \"via prova2\",\n            \"fatturazione_fine_mese\": \"<div class='ios-checkbox'><input type='checkbox' class='ios-switch ios-switch-md checkboxfinemese' id='fine_mese75' name='fine_mese75' ><label for='fine_mese75'></label></div>\",\n            \"action\": \"<button id='75' class='modificaCliente notificaQtipSemplice' title='Modifica cliente' ><i class='fa fa-edit'></i></button><button id='75' class='cancellaCliente notificaQtipSemplice' title='Elimina cliente'><i class='fa fa-trash'></i></button>\"\n        },\n        {\n            \"Id\": 87,\n            \"Denominazione\": \"PERLARI VALENTINO\",\n            \"PI\": \"01267830295\",\n            \"Citta\": \"ROVIGO\",\n            \"CF\": \"098765432\",\n            \"Indirizzo\": \"VIA SX CANALBIANCO 5\",\n            \"fatturazione_fine_mese\": \"<div class='ios-checkbox'><input type='checkbox' class='ios-switch ios-switch-md checkboxfinemese' id='fine_mese87' name='fine_mese87' ><label for='fine_mese87'></label></div>\",\n            \"action\": \"<button id='87' class='modificaCliente notificaQtipSemplice' title='Modifica cliente' ><i class='fa fa-edit'></i></button><button id='87' class='cancellaCliente notificaQtipSemplice' title='Elimina cliente'><i class='fa fa-trash'></i></button>\"\n        }\n    ]\n}"}],"_postman_id":"fd765b98-cc9d-449c-aa82-bb8932c77833"},{"name":"Cliente/{id}","id":"4f4ef51c-9d26-44fe-9497-751186d7fba5","request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"https://app.b2beasy.it/fatture/Cliente/{id}","description":"<p>GetCliente</p>\n<ul>\n<li>Scarica i dati del cliente passando l'id</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Cliente","{id}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"a188486d-fe1a-4747-8ff6-248fc0b44416","name":"Cliente/{id}","originalRequest":{"method":"GET","header":[],"url":"https://app.b2beasy.it/fatture/Cliente/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"584","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 08:55:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\n    \"success\": true,\n    \"id\": 4,\n    \"denominazione\": \"Cliente pubblico 1\",\n    \"pi\": \"6666666666\",\n    \"cf\": \"prtsst79a19a944q\",\n    \"indirizzo\": \"via provetta\",\n    \"cap\": \"40102\",\n    \"tel\": \"12343\",\n    \"citta\": \"bologna\",\n    \"provincia\": \"1\",\n    \"paese_sigla\": \"\",\n    \"provinciatesto\": \"AG\",\n    \"nazione\": \"Italia\",\n    \"confermata\": true,\n    \"idpagamento\": 10044,\n    \"pec\": \"\",\n    \"email\": \"seba@studioboost.it\",\n    \"fatturaelettronica\": true,\n    \"idbanca\": 1,\n    \"codicedestinatario\": \"abcdef7\",\n    \"idnazione\": 110,\n    \"cuu\": \"\",\n    \"fatturazione_fine_mese\": false,\n    \"riferimento_amministrazione\": \"abc\",\n    \"casospeciale\": false,\n    \"personafisica\": false\n}"}],"_postman_id":"4f4ef51c-9d26-44fe-9497-751186d7fba5"},{"name":"ControllaCliente/{idazienda}","id":"7fa28af5-c457-4df2-9d00-d69471da991d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.b2beasy.it/fatture/ControllaCliente/{idazienda}?term=xxxxxx","description":"<p>Controlla cliente</p>\n<p>Controlla se sulla piattaforma o sulle basi dati collegati esiste già un cliente con la partita iva passata</p>\n","urlObject":{"protocol":"https","path":["fatture","ControllaCliente","{idazienda}"],"host":["app","b2beasy","it"],"query":[{"key":"term","value":"xxxxxx"}],"variable":[]}},"response":[{"id":"03befc69-ce5a-493b-a57f-539c971f433e","name":"Cliente trovato","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.b2beasy.it/fatture/ControllaCliente/{idazienda}?term=xxxxxx","protocol":"https","host":["app","b2beasy","it"],"path":["fatture","ControllaCliente","{idazienda}"],"query":[{"key":"term","value":"xxxxxx"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"bloccato\": true,\n    \"alert\": false,\n    \"messaggio\": \"Abbiamo recuperato per lei i dati dell'azienda. La preghiamo di confermarli.\",\n    \"denominazione\": \"ANTICA FARMACIA sas\",\n    \"indirizzo\": \"CORSO FIORI 372\",\n    \"cap\": \"89127\",\n    \"citta\": \"REGGIO DI CALABRIA\",\n    \"comune\": \"RC\",\n    \"pi\": \"xxxx\",\n    \"cf\": \"xxxx\",\n    \"codicedestinatario\": \"BBBBBBB\",\n    \"nazione\": \"IT\",\n    \"trovato\": true\n}"},{"id":"400bba95-f17f-45c2-b9dd-b5612bc525fc","name":"Cliente non presente e non trovato ","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.b2beasy.it/fatture/ControllaCliente/{idazienda}?term=xxxxxx","protocol":"https","host":["app","b2beasy","it"],"path":["fatture","ControllaCliente","{idazienda}"],"query":[{"key":"term","value":"xxxxxx"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"bloccato\": false,\n    \"alert\": true,\n    \"messaggio\": \"Il dato inserito non appare essere un Codice fiscale o Partita iva valida. Proseguire ricontrollando i dati con maggiore attenzione.\",\n    \"trovato\": false\n}"},{"id":"50d0021c-b35d-43a8-a6e6-a5dd7a8040e3","name":"Cliente già presente in anagrafica","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.b2beasy.it/fatture/ControllaCliente/{idazienda}?term=xxxxxx","protocol":"https","host":["app","b2beasy","it"],"path":["fatture","ControllaCliente","{idazienda}"],"query":[{"key":"term","value":"xxxxxx"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"bloccato\": false,\n    \"alert\": true,\n    \"messaggio\": \"Errore. Il cliente inserito è già in anagrafica.\"\n}"}],"_postman_id":"7fa28af5-c457-4df2-9d00-d69471da991d"},{"name":"SelezioneCliente","id":"6f71b244-2bd4-40c9-a2f2-1b4dd6b40e05","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Selezionecliente/{id}?anno={anno}","description":"<ul>\n<li>seleziona il cliente</li>\n</ul>\n<p>anno non è parametro obbligatorio</p>\n","urlObject":{"protocol":"https","path":["fatture","Selezionecliente","{id}"],"host":["app","b2beasy","it"],"query":[{"description":{"content":"<p>anno di ricerca</p>\n","type":"text/plain"},"key":"anno","value":"{anno}"}],"variable":[]}},"response":[{"id":"6f5a3f1d-d8d3-4509-ab12-4a47f4f05d39","name":"SelezioneCliente","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Selezionecliente/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"6678","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 05 Sep 2018 09:01:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"idpagamento\": \"1\",\r\n  \"sezionale\": [\r\n    {\r\n      \"id\": \"1663\",\r\n      \"text\": \"E\",\r\n      \"prefisso\": \"E\",\r\n      \"progressivo\": 29\r\n    }\r\n  ],\r\n  \"pa\": true,\r\n  \"aliquotadefault\": \"1\",\r\n  \"aliquote\": [\r\n    {\r\n      \"id\": \"1\",\r\n      \"text\": \"IVA 22%\",\r\n      \"value\": \"22\"\r\n    },\r\n    {\r\n      \"id\": \"76\",\r\n      \"text\": \"IVA 22% Split Payment\",\r\n      \"value\": \"22\"\r\n    },\r\n    {\r\n      \"id\": \"2\",\r\n      \"text\": \"IVA 10%\",\r\n      \"value\": \"10\"\r\n    },\r\n    {\r\n      \"id\": \"77\",\r\n      \"text\": \"IVA 10% Split Payment\",\r\n      \"value\": \"10\"\r\n    },\r\n    {\r\n      \"id\": \"6\",\r\n      \"text\": \"Aliquota ventilazione 9%\",\r\n      \"value\": \"9\"\r\n    },\r\n    {\r\n      \"id\": \"3\",\r\n      \"text\": \"IVA 04%\",\r\n      \"value\": \"4\"\r\n    },\r\n    {\r\n      \"id\": \"78\",\r\n      \"text\": \"IVA 4% Split Payment\",\r\n      \"value\": \"4\"\r\n    },\r\n    {\r\n      \"id\": \"83\",\r\n      \"text\": \"Art. 17 comma 6 DPR 633/72 (Reverse Charge)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"65\",\r\n      \"text\": \"Art. 2 3 comma lett.D\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"66\",\r\n      \"text\": \"Art. 42 1 comma\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"68\",\r\n      \"text\": \"Art. 71 RSM\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"70\",\r\n      \"text\": \"Art. 8 bis n.i.\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"84\",\r\n      \"text\": \"Art. 8 c.35 Legge 67/88\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"69\",\r\n      \"text\": \"Art. 8 comma a/b n.i.\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"44\",\r\n      \"text\": \"Art.1 comma 3\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"43\",\r\n      \"text\": \"Art.36 bis\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"61\",\r\n      \"text\": \"Art.74-ter c.8\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"20\",\r\n      \"text\": \"Art.8 c.1 lett.A (triang.nazionale)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"52\",\r\n      \"text\": \"DL 331 a.50b4\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"45\",\r\n      \"text\": \"DL 41/95 Art.36 (regime del margine)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"25\",\r\n      \"text\": \"Es.art.10 n.8 ter b-d (cess.fabbr.strum)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"41\",\r\n      \"text\": \"Escl.a.7 quinquies vend.serv.PI UE\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"42\",\r\n      \"text\": \"Escl.a7 quinquies vend.serv.imp.extra UE\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"35\",\r\n      \"text\": \"Escl.art.26 (note var.no IVA)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"57\",\r\n      \"text\": \"Escl.art.7 bis\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"39\",\r\n      \"text\": \"Escl.art.7 quater ved.serv.a PI UE\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"40\",\r\n      \"text\": \"Escl.art.7 quater vend.serv.extra UE\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"15\",\r\n      \"text\": \"Escl.Art.7-ter ft.vend.serv.extra UE\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"16\",\r\n      \"text\": \"Escl.art.7-ter let. a vend.serv.a PI UE\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"24\",\r\n      \"text\": \"Escluso art.15\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"11\",\r\n      \"text\": \"Escluso Art.2\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"12\",\r\n      \"text\": \"Escluso Art.3\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"13\",\r\n      \"text\": \"Escluso Art.4\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"14\",\r\n      \"text\": \"Escluso Art.5\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"48\",\r\n      \"text\": \"Escluso art.7 septies\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"19\",\r\n      \"text\": \"Esente Art. 10\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"86\",\r\n      \"text\": \"Esente Art. 27 commi 1 e 2 D.L. n.98/2011\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"18\",\r\n      \"text\": \"Esente art.10 n. 1/9\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"30\",\r\n      \"text\": \"Esente art.10 n.11\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"17\",\r\n      \"text\": \"Esente Art.10 n.18 (prest.sanitarie)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"28\",\r\n      \"text\": \"Esente art.10 n.27-quinquies\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"46\",\r\n      \"text\": \"Esente art.19c3abi\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"67\",\r\n      \"text\": \"ESPORTAZIONI ART. 41\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"9\",\r\n      \"text\": \"Fuori campo IVA\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"34\",\r\n      \"text\": \"N.Imp.Art.8 c.1 lett.a (esp.no UE)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"54\",\r\n      \"text\": \"Non imp. Art.50 bis co.4\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"53\",\r\n      \"text\": \"Non imp.a.50 Bis - cess.dep.IVA\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"55\",\r\n      \"text\": \"Non imp.a.58 c1 CL331/93 triang.naz.\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"47\",\r\n      \"text\": \"Non Imp.art. 38 quater\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"27\",\r\n      \"text\": \"Non imp.art.14 L.49/87 (cess.ONG)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"49\",\r\n      \"text\": \"Non imp.art.41 dl 331/93 cess.intra\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"51\",\r\n      \"text\": \"Non imp.art.50 bis, c4 DL 331/93\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"56\",\r\n      \"text\": \"Non Imp.art.68 esc.lett.a import.non sogg.\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"58\",\r\n      \"text\": \"Non imp.art.71 (RSM e Vaticano)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"59\",\r\n      \"text\": \"Non imp.art.72\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"60\",\r\n      \"text\": \"Non imp.art.74 c.1-2 (tabacchi,quotidiani)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"26\",\r\n      \"text\": \"Non imp.art.74 ter (ag.viaggio)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"31\",\r\n      \"text\": \"Non imp.art.8 bis\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"33\",\r\n      \"text\": \"Non Imp.Art.8 c.2 lett.c\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"32\",\r\n      \"text\": \"Non Imp.art.8 co.1 lett.b\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"29\",\r\n      \"text\": \"Non Imp.art.8 co.2 (import.lett.intento)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"23\",\r\n      \"text\": \"Non imp.art.9 (serv.internaz.)\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"38\",\r\n      \"text\": \"Non Imp.art.9 co.2 serv.lett.intento\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"36\",\r\n      \"text\": \"Non imponibile altri acquisti\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"37\",\r\n      \"text\": \"Op.non soggette\",\r\n      \"value\": \"0\"\r\n    },\r\n    {\r\n      \"id\": \"75\",\r\n      \"text\": \"Vendite con lett. int.\",\r\n      \"value\": \"0\"\r\n    }\r\n  ],\r\n  \"idbanca\": \"1\"\r\n}"}],"_postman_id":"6f71b244-2bd4-40c9-a2f2-1b4dd6b40e05"},{"name":"InserisciCliente","id":"b4dd3aaa-d431-43d8-bacd-3659f5fa75d6","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"pi\":\"686132904543\",\"denominazione\":\"danielabonfiglioli\",\"indirizzo\":\"via provina\",\"cap\":\"40100\",\"citta\":\"Ravenna\",\"provincia\":\"80\",\"idnazione\":\"110\",\"email\":\"giorgio.piccinini@studioboost.it\",\"idbanca\":\"9\",\"idpagamento\":\"10039\",\"telefono\":\"7853432\",\"cf\":\"\",\"cuu\":\"\",\"pec\":\"\",\"codicedestinatario\":\"\",\"fatturaelettronica\":false, \"riferimento_amministrazione\": \"abc\", \"personafisica\": false}"},"url":"https://app.b2beasy.it/fatture/Cliente/{azienda}","description":"<ul>\n<li>Inserisci il cliente</li>\n</ul>\n<p>Attenzione. Se non si compila il campo idbanca con la banca creata in precedenza, il sistema risponde con un errore di autenticazione.</p>\n<h1 id=\"idpagamento\">IDpagamento</h1>\n<p>DF -&gt; data fattura<br />FM -&gt; fine mese  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id pagamento</th>\n<th>Modalità</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Bonifico</td>\n<td>30gg DF</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Rimessa diretta RD</td>\n<td>-</td>\n</tr>\n<tr>\n<td>10006</td>\n<td>Rb</td>\n<td>90/120/150 ggfm</td>\n</tr>\n<tr>\n<td>10008</td>\n<td>Rb</td>\n<td>120gg FM</td>\n</tr>\n<tr>\n<td>10009</td>\n<td>Rb</td>\n<td>90/120gg FM</td>\n</tr>\n<tr>\n<td>10010</td>\n<td>RD</td>\n<td>30gg FM</td>\n</tr>\n<tr>\n<td>10011</td>\n<td>RD</td>\n<td>60gg FM</td>\n</tr>\n<tr>\n<td>10012</td>\n<td>RD</td>\n<td>30gg DF</td>\n</tr>\n<tr>\n<td>10013</td>\n<td>RD</td>\n<td>90gg FM</td>\n</tr>\n<tr>\n<td>10014</td>\n<td>Rb</td>\n<td>60gg DF</td>\n</tr>\n<tr>\n<td>10015</td>\n<td>Rb</td>\n<td>30gg DF</td>\n</tr>\n<tr>\n<td>10016</td>\n<td>Rb</td>\n<td>150gg FM</td>\n</tr>\n<tr>\n<td>10017</td>\n<td>Rb</td>\n<td>45gg FM</td>\n</tr>\n<tr>\n<td>10018</td>\n<td>Rb</td>\n<td>150/180gg FM</td>\n</tr>\n<tr>\n<td>10019</td>\n<td>Rb</td>\n<td>75gg FM</td>\n</tr>\n<tr>\n<td>10020</td>\n<td>RD</td>\n<td>90gg DF</td>\n</tr>\n<tr>\n<td>10021</td>\n<td>Rb</td>\n<td>120gg DF</td>\n</tr>\n<tr>\n<td>10022</td>\n<td>Rb</td>\n<td>30/60/90/120gg FM</td>\n</tr>\n<tr>\n<td>10023</td>\n<td>RD</td>\n<td>45gg DF</td>\n</tr>\n<tr>\n<td>10024</td>\n<td>Rb</td>\n<td>30gg FM</td>\n</tr>\n<tr>\n<td>10025</td>\n<td>RD</td>\n<td>60gg FM</td>\n</tr>\n<tr>\n<td>10026</td>\n<td>Rb</td>\n<td>60gg FM</td>\n</tr>\n<tr>\n<td>10027</td>\n<td>RD</td>\n<td>20gg DF</td>\n</tr>\n<tr>\n<td>10028</td>\n<td>Rb</td>\n<td>90gg FM</td>\n</tr>\n<tr>\n<td>10029</td>\n<td>RD</td>\n<td>30/60gg DF</td>\n</tr>\n<tr>\n<td>10030</td>\n<td>RD</td>\n<td>Pagato</td>\n</tr>\n<tr>\n<td>10031</td>\n<td>RD</td>\n<td>120gg FM</td>\n</tr>\n<tr>\n<td>10032</td>\n<td>Rb</td>\n<td>30/60gg FM</td>\n</tr>\n<tr>\n<td>10033</td>\n<td>RB</td>\n<td>60/90gg FM</td>\n</tr>\n<tr>\n<td>10034</td>\n<td>RB</td>\n<td>60/90/120gg FM</td>\n</tr>\n<tr>\n<td>10035</td>\n<td>Bonifico</td>\n<td>90gg FM</td>\n</tr>\n<tr>\n<td>10036</td>\n<td>Bonifico</td>\n<td>60gg FM</td>\n</tr>\n<tr>\n<td>10037</td>\n<td>Bonifico</td>\n<td>60gg DF</td>\n</tr>\n<tr>\n<td>10038</td>\n<td>Bonifico</td>\n<td>30gg FM</td>\n</tr>\n<tr>\n<td>10039</td>\n<td>Bonifico</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idprovincia\">IDprovincia</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nome</th>\n<th>Id provincia</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Estero</td>\n<td>111</td>\n</tr>\n<tr>\n<td>Agrigento</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Alessandria</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Ancona</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Valle d'Aosta</td>\n<td>102</td>\n</tr>\n<tr>\n<td>Ascoli Piceno</td>\n<td>5</td>\n</tr>\n<tr>\n<td>L'Aquila</td>\n<td>43</td>\n</tr>\n<tr>\n<td>Arezzo</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Asti</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Avellino</td>\n<td>7</td>\n</tr>\n<tr>\n<td>Bari</td>\n<td>8</td>\n</tr>\n<tr>\n<td>Bergamo</td>\n<td>12</td>\n</tr>\n<tr>\n<td>Biella</td>\n<td>13</td>\n</tr>\n<tr>\n<td>Belluno</td>\n<td>10</td>\n</tr>\n<tr>\n<td>Benevento</td>\n<td>11</td>\n</tr>\n<tr>\n<td>Bologna</td>\n<td>14</td>\n</tr>\n<tr>\n<td>Brindisi</td>\n<td>17</td>\n</tr>\n<tr>\n<td>Brescia</td>\n<td>16</td>\n</tr>\n<tr>\n<td>Barletta-Andria-Trani</td>\n<td>9</td>\n</tr>\n<tr>\n<td>Bolzano</td>\n<td>15</td>\n</tr>\n<tr>\n<td>Cagliari</td>\n<td>18</td>\n</tr>\n<tr>\n<td>Campobasso</td>\n<td>20</td>\n</tr>\n<tr>\n<td>Caserta</td>\n<td>22</td>\n</tr>\n<tr>\n<td>Chieti</td>\n<td>25</td>\n</tr>\n<tr>\n<td>Carbonia-Iglesias</td>\n<td>21</td>\n</tr>\n<tr>\n<td>Caltanissetta</td>\n<td>19</td>\n</tr>\n<tr>\n<td>Cuneo</td>\n<td>30</td>\n</tr>\n<tr>\n<td>Como</td>\n<td>26</td>\n</tr>\n<tr>\n<td>Cremona</td>\n<td>28</td>\n</tr>\n<tr>\n<td>Cosenza</td>\n<td>27</td>\n</tr>\n<tr>\n<td>Catania</td>\n<td>23</td>\n</tr>\n<tr>\n<td>Catanzaro</td>\n<td>24</td>\n</tr>\n<tr>\n<td>Enna</td>\n<td>31</td>\n</tr>\n<tr>\n<td>Forlì-Cesena</td>\n<td>36</td>\n</tr>\n<tr>\n<td>Ferrara</td>\n<td>33</td>\n</tr>\n<tr>\n<td>Foggia</td>\n<td>35</td>\n</tr>\n<tr>\n<td>Firenze</td>\n<td>34</td>\n</tr>\n<tr>\n<td>Fermo</td>\n<td>32</td>\n</tr>\n<tr>\n<td>Frosinone</td>\n<td>37</td>\n</tr>\n<tr>\n<td>Genova</td>\n<td>38</td>\n</tr>\n<tr>\n<td>Gorizia</td>\n<td>39</td>\n</tr>\n<tr>\n<td>Grosseto</td>\n<td>40</td>\n</tr>\n<tr>\n<td>Imperia</td>\n<td>41</td>\n</tr>\n<tr>\n<td>Isernia</td>\n<td>42</td>\n</tr>\n<tr>\n<td>Crotone</td>\n<td>29</td>\n</tr>\n<tr>\n<td>Lecco</td>\n<td>47</td>\n</tr>\n<tr>\n<td>Lecce</td>\n<td>46</td>\n</tr>\n<tr>\n<td>Livorno</td>\n<td>48</td>\n</tr>\n<tr>\n<td>Lodi</td>\n<td>49</td>\n</tr>\n<tr>\n<td>Latina</td>\n<td>45</td>\n</tr>\n<tr>\n<td>Lucca</td>\n<td>50</td>\n</tr>\n<tr>\n<td>Monza e Brianza</td>\n<td>59</td>\n</tr>\n<tr>\n<td>Macerata</td>\n<td>51</td>\n</tr>\n<tr>\n<td>Messina</td>\n<td>56</td>\n</tr>\n<tr>\n<td>Milano</td>\n<td>57</td>\n</tr>\n<tr>\n<td>Mantova</td>\n<td>52</td>\n</tr>\n<tr>\n<td>Modena</td>\n<td>58</td>\n</tr>\n<tr>\n<td>Massa e Carrara</td>\n<td>53</td>\n</tr>\n<tr>\n<td>Matera</td>\n<td>54</td>\n</tr>\n<tr>\n<td>Napoli</td>\n<td>60</td>\n</tr>\n<tr>\n<td>Novara</td>\n<td>61</td>\n</tr>\n<tr>\n<td>Nuoro</td>\n<td>62</td>\n</tr>\n<tr>\n<td>Ogliastra</td>\n<td>63</td>\n</tr>\n<tr>\n<td>Oristano</td>\n<td>65</td>\n</tr>\n<tr>\n<td>Olbia-Tempio</td>\n<td>64</td>\n</tr>\n<tr>\n<td>Palermo</td>\n<td>67</td>\n</tr>\n<tr>\n<td>Piacenza</td>\n<td>73</td>\n</tr>\n<tr>\n<td>Padova</td>\n<td>66</td>\n</tr>\n<tr>\n<td>Pescara</td>\n<td>72</td>\n</tr>\n<tr>\n<td>Perugia</td>\n<td>70</td>\n</tr>\n<tr>\n<td>Pisa</td>\n<td>74</td>\n</tr>\n<tr>\n<td>Pordenone</td>\n<td>76</td>\n</tr>\n<tr>\n<td>Prato</td>\n<td>78</td>\n</tr>\n<tr>\n<td>Parma</td>\n<td>68</td>\n</tr>\n<tr>\n<td>Pistoia</td>\n<td>75</td>\n</tr>\n<tr>\n<td>Pesaro e Urbino</td>\n<td>71</td>\n</tr>\n<tr>\n<td>Pavia</td>\n<td>69</td>\n</tr>\n<tr>\n<td>Potenza</td>\n<td>77</td>\n</tr>\n<tr>\n<td>Ravenna</td>\n<td>80</td>\n</tr>\n<tr>\n<td>Reggio Calabria</td>\n<td>81</td>\n</tr>\n<tr>\n<td>Reggio Emilia</td>\n<td>82</td>\n</tr>\n<tr>\n<td>Ragusa</td>\n<td>79</td>\n</tr>\n<tr>\n<td>Rieti</td>\n<td>83</td>\n</tr>\n<tr>\n<td>Roma</td>\n<td>85</td>\n</tr>\n<tr>\n<td>Rimini</td>\n<td>84</td>\n</tr>\n<tr>\n<td>Rovigo</td>\n<td>86</td>\n</tr>\n<tr>\n<td>Salerno</td>\n<td>87</td>\n</tr>\n<tr>\n<td>Siena</td>\n<td>90</td>\n</tr>\n<tr>\n<td>Sondrio</td>\n<td>92</td>\n</tr>\n<tr>\n<td>La Spezia</td>\n<td>44</td>\n</tr>\n<tr>\n<td>Siracusa</td>\n<td>91</td>\n</tr>\n<tr>\n<td>Sassari</td>\n<td>88</td>\n</tr>\n<tr>\n<td>Savona</td>\n<td>89</td>\n</tr>\n<tr>\n<td>Taranto</td>\n<td>93</td>\n</tr>\n<tr>\n<td>Teramo</td>\n<td>94</td>\n</tr>\n<tr>\n<td>Trento</td>\n<td>98</td>\n</tr>\n<tr>\n<td>Torino</td>\n<td>96</td>\n</tr>\n<tr>\n<td>Trapani</td>\n<td>97</td>\n</tr>\n<tr>\n<td>Terni</td>\n<td>95</td>\n</tr>\n<tr>\n<td>Trieste</td>\n<td>100</td>\n</tr>\n<tr>\n<td>Treviso</td>\n<td>99</td>\n</tr>\n<tr>\n<td>Udine</td>\n<td>101</td>\n</tr>\n<tr>\n<td>Varese</td>\n<td>103</td>\n</tr>\n<tr>\n<td>Verbano-Cusio-Ossola</td>\n<td>105</td>\n</tr>\n<tr>\n<td>Vercelli</td>\n<td>106</td>\n</tr>\n<tr>\n<td>Venezia</td>\n<td>104</td>\n</tr>\n<tr>\n<td>Vicenza</td>\n<td>109</td>\n</tr>\n<tr>\n<td>Verona</td>\n<td>107</td>\n</tr>\n<tr>\n<td>Medio Campidano</td>\n<td>55</td>\n</tr>\n<tr>\n<td>Viterbo</td>\n<td>110</td>\n</tr>\n<tr>\n<td>Vibo Valentia</td>\n<td>108</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idnazione\">IDnazione</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id nazione</th>\n<th>Sigla</th>\n<th>Nome</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>AD</td>\n<td>Andorra</td>\n</tr>\n<tr>\n<td>2</td>\n<td>AE</td>\n<td>Emirati Arabi Uniti</td>\n</tr>\n<tr>\n<td>3</td>\n<td>AF</td>\n<td>Afghanistan</td>\n</tr>\n<tr>\n<td>4</td>\n<td>AG</td>\n<td>Antigua e Barbuda</td>\n</tr>\n<tr>\n<td>5</td>\n<td>AI</td>\n<td>Anguilla</td>\n</tr>\n<tr>\n<td>6</td>\n<td>AL</td>\n<td>Albania</td>\n</tr>\n<tr>\n<td>7</td>\n<td>AM</td>\n<td>Armenia</td>\n</tr>\n<tr>\n<td>8</td>\n<td>AO</td>\n<td>Angola</td>\n</tr>\n<tr>\n<td>9</td>\n<td>AQ</td>\n<td>Antartide</td>\n</tr>\n<tr>\n<td>10</td>\n<td>AR</td>\n<td>Argentina</td>\n</tr>\n<tr>\n<td>11</td>\n<td>AS</td>\n<td>Samoa Americane</td>\n</tr>\n<tr>\n<td>12</td>\n<td>AT</td>\n<td>Austria</td>\n</tr>\n<tr>\n<td>13</td>\n<td>AU</td>\n<td>Australia</td>\n</tr>\n<tr>\n<td>14</td>\n<td>AW</td>\n<td>Aruba</td>\n</tr>\n<tr>\n<td>15</td>\n<td>AX</td>\n<td>Isole Åland</td>\n</tr>\n<tr>\n<td>16</td>\n<td>AZ</td>\n<td>Azerbaigian</td>\n</tr>\n<tr>\n<td>17</td>\n<td>BA</td>\n<td>Bosnia ed Erzegovina</td>\n</tr>\n<tr>\n<td>18</td>\n<td>BB</td>\n<td>Barbados</td>\n</tr>\n<tr>\n<td>19</td>\n<td>BD</td>\n<td>Bangladesh</td>\n</tr>\n<tr>\n<td>20</td>\n<td>BE</td>\n<td>Belgio</td>\n</tr>\n<tr>\n<td>21</td>\n<td>BF</td>\n<td>Burkina Faso</td>\n</tr>\n<tr>\n<td>22</td>\n<td>BG</td>\n<td>Bulgaria</td>\n</tr>\n<tr>\n<td>23</td>\n<td>BH</td>\n<td>Bahrain</td>\n</tr>\n<tr>\n<td>24</td>\n<td>BI</td>\n<td>Burundi</td>\n</tr>\n<tr>\n<td>25</td>\n<td>BJ</td>\n<td>Benin</td>\n</tr>\n<tr>\n<td>26</td>\n<td>BL</td>\n<td>Saint-Barthélemy</td>\n</tr>\n<tr>\n<td>27</td>\n<td>BM</td>\n<td>Bermuda</td>\n</tr>\n<tr>\n<td>28</td>\n<td>BN</td>\n<td>Brunei</td>\n</tr>\n<tr>\n<td>29</td>\n<td>BO</td>\n<td>Bolivia</td>\n</tr>\n<tr>\n<td>30</td>\n<td>BQ</td>\n<td>Isole BES</td>\n</tr>\n<tr>\n<td>31</td>\n<td>BR</td>\n<td>Brasile</td>\n</tr>\n<tr>\n<td>32</td>\n<td>BS</td>\n<td>Bahamas</td>\n</tr>\n<tr>\n<td>33</td>\n<td>BT</td>\n<td>Bhutan</td>\n</tr>\n<tr>\n<td>34</td>\n<td>BV</td>\n<td>Isola Bouvet</td>\n</tr>\n<tr>\n<td>35</td>\n<td>BW</td>\n<td>Botswana</td>\n</tr>\n<tr>\n<td>36</td>\n<td>BY</td>\n<td>Bielorussia</td>\n</tr>\n<tr>\n<td>37</td>\n<td>BZ</td>\n<td>Belize</td>\n</tr>\n<tr>\n<td>38</td>\n<td>CA</td>\n<td>Canada</td>\n</tr>\n<tr>\n<td>39</td>\n<td>CC</td>\n<td>Isole Cocos e Keeling</td>\n</tr>\n<tr>\n<td>40</td>\n<td>CD</td>\n<td>Repubblica Democratica del Congo</td>\n</tr>\n<tr>\n<td>41</td>\n<td>CF</td>\n<td>Repubblica Centrafricana</td>\n</tr>\n<tr>\n<td>42</td>\n<td>CG</td>\n<td>Repubblica del Congo</td>\n</tr>\n<tr>\n<td>43</td>\n<td>CH</td>\n<td>Svizzera</td>\n</tr>\n<tr>\n<td>44</td>\n<td>CI</td>\n<td>Costa d'Avorio</td>\n</tr>\n<tr>\n<td>45</td>\n<td>CK</td>\n<td>Isole Cook</td>\n</tr>\n<tr>\n<td>46</td>\n<td>CL</td>\n<td>Cile</td>\n</tr>\n<tr>\n<td>47</td>\n<td>CM</td>\n<td>Camerun</td>\n</tr>\n<tr>\n<td>48</td>\n<td>CN</td>\n<td>Cina</td>\n</tr>\n<tr>\n<td>49</td>\n<td>CO</td>\n<td>Colombia</td>\n</tr>\n<tr>\n<td>50</td>\n<td>CR</td>\n<td>Costa Rica</td>\n</tr>\n<tr>\n<td>51</td>\n<td>CU</td>\n<td>Cuba</td>\n</tr>\n<tr>\n<td>52</td>\n<td>CV</td>\n<td>Capo Verde</td>\n</tr>\n<tr>\n<td>53</td>\n<td>CW</td>\n<td>Curaçao</td>\n</tr>\n<tr>\n<td>54</td>\n<td>CX</td>\n<td>Isola del Natale</td>\n</tr>\n<tr>\n<td>55</td>\n<td>CY</td>\n<td>Cipro</td>\n</tr>\n<tr>\n<td>56</td>\n<td>CZ</td>\n<td>Repubblica Ceca</td>\n</tr>\n<tr>\n<td>57</td>\n<td>DE</td>\n<td>Germania</td>\n</tr>\n<tr>\n<td>58</td>\n<td>DJ</td>\n<td>Gibuti</td>\n</tr>\n<tr>\n<td>59</td>\n<td>DK</td>\n<td>Danimarca</td>\n</tr>\n<tr>\n<td>60</td>\n<td>DM</td>\n<td>Dominica</td>\n</tr>\n<tr>\n<td>61</td>\n<td>DO</td>\n<td>Repubblica Dominicana</td>\n</tr>\n<tr>\n<td>62</td>\n<td>DZ</td>\n<td>Algeria</td>\n</tr>\n<tr>\n<td>63</td>\n<td>EC</td>\n<td>Ecuador</td>\n</tr>\n<tr>\n<td>64</td>\n<td>EE</td>\n<td>Estonia</td>\n</tr>\n<tr>\n<td>65</td>\n<td>EG</td>\n<td>Egitto</td>\n</tr>\n<tr>\n<td>66</td>\n<td>EH</td>\n<td>Sahara Occidentale</td>\n</tr>\n<tr>\n<td>67</td>\n<td>ER</td>\n<td>Eritrea</td>\n</tr>\n<tr>\n<td>68</td>\n<td>ES</td>\n<td>Spagna</td>\n</tr>\n<tr>\n<td>69</td>\n<td>ET</td>\n<td>Etiopia</td>\n</tr>\n<tr>\n<td>70</td>\n<td>FI</td>\n<td>Finlandia</td>\n</tr>\n<tr>\n<td>71</td>\n<td>FJ</td>\n<td>Figi</td>\n</tr>\n<tr>\n<td>72</td>\n<td>FK</td>\n<td>Isole Falkland</td>\n</tr>\n<tr>\n<td>73</td>\n<td>FM</td>\n<td>Stati Federati di Micronesia</td>\n</tr>\n<tr>\n<td>74</td>\n<td>FO</td>\n<td>Isole Fær Øer</td>\n</tr>\n<tr>\n<td>75</td>\n<td>FR</td>\n<td>Francia</td>\n</tr>\n<tr>\n<td>76</td>\n<td>GA</td>\n<td>Gabon</td>\n</tr>\n<tr>\n<td>77</td>\n<td>GB</td>\n<td>Regno Unito</td>\n</tr>\n<tr>\n<td>78</td>\n<td>GD</td>\n<td>Grenada</td>\n</tr>\n<tr>\n<td>79</td>\n<td>GE</td>\n<td>Georgia</td>\n</tr>\n<tr>\n<td>80</td>\n<td>GF</td>\n<td>Guyana Francese</td>\n</tr>\n<tr>\n<td>81</td>\n<td>GG</td>\n<td>Guernsey</td>\n</tr>\n<tr>\n<td>82</td>\n<td>GH</td>\n<td>Ghana</td>\n</tr>\n<tr>\n<td>83</td>\n<td>GI</td>\n<td>Gibilterra</td>\n</tr>\n<tr>\n<td>84</td>\n<td>GL</td>\n<td>Groenlandia</td>\n</tr>\n<tr>\n<td>85</td>\n<td>GM</td>\n<td>Gambia</td>\n</tr>\n<tr>\n<td>86</td>\n<td>GN</td>\n<td>Guinea</td>\n</tr>\n<tr>\n<td>87</td>\n<td>GP</td>\n<td>Guadalupa</td>\n</tr>\n<tr>\n<td>88</td>\n<td>GQ</td>\n<td>Guinea Equatoriale</td>\n</tr>\n<tr>\n<td>89</td>\n<td>GR</td>\n<td>Grecia</td>\n</tr>\n<tr>\n<td>90</td>\n<td>GS</td>\n<td>Georgia del Sud e isole Sandwich meridionali</td>\n</tr>\n<tr>\n<td>91</td>\n<td>GT</td>\n<td>Guatemala</td>\n</tr>\n<tr>\n<td>92</td>\n<td>GU</td>\n<td>Guam</td>\n</tr>\n<tr>\n<td>93</td>\n<td>GW</td>\n<td>Guinea-Bissau</td>\n</tr>\n<tr>\n<td>94</td>\n<td>GY</td>\n<td>Guyana</td>\n</tr>\n<tr>\n<td>95</td>\n<td>HK</td>\n<td>Hong Kong</td>\n</tr>\n<tr>\n<td>96</td>\n<td>HM</td>\n<td>Isole Heard e McDonald</td>\n</tr>\n<tr>\n<td>97</td>\n<td>HN</td>\n<td>Honduras</td>\n</tr>\n<tr>\n<td>98</td>\n<td>HR</td>\n<td>Croazia</td>\n</tr>\n<tr>\n<td>99</td>\n<td>HT</td>\n<td>Haiti</td>\n</tr>\n<tr>\n<td>100</td>\n<td>HU</td>\n<td>Ungheria</td>\n</tr>\n<tr>\n<td>101</td>\n<td>ID</td>\n<td>Indonesia</td>\n</tr>\n<tr>\n<td>102</td>\n<td>IE</td>\n<td>Irlanda</td>\n</tr>\n<tr>\n<td>103</td>\n<td>IL</td>\n<td>Israele</td>\n</tr>\n<tr>\n<td>104</td>\n<td>IM</td>\n<td>Isola di Man</td>\n</tr>\n<tr>\n<td>105</td>\n<td>IN</td>\n<td>India</td>\n</tr>\n<tr>\n<td>106</td>\n<td>IO</td>\n<td>Territori Britannici dell'Oceano Indiano</td>\n</tr>\n<tr>\n<td>107</td>\n<td>IQ</td>\n<td>Iraq</td>\n</tr>\n<tr>\n<td>108</td>\n<td>IR</td>\n<td>Iran</td>\n</tr>\n<tr>\n<td>109</td>\n<td>IS</td>\n<td>Islanda</td>\n</tr>\n<tr>\n<td>110</td>\n<td>IT</td>\n<td>Italia</td>\n</tr>\n<tr>\n<td>111</td>\n<td>JE</td>\n<td>Jersey</td>\n</tr>\n<tr>\n<td>112</td>\n<td>JM</td>\n<td>Giamaica</td>\n</tr>\n<tr>\n<td>113</td>\n<td>JO</td>\n<td>Giordania</td>\n</tr>\n<tr>\n<td>114</td>\n<td>JP</td>\n<td>Giappone</td>\n</tr>\n<tr>\n<td>115</td>\n<td>KE</td>\n<td>Kenya</td>\n</tr>\n<tr>\n<td>116</td>\n<td>KG</td>\n<td>Kirghizistan</td>\n</tr>\n<tr>\n<td>117</td>\n<td>KH</td>\n<td>Cambogia</td>\n</tr>\n<tr>\n<td>118</td>\n<td>KI</td>\n<td>Kiribati</td>\n</tr>\n<tr>\n<td>119</td>\n<td>KM</td>\n<td>Comore</td>\n</tr>\n<tr>\n<td>120</td>\n<td>KN</td>\n<td>Saint Kitts e Nevis</td>\n</tr>\n<tr>\n<td>121</td>\n<td>KP</td>\n<td>Corea del Nord</td>\n</tr>\n<tr>\n<td>122</td>\n<td>KR</td>\n<td>Corea del Sud</td>\n</tr>\n<tr>\n<td>123</td>\n<td>KW</td>\n<td>Kuwait</td>\n</tr>\n<tr>\n<td>124</td>\n<td>KY</td>\n<td>Isole Cayman</td>\n</tr>\n<tr>\n<td>125</td>\n<td>KZ</td>\n<td>Kazakistan</td>\n</tr>\n<tr>\n<td>126</td>\n<td>LA</td>\n<td>Laos</td>\n</tr>\n<tr>\n<td>127</td>\n<td>LB</td>\n<td>Libano</td>\n</tr>\n<tr>\n<td>128</td>\n<td>LC</td>\n<td>Santa Lucia</td>\n</tr>\n<tr>\n<td>129</td>\n<td>LI</td>\n<td>Liechtenstein</td>\n</tr>\n<tr>\n<td>130</td>\n<td>LK</td>\n<td>Sri Lanka</td>\n</tr>\n<tr>\n<td>131</td>\n<td>LR</td>\n<td>Liberia</td>\n</tr>\n<tr>\n<td>132</td>\n<td>LS</td>\n<td>Lesotho</td>\n</tr>\n<tr>\n<td>133</td>\n<td>LT</td>\n<td>Lituania</td>\n</tr>\n<tr>\n<td>134</td>\n<td>LU</td>\n<td>Lussemburgo</td>\n</tr>\n<tr>\n<td>135</td>\n<td>LV</td>\n<td>Lettonia</td>\n</tr>\n<tr>\n<td>136</td>\n<td>LY</td>\n<td>Libia</td>\n</tr>\n<tr>\n<td>137</td>\n<td>MA</td>\n<td>Marocco</td>\n</tr>\n<tr>\n<td>138</td>\n<td>MC</td>\n<td>Monaco</td>\n</tr>\n<tr>\n<td>139</td>\n<td>MD</td>\n<td>Moldavia</td>\n</tr>\n<tr>\n<td>140</td>\n<td>ME</td>\n<td>Montenegro</td>\n</tr>\n<tr>\n<td>141</td>\n<td>MF</td>\n<td>Saint-Martin</td>\n</tr>\n<tr>\n<td>142</td>\n<td>MG</td>\n<td>Madagascar</td>\n</tr>\n<tr>\n<td>143</td>\n<td>MH</td>\n<td>Isole Marshall</td>\n</tr>\n<tr>\n<td>144</td>\n<td>MK</td>\n<td>Macedonia</td>\n</tr>\n<tr>\n<td>145</td>\n<td>ML</td>\n<td>Mali</td>\n</tr>\n<tr>\n<td>146</td>\n<td>MM</td>\n<td>Birmania</td>\n</tr>\n<tr>\n<td>147</td>\n<td>MN</td>\n<td>Mongolia</td>\n</tr>\n<tr>\n<td>148</td>\n<td>MO</td>\n<td>Macao</td>\n</tr>\n<tr>\n<td>149</td>\n<td>MP</td>\n<td>Isole Marianne Settentrionali</td>\n</tr>\n<tr>\n<td>150</td>\n<td>MQ</td>\n<td>Martinica</td>\n</tr>\n<tr>\n<td>151</td>\n<td>MR</td>\n<td>Mauritania</td>\n</tr>\n<tr>\n<td>152</td>\n<td>MS</td>\n<td>Montserrat</td>\n</tr>\n<tr>\n<td>153</td>\n<td>MT</td>\n<td>Malta</td>\n</tr>\n<tr>\n<td>154</td>\n<td>MU</td>\n<td>Mauritius</td>\n</tr>\n<tr>\n<td>155</td>\n<td>MV</td>\n<td>Maldive</td>\n</tr>\n<tr>\n<td>156</td>\n<td>MW</td>\n<td>Malawi</td>\n</tr>\n<tr>\n<td>157</td>\n<td>MX</td>\n<td>Messico</td>\n</tr>\n<tr>\n<td>158</td>\n<td>MY</td>\n<td>Malesia</td>\n</tr>\n<tr>\n<td>159</td>\n<td>MZ</td>\n<td>Mozambico</td>\n</tr>\n<tr>\n<td>160</td>\n<td>NA</td>\n<td>Namibia</td>\n</tr>\n<tr>\n<td>161</td>\n<td>NC</td>\n<td>Nuova Caledonia</td>\n</tr>\n<tr>\n<td>162</td>\n<td>NE</td>\n<td>Niger</td>\n</tr>\n<tr>\n<td>163</td>\n<td>NF</td>\n<td>Isola Norfolk</td>\n</tr>\n<tr>\n<td>164</td>\n<td>NG</td>\n<td>Nigeria</td>\n</tr>\n<tr>\n<td>165</td>\n<td>NI</td>\n<td>Nicaragua</td>\n</tr>\n<tr>\n<td>166</td>\n<td>NL</td>\n<td>Paesi Bassi</td>\n</tr>\n<tr>\n<td>167</td>\n<td>NO</td>\n<td>Norvegia</td>\n</tr>\n<tr>\n<td>168</td>\n<td>NP</td>\n<td>Nepal</td>\n</tr>\n<tr>\n<td>169</td>\n<td>NR</td>\n<td>Nauru</td>\n</tr>\n<tr>\n<td>170</td>\n<td>NU</td>\n<td>Niue</td>\n</tr>\n<tr>\n<td>171</td>\n<td>NZ</td>\n<td>Nuova Zelanda</td>\n</tr>\n<tr>\n<td>172</td>\n<td>OM</td>\n<td>Oman</td>\n</tr>\n<tr>\n<td>173</td>\n<td>PA</td>\n<td>Panamá</td>\n</tr>\n<tr>\n<td>174</td>\n<td>PE</td>\n<td>Perù</td>\n</tr>\n<tr>\n<td>175</td>\n<td>PF</td>\n<td>Polinesia Francese</td>\n</tr>\n<tr>\n<td>176</td>\n<td>PG</td>\n<td>Papua Nuova Guinea</td>\n</tr>\n<tr>\n<td>177</td>\n<td>PH</td>\n<td>Filippine</td>\n</tr>\n<tr>\n<td>178</td>\n<td>PK</td>\n<td>Pakistan</td>\n</tr>\n<tr>\n<td>179</td>\n<td>PL</td>\n<td>Polonia</td>\n</tr>\n<tr>\n<td>180</td>\n<td>PM</td>\n<td>Saint Pierre e Miquelon</td>\n</tr>\n<tr>\n<td>181</td>\n<td>PN</td>\n<td>Isole Pitcairn</td>\n</tr>\n<tr>\n<td>182</td>\n<td>PR</td>\n<td>Porto Rico</td>\n</tr>\n<tr>\n<td>183</td>\n<td>PS</td>\n<td>Stato di Palestina</td>\n</tr>\n<tr>\n<td>184</td>\n<td>PT</td>\n<td>Portogallo</td>\n</tr>\n<tr>\n<td>185</td>\n<td>PW</td>\n<td>Palau</td>\n</tr>\n<tr>\n<td>186</td>\n<td>PY</td>\n<td>Paraguay</td>\n</tr>\n<tr>\n<td>187</td>\n<td>QA</td>\n<td>Qatar</td>\n</tr>\n<tr>\n<td>188</td>\n<td>RE</td>\n<td>Réunion</td>\n</tr>\n<tr>\n<td>189</td>\n<td>RO</td>\n<td>Romania</td>\n</tr>\n<tr>\n<td>191</td>\n<td>RS</td>\n<td>Serbia</td>\n</tr>\n<tr>\n<td>190</td>\n<td>RU</td>\n<td>Russia</td>\n</tr>\n<tr>\n<td>192</td>\n<td>RW</td>\n<td>Ruanda</td>\n</tr>\n<tr>\n<td>193</td>\n<td>SA</td>\n<td>Arabia Saudita</td>\n</tr>\n<tr>\n<td>194</td>\n<td>SB</td>\n<td>Isole Salomone</td>\n</tr>\n<tr>\n<td>195</td>\n<td>SC</td>\n<td>Seychelles</td>\n</tr>\n<tr>\n<td>196</td>\n<td>SD</td>\n<td>Sudan</td>\n</tr>\n<tr>\n<td>197</td>\n<td>SE</td>\n<td>Svezia</td>\n</tr>\n<tr>\n<td>198</td>\n<td>SG</td>\n<td>Singapore</td>\n</tr>\n<tr>\n<td>199</td>\n<td>SH</td>\n<td>Sant'Elena, Isola di Ascensione e Tristan da Cunha</td>\n</tr>\n<tr>\n<td>200</td>\n<td>SI</td>\n<td>Slovenia</td>\n</tr>\n<tr>\n<td>201</td>\n<td>SJ</td>\n<td>Svalbard e Jan Mayen</td>\n</tr>\n<tr>\n<td>202</td>\n<td>SK</td>\n<td>Slovacchia</td>\n</tr>\n<tr>\n<td>203</td>\n<td>SL</td>\n<td>Sierra Leone</td>\n</tr>\n<tr>\n<td>204</td>\n<td>SM</td>\n<td>San Marino</td>\n</tr>\n<tr>\n<td>205</td>\n<td>SN</td>\n<td>Senegal</td>\n</tr>\n<tr>\n<td>206</td>\n<td>SO</td>\n<td>Somalia</td>\n</tr>\n<tr>\n<td>207</td>\n<td>SR</td>\n<td>Suriname</td>\n</tr>\n<tr>\n<td>208</td>\n<td>SS</td>\n<td>Sudan del Sud</td>\n</tr>\n<tr>\n<td>209</td>\n<td>ST</td>\n<td>São Tomé e Príncipe</td>\n</tr>\n<tr>\n<td>210</td>\n<td>SV</td>\n<td>El Salvador</td>\n</tr>\n<tr>\n<td>211</td>\n<td>SX</td>\n<td>Sint Maarten</td>\n</tr>\n<tr>\n<td>212</td>\n<td>SY</td>\n<td>Siria</td>\n</tr>\n<tr>\n<td>213</td>\n<td>SZ</td>\n<td>Swaziland</td>\n</tr>\n<tr>\n<td>214</td>\n<td>TC</td>\n<td>Isole Turks e Caicos</td>\n</tr>\n<tr>\n<td>215</td>\n<td>TD</td>\n<td>Ciad</td>\n</tr>\n<tr>\n<td>216</td>\n<td>TF</td>\n<td>Territori Francesi del Sud</td>\n</tr>\n<tr>\n<td>217</td>\n<td>TG</td>\n<td>Togo</td>\n</tr>\n<tr>\n<td>218</td>\n<td>TH</td>\n<td>Thailandia</td>\n</tr>\n<tr>\n<td>219</td>\n<td>TJ</td>\n<td>Tagikistan</td>\n</tr>\n<tr>\n<td>220</td>\n<td>TK</td>\n<td>Tokelau</td>\n</tr>\n<tr>\n<td>221</td>\n<td>TL</td>\n<td>Timor Est</td>\n</tr>\n<tr>\n<td>222</td>\n<td>TM</td>\n<td>Turkmenistan</td>\n</tr>\n<tr>\n<td>223</td>\n<td>TN</td>\n<td>Tunisia</td>\n</tr>\n<tr>\n<td>224</td>\n<td>TO</td>\n<td>Tonga</td>\n</tr>\n<tr>\n<td>225</td>\n<td>TR</td>\n<td>Turchia</td>\n</tr>\n<tr>\n<td>226</td>\n<td>TT</td>\n<td>Trinidad e Tobago</td>\n</tr>\n<tr>\n<td>227</td>\n<td>TV</td>\n<td>Tuvalu</td>\n</tr>\n<tr>\n<td>228</td>\n<td>TW</td>\n<td>Repubblica di Cina</td>\n</tr>\n<tr>\n<td>229</td>\n<td>TZ</td>\n<td>Tanzania</td>\n</tr>\n<tr>\n<td>230</td>\n<td>UA</td>\n<td>Ucraina</td>\n</tr>\n<tr>\n<td>231</td>\n<td>UG</td>\n<td>Uganda</td>\n</tr>\n<tr>\n<td>232</td>\n<td>UM</td>\n<td>Isole minori esterne degli Stati Uniti</td>\n</tr>\n<tr>\n<td>233</td>\n<td>US</td>\n<td>Stati Uniti d'America</td>\n</tr>\n<tr>\n<td>234</td>\n<td>UY</td>\n<td>Uruguay</td>\n</tr>\n<tr>\n<td>235</td>\n<td>UZ</td>\n<td>Uzbekistan</td>\n</tr>\n<tr>\n<td>236</td>\n<td>VA</td>\n<td>Città del Vaticano</td>\n</tr>\n<tr>\n<td>237</td>\n<td>VC</td>\n<td>Saint Vincent e Grenadine</td>\n</tr>\n<tr>\n<td>238</td>\n<td>VE</td>\n<td>Venezuela</td>\n</tr>\n<tr>\n<td>239</td>\n<td>VG</td>\n<td>Isole Vergini Britanniche</td>\n</tr>\n<tr>\n<td>240</td>\n<td>VI</td>\n<td>Isole Vergini Americane</td>\n</tr>\n<tr>\n<td>241</td>\n<td>VN</td>\n<td>Vietnam</td>\n</tr>\n<tr>\n<td>242</td>\n<td>VU</td>\n<td>Vanuatu</td>\n</tr>\n<tr>\n<td>243</td>\n<td>WF</td>\n<td>Wallis e Futuna</td>\n</tr>\n<tr>\n<td>244</td>\n<td>WS</td>\n<td>Samoa</td>\n</tr>\n<tr>\n<td>245</td>\n<td>YE</td>\n<td>Yemen</td>\n</tr>\n<tr>\n<td>246</td>\n<td>YT</td>\n<td>Mayotte</td>\n</tr>\n<tr>\n<td>247</td>\n<td>ZA</td>\n<td>Sudafrica</td>\n</tr>\n<tr>\n<td>248</td>\n<td>ZM</td>\n<td>Zambia</td>\n</tr>\n<tr>\n<td>249</td>\n<td>ZW</td>\n<td>Zimbabwe</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["fatture","Cliente","{azienda}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"e5237b39-22fc-42ed-bbdd-504a3b8db4cc","name":"InserisciCliente","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"pi\":\"686132904543\",\"denominazione\":\"danielabonfiglioli\",\"indirizzo\":\"via provina\",\"cap\":\"40100\",\"citta\":\"Ravenna\",\"provincia\":\"80\",\"idnazione\":\"110\",\"email\":\"giorgio.piccinini@studioboost.it\",\"idbanca\":\"9\",\"idpagamento\":\"10039\",\"telefono\":\"7853432\",\"cf\":\"\",\"cuu\":\"\",\"pec\":\"\",\"codicedestinatario\":\"\",\"fatturaelettronica\":false,  \"riferimento_amministrazione\": \"abc\", \"personafisica\": false}"},"url":"https://app.b2beasy.it/fatture/Cliente/X7F3QUO5JWDTHBODHM39"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"40","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 09:21:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"id\": 339\r\n}"}],"_postman_id":"b4dd3aaa-d431-43d8-bacd-3659f5fa75d6"},{"name":"AggiornaCliente","id":"7b268022-68a7-4e31-914f-4d0989727f41","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"pi\":\"123456\",\"denominazione\":\"fasfa\",\"indirizzo\":\"vbjas\",\"cap\":\"40100\",\"citta\":\"ravenna\",\"provincia\":\"80\",\"idnazione\":\"110\",\"email\":\"giorgio.piccinini@studioboost.it\",\"idbanca\":\"10\",\"idpagamento\":\"1\",\"telefono\":\"1111\",\"cf\":\"\",\"cuu\":\"\",\"pec\":\"\",\"codicedestinatario\":\"\",\"fatturaelettronica\":false}"},"url":"https://app.b2beasy.it/fatture/Cliente/{id}","description":"<ul>\n<li>Aggiorna il cliente</li>\n</ul>\n<p>per gli id di pagamento, provincia, nazione fare riferimento all'endpoint inseriscicliente</p>\n","urlObject":{"protocol":"https","path":["fatture","Cliente","{id}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"c1ba1a09-89bf-4b75-a010-cffffc8ba2ba","name":"AggiornaCliente","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"pi\":\"123456\",\"denominazione\":\"fasfa\",\"indirizzo\":\"vbjas\",\"cap\":\"40100\",\"citta\":\"ravenna\",\"provincia\":\"80\",\"idnazione\":\"110\",\"email\":\"giorgio.piccinini@studioboost.it\",\"idbanca\":\"10\",\"idpagamento\":\"1\",\"telefono\":\"1111\",\"cf\":\"\",\"cuu\":\"\",\"pec\":\"\",\"codicedestinatario\":\"\",\"fatturaelettronica\":false}"},"url":"https://app.b2beasy.it/fatture/Cliente/339"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"263","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 09:50:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"id\": \"339\",\r\n  \"data\": {\r\n    \"idpagamento\": \"1\",\r\n    \"pec\": \"\",\r\n    \"email\": \"giorgio.piccinini@studioboost.it\",\r\n    \"fatturaelettronica\": false,\r\n    \"idbanca\": \"10\",\r\n    \"codicedestinatario\": \"\",\r\n    \"idnazione\": \"110\"\r\n  }\r\n}"}],"_postman_id":"7b268022-68a7-4e31-914f-4d0989727f41"},{"name":"EliminaCliente","id":"4d162784-a070-4c9b-91dc-7225f0e16497","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Cliente/{id}","description":"<ul>\n<li>Rimuovi il cliente</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Cliente","{id}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"12c63eea-8008-43c8-96c8-48f9a881d744","name":"EliminaCliente","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Cliente/339"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 10:05:06 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"id\": \"339\"\r\n}"}],"_postman_id":"4d162784-a070-4c9b-91dc-7225f0e16497"}],"id":"16a4ca40-23f9-43cb-a538-20274c8571f5","event":[{"listen":"prerequest","script":{"id":"fac85b9b-ec6e-4c95-92ca-61ea57ecd3a6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5bf1d01c-5fb8-4642-b14d-90fc201dffea","type":"text/javascript","exec":[""]}}],"_postman_id":"16a4ca40-23f9-43cb-a538-20274c8571f5","description":""},{"name":"Banche","item":[{"name":"TutteLeBanche","id":"2ced7f64-b79b-4e47-929f-6fbd51deb99e","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Banche/{azienda}","description":"<ul>\n<li>scarica la lista di tutte le banche</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Banche","{azienda}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"bbe6869d-2f89-4355-b444-89939b0cd23f","name":"TutteLeBanche","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Banche/X7F3QUO5JWDTHBODHM39"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"498","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 09:13:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"[\r\n  {\r\n    \"Id\": \"1\",\r\n    \"IdAzienda\": \"14739\",\r\n    \"Denominazione\": \"INTESA FIL. 20\",\r\n    \"Filiale\": \"20\",\r\n    \"IBAN\": \"019292922356856533\",\r\n    \"CIB\": \"32232\"\r\n  },\r\n  {\r\n    \"Id\": \"61\",\r\n    \"IdAzienda\": \"14739\",\r\n    \"Denominazione\": \"Bper\",\r\n    \"Filiale\": \"d\",\r\n    \"IBAN\": \"123456789123456\",\r\n    \"CIB\": \"\"\r\n  },\r\n  {\r\n    \"Id\": \"75\",\r\n    \"IdAzienda\": \"14739\",\r\n    \"Denominazione\": \"unicredit\",\r\n    \"Filiale\": \"boplogna\",\r\n    \"IBAN\": \"121212121212365656\",\r\n    \"CIB\": \"\"\r\n  }\r\n]"}],"_postman_id":"2ced7f64-b79b-4e47-929f-6fbd51deb99e"},{"name":"SelezionaBanca","id":"0b71ac4b-6256-47dd-8354-826ceec20c03","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Banche/Banca/{id}","description":"<ul>\n<li>scarica le informazioni della banca</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Banche","Banca","{id}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"9f0c84a3-c1c5-4821-aadc-b49fa1ce1fb2","name":"SelezionaBanca","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Banche/Banca/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"155","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 09:13:17 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"Id\": \"1\",\r\n  \"IdAzienda\": \"14739\",\r\n  \"Denominazione\": \"INTESA FIL. 20\",\r\n  \"Filiale\": \"20\",\r\n  \"IBAN\": \"019292922356856533\",\r\n  \"CIB\": \"32232\"\r\n}"}],"_postman_id":"0b71ac4b-6256-47dd-8354-826ceec20c03"},{"name":"InserisciBanca","id":"9dbba0d8-9517-470f-9737-1f29be471266","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"Denominazione\":\"ciao\",\"Filiale\":\"ciao\",\"IBAN\":\"IT17X0331713401000001234567\",\"CIB\":\"BSCTCH22\"}"},"url":"https://app.b2beasy.it/fatture/Banche/Banca/{azienda}","description":"<ul>\n<li>inserisci la banca</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Banche","Banca","{azienda}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"d44d29ed-64b5-4ded-a6e1-8ee38a447466","name":"InserisciBanca","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"Denominazione\":\"ciao\",\"Filiale\":\"ciao\",\"IBAN\":\"IT17X0331713401000001234567\",\"CIB\":\"BSCTCH22\"}"},"url":"https://app.b2beasy.it/fatture/Banche/Banca/X7F3QUO5JWDTHBODHM39"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"209","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 09:22:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"id\": \"151\",\r\n  \"data\": {\r\n    \"Denominazione\": \"ciao\",\r\n    \"Filiale\": \"ciao\",\r\n    \"IBAN\": \"IT17X0331713401000001234567\",\r\n    \"CIB\": \"BSCTCH22\",\r\n    \"IdAzienda\": 14739.0\r\n  }\r\n}"}],"_postman_id":"9dbba0d8-9517-470f-9737-1f29be471266"},{"name":"AggiornaBanca","id":"d4cc6c91-7b09-41f6-a523-0d389ac6456d","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"Denominazione\":\"bancaciao\",\"Filiale\":\"bancaciao\",\"IBAN\":\"IT17X0331713401000001234567\",\"CIB\":\"BSCTCH22\"}"},"url":"https://app.b2beasy.it/fatture/Banche/Banca/{id}","description":"<ul>\n<li>aggiorna la banca</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Banche","Banca","{id}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"d9cfa991-1590-4294-9965-44ced475fcf4","name":"AggiornaBanca","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"Denominazione\":\"bancaciao\",\"Filiale\":\"bancaciao\",\"IBAN\":\"IT17X0331713401000001234567\",\"CIB\":\"BSCTCH22\"}"},"url":"https://app.b2beasy.it/fatture/Banche/Banca/151"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"192","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 10:02:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"id\": \"151\",\r\n  \"data\": {\r\n    \"Denominazione\": \"bancaciao\",\r\n    \"Filiale\": \"bancaciao\",\r\n    \"IBAN\": \"IT17X0331713401000001234567\",\r\n    \"CIB\": \"BSCTCH22\"\r\n  }\r\n}"}],"_postman_id":"d4cc6c91-7b09-41f6-a523-0d389ac6456d"}],"id":"e6c5ec13-3053-444c-b511-9f8a94ab858f","event":[{"listen":"prerequest","script":{"id":"077743b3-22ac-40dc-b3e4-576fddeef0dc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ae9fd78d-dbef-40ec-817f-fdb1b808028c","type":"text/javascript","exec":[""]}}],"_postman_id":"e6c5ec13-3053-444c-b511-9f8a94ab858f","description":""},{"name":"Azienda","item":[{"name":"ScaricaDatiAzienda","id":"d6ea42c0-2cbf-4451-a2e8-2521ec9ec5f5","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Aziende/{valoreazienda}","description":"<ul>\n<li>scarica i dati dell'azienda passando il codice della stessa</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Aziende","{valoreazienda}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"40807143-61d9-446c-8e76-aa24a890c9bd","name":"ScaricaDatiAzienda","originalRequest":{"method":"GET","header":[],"url":"https://app.b2beasy.it/fatture/Aziende/X7F3QUO5JWDTHBODHM39"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"955","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 09:13:30 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\n    \"Idritenuta\": \"2\",\n    \"ritenutaritenuta\": \"4,00\",\n    \"ritenutasuimponibile\": \"100\",\n    \"Idritenuta2\": \"2\",\n    \"ritenuta2ritenuta\": \"8,25\",\n    \"ritenuta2suimponibile\": \"100\",\n    \"idrivalsa\": \"7\",\n    \"rivalsapercentuale\": \"4,00\",\n    \"rivalsasuimponibile\": \"100\",\n    \"idlogo\": \"201900597506\",\n    \"idritenutadescrizione\": \"8\",\n    \"idritenuta2descrizione\": \"18\",\n    \"idrivalsadescrizione\": \"5\",\n    \"denominazione\": \"ACME srl\",\n    \"indirizzo\": \"Via Col Vento 2\",\n    \"cap\": \"40100\",\n    \"citta\": \"BOLOGNA\",\n    \"provincia\": \"14\",\n    \"pi\": \"12345612333\",\n    \"cf\": \"prtsst79a19a944f\",\n    \"telefono\": \"051\",\n    \"pec\": \"seba@studioboost.it\",\n    \"idregimefiscale\": \"26\",\n    \"regime_minimi\": \"False\",\n    \"tipo_iva\": \"2\",\n    \"tipo_ditta\": \"1\",\n    \"tipo_contabilita\": \"1\",\n    \"email\": \"seba@studioboost.it\",\n    \"confermata\": \"True\",\n    \"XMLSpedisci\": \"False\",\n    \"XMLPubblica\": \"False\",\n    \"nome\": \"\",\n    \"cognome\": \"\",\n    \"albo_prov\": \"22\",\n    \"albo_professionale\": \"\",\n    \"albo_num\": \"\",\n    \"albo_data\": \"01/01/1900 00:00:00\",\n    \"ufficio\": \"85\",\n    \"numeroufficio\": \"12345\",\n    \"capitalesociale\": \"\",\n    \"soci\": \"SU\",\n    \"statoliquidazioneazienda\": \"LN\",\n    \"titolonorifico\": \"\"\n}"}],"_postman_id":"d6ea42c0-2cbf-4451-a2e8-2521ec9ec5f5"},{"name":"AggiornaDatiAzienda","id":"ca6d0da8-12f6-4f65-8075-a0bd4fcd73e7","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"denominazione\":\"ACME SRL\",\"indirizzo\":\"Via Col Vento 2\",\"citta\":\"MILANO\",\"telefono\":\"051\",\"provincia\":\"57\",\"cap\":\"40100\",\"cf\":\"prtsst79a19a944k\",\"pi\":\"1234561233\",\"tipo_ditta\":\"5\",\"pec\":\"seba@studioboost.it\"}"},"url":"https://app.b2beasy.it/fatture/Aziende/{valoreazienda}","description":"<ul>\n<li>aggiorna i dati dell'azienda passando il codice della stessa, i parametri codice fiscale (cf) e partiva iva (pi) sono obbligatori. Per la provincia albo (albo_prov) e ufficio fare riferimento a idprovinciarea.</li>\n</ul>\n<h1 id=\"soci\">Soci</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Valore</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NS</td>\n<td>Nessuna selezione</td>\n</tr>\n<tr>\n<td>SU</td>\n<td>Socio unico</td>\n</tr>\n<tr>\n<td>SM</td>\n<td>Più soci</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idtipoditta\">IDtipoditta</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Società di Capitali</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Società di Persone</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Professionista</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Cooperativa</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Associazione</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Ditta individuale</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idritenuta\">IDritenuta</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Ritenuta persone fisiche</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Ritenuta persone giuridiche</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idrivalsa\">IDrivalsa</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Cassa nazionale previdenza e assistenza avvocati e procuratori legali</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Cassa previdenza dottori commercialisti</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Cassa previdenza e assistenza geometri</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Cassa nazionale previdenza e assistenza ingegneri e architetti liberi professionisti</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Cassa nazionale del notariato</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Cassa nazionale previdenza e assistenza ragionieri e periti commerciali</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Ente nazionale assistenza agenti e rappresentanti di commercio (ENASARCO)</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Ente nazionale previdenza e assistenza consulenti del lavoro (ENPACL)</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Ente nazionale previdenza e assistenza medici (ENPAM)</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Ente nazionale previdenza e assistenza farmacisti (ENPAF)</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Ente nazionale previdenza e assistenza veterinari (ENPAV)</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Ente nazionale previdenza e assistenza impiegati dell'agricoltura (ENPAIA)</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Fondo previdenza impiegati imprese di spedizione e agenzie marittime</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Istituto nazionale previdenza giornalisti italiani (INPGI)</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Opera nazionale assistenza orfani sanitari italiani (ONAOSI)</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Cassa autonoma assistenza integrativa giornalisti italiani (CASAGIT)</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Ente previdenza periti industriali e periti industriali laureati (EPPI)</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Ente previdenza e assistenza pluricategoriale (EPAP)</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Ente nazionale previdenza e assistenza biologi (ENPAB)</td>\n</tr>\n<tr>\n<td>20</td>\n<td>Ente nazionale previdenza e assistenza professione infermieristica (ENPAPI)</td>\n</tr>\n<tr>\n<td>21</td>\n<td>Ente nazionale previdenza e assistenza psicologi (ENPAP)</td>\n</tr>\n<tr>\n<td>22</td>\n<td>INPS</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idprovinciarea\">IDprovinciaREA</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Nome</th>\n<th>Id provincia</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Estero</td>\n<td>111</td>\n</tr>\n<tr>\n<td>Agrigento</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Alessandria</td>\n<td>2</td>\n</tr>\n<tr>\n<td>Ancona</td>\n<td>3</td>\n</tr>\n<tr>\n<td>Valle d'Aosta</td>\n<td>102</td>\n</tr>\n<tr>\n<td>Ascoli Piceno</td>\n<td>5</td>\n</tr>\n<tr>\n<td>L'Aquila</td>\n<td>43</td>\n</tr>\n<tr>\n<td>Arezzo</td>\n<td>4</td>\n</tr>\n<tr>\n<td>Asti</td>\n<td>6</td>\n</tr>\n<tr>\n<td>Avellino</td>\n<td>7</td>\n</tr>\n<tr>\n<td>Bari</td>\n<td>8</td>\n</tr>\n<tr>\n<td>Bergamo</td>\n<td>12</td>\n</tr>\n<tr>\n<td>Biella</td>\n<td>13</td>\n</tr>\n<tr>\n<td>Belluno</td>\n<td>10</td>\n</tr>\n<tr>\n<td>Benevento</td>\n<td>11</td>\n</tr>\n<tr>\n<td>Bologna</td>\n<td>14</td>\n</tr>\n<tr>\n<td>Brindisi</td>\n<td>17</td>\n</tr>\n<tr>\n<td>Brescia</td>\n<td>16</td>\n</tr>\n<tr>\n<td>Barletta-Andria-Trani</td>\n<td>9</td>\n</tr>\n<tr>\n<td>Bolzano</td>\n<td>15</td>\n</tr>\n<tr>\n<td>Cagliari</td>\n<td>18</td>\n</tr>\n<tr>\n<td>Campobasso</td>\n<td>20</td>\n</tr>\n<tr>\n<td>Caserta</td>\n<td>22</td>\n</tr>\n<tr>\n<td>Chieti</td>\n<td>25</td>\n</tr>\n<tr>\n<td>Carbonia-Iglesias</td>\n<td>21</td>\n</tr>\n<tr>\n<td>Caltanissetta</td>\n<td>19</td>\n</tr>\n<tr>\n<td>Cuneo</td>\n<td>30</td>\n</tr>\n<tr>\n<td>Como</td>\n<td>26</td>\n</tr>\n<tr>\n<td>Cremona</td>\n<td>28</td>\n</tr>\n<tr>\n<td>Cosenza</td>\n<td>27</td>\n</tr>\n<tr>\n<td>Catania</td>\n<td>23</td>\n</tr>\n<tr>\n<td>Catanzaro</td>\n<td>24</td>\n</tr>\n<tr>\n<td>Enna</td>\n<td>31</td>\n</tr>\n<tr>\n<td>Forlì-Cesena</td>\n<td>36</td>\n</tr>\n<tr>\n<td>Ferrara</td>\n<td>33</td>\n</tr>\n<tr>\n<td>Foggia</td>\n<td>35</td>\n</tr>\n<tr>\n<td>Firenze</td>\n<td>34</td>\n</tr>\n<tr>\n<td>Fermo</td>\n<td>32</td>\n</tr>\n<tr>\n<td>Frosinone</td>\n<td>37</td>\n</tr>\n<tr>\n<td>Genova</td>\n<td>38</td>\n</tr>\n<tr>\n<td>Gorizia</td>\n<td>39</td>\n</tr>\n<tr>\n<td>Grosseto</td>\n<td>40</td>\n</tr>\n<tr>\n<td>Imperia</td>\n<td>41</td>\n</tr>\n<tr>\n<td>Isernia</td>\n<td>42</td>\n</tr>\n<tr>\n<td>Crotone</td>\n<td>29</td>\n</tr>\n<tr>\n<td>Lecco</td>\n<td>47</td>\n</tr>\n<tr>\n<td>Lecce</td>\n<td>46</td>\n</tr>\n<tr>\n<td>Livorno</td>\n<td>48</td>\n</tr>\n<tr>\n<td>Lodi</td>\n<td>49</td>\n</tr>\n<tr>\n<td>Latina</td>\n<td>45</td>\n</tr>\n<tr>\n<td>Lucca</td>\n<td>50</td>\n</tr>\n<tr>\n<td>Monza e Brianza</td>\n<td>59</td>\n</tr>\n<tr>\n<td>Macerata</td>\n<td>51</td>\n</tr>\n<tr>\n<td>Messina</td>\n<td>56</td>\n</tr>\n<tr>\n<td>Milano</td>\n<td>57</td>\n</tr>\n<tr>\n<td>Mantova</td>\n<td>52</td>\n</tr>\n<tr>\n<td>Modena</td>\n<td>58</td>\n</tr>\n<tr>\n<td>Massa e Carrara</td>\n<td>53</td>\n</tr>\n<tr>\n<td>Matera</td>\n<td>54</td>\n</tr>\n<tr>\n<td>Napoli</td>\n<td>60</td>\n</tr>\n<tr>\n<td>Novara</td>\n<td>61</td>\n</tr>\n<tr>\n<td>Nuoro</td>\n<td>62</td>\n</tr>\n<tr>\n<td>Ogliastra</td>\n<td>63</td>\n</tr>\n<tr>\n<td>Oristano</td>\n<td>65</td>\n</tr>\n<tr>\n<td>Olbia-Tempio</td>\n<td>64</td>\n</tr>\n<tr>\n<td>Palermo</td>\n<td>67</td>\n</tr>\n<tr>\n<td>Piacenza</td>\n<td>73</td>\n</tr>\n<tr>\n<td>Padova</td>\n<td>66</td>\n</tr>\n<tr>\n<td>Pescara</td>\n<td>72</td>\n</tr>\n<tr>\n<td>Perugia</td>\n<td>70</td>\n</tr>\n<tr>\n<td>Pisa</td>\n<td>74</td>\n</tr>\n<tr>\n<td>Pordenone</td>\n<td>76</td>\n</tr>\n<tr>\n<td>Prato</td>\n<td>78</td>\n</tr>\n<tr>\n<td>Parma</td>\n<td>68</td>\n</tr>\n<tr>\n<td>Pistoia</td>\n<td>75</td>\n</tr>\n<tr>\n<td>Pesaro e Urbino</td>\n<td>71</td>\n</tr>\n<tr>\n<td>Pavia</td>\n<td>69</td>\n</tr>\n<tr>\n<td>Potenza</td>\n<td>77</td>\n</tr>\n<tr>\n<td>Ravenna</td>\n<td>80</td>\n</tr>\n<tr>\n<td>Reggio Calabria</td>\n<td>81</td>\n</tr>\n<tr>\n<td>Reggio Emilia</td>\n<td>82</td>\n</tr>\n<tr>\n<td>Ragusa</td>\n<td>79</td>\n</tr>\n<tr>\n<td>Rieti</td>\n<td>83</td>\n</tr>\n<tr>\n<td>Roma</td>\n<td>85</td>\n</tr>\n<tr>\n<td>Rimini</td>\n<td>84</td>\n</tr>\n<tr>\n<td>Rovigo</td>\n<td>86</td>\n</tr>\n<tr>\n<td>Salerno</td>\n<td>87</td>\n</tr>\n<tr>\n<td>Siena</td>\n<td>90</td>\n</tr>\n<tr>\n<td>Sondrio</td>\n<td>92</td>\n</tr>\n<tr>\n<td>La Spezia</td>\n<td>44</td>\n</tr>\n<tr>\n<td>Siracusa</td>\n<td>91</td>\n</tr>\n<tr>\n<td>Sassari</td>\n<td>88</td>\n</tr>\n<tr>\n<td>Savona</td>\n<td>89</td>\n</tr>\n<tr>\n<td>Taranto</td>\n<td>93</td>\n</tr>\n<tr>\n<td>Teramo</td>\n<td>94</td>\n</tr>\n<tr>\n<td>Trento</td>\n<td>98</td>\n</tr>\n<tr>\n<td>Torino</td>\n<td>96</td>\n</tr>\n<tr>\n<td>Trapani</td>\n<td>97</td>\n</tr>\n<tr>\n<td>Terni</td>\n<td>95</td>\n</tr>\n<tr>\n<td>Trieste</td>\n<td>100</td>\n</tr>\n<tr>\n<td>Treviso</td>\n<td>99</td>\n</tr>\n<tr>\n<td>Udine</td>\n<td>101</td>\n</tr>\n<tr>\n<td>Varese</td>\n<td>103</td>\n</tr>\n<tr>\n<td>Verbano-Cusio-Ossola</td>\n<td>105</td>\n</tr>\n<tr>\n<td>Vercelli</td>\n<td>106</td>\n</tr>\n<tr>\n<td>Venezia</td>\n<td>104</td>\n</tr>\n<tr>\n<td>Vicenza</td>\n<td>109</td>\n</tr>\n<tr>\n<td>Verona</td>\n<td>107</td>\n</tr>\n<tr>\n<td>Medio Campidano</td>\n<td>55</td>\n</tr>\n<tr>\n<td>Viterbo</td>\n<td>110</td>\n</tr>\n<tr>\n<td>Vibo Valentia</td>\n<td>108</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idregimefiscale\">IDregimefiscale</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>8</td>\n<td>Ordinario</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Contribuenti minimi</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Nuoveiniziative produttive</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Agricoltura e attività connesse e pesca</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Vendita sali e tabacchi</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Commercio dei fiammiferi</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Editoria</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Gestione di servizi di telefonia pubblica</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Rivendita di documenti di trasporto pubblico e di sosta</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Intrattenimenti, giochi e altre attività di cui alla tariffa allegata</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Agenzie di viaggi e turismo</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Agriturismo</td>\n</tr>\n<tr>\n<td>20</td>\n<td>Vendite a domicilio</td>\n</tr>\n<tr>\n<td>21</td>\n<td>Rivendita di beni usati, di oggetti d’arte, d’antiquariato o a collezione</td>\n</tr>\n<tr>\n<td>22</td>\n<td>Agenzie di vendite all’asta di oggetti d’arte, antiquariato o da collezione</td>\n</tr>\n<tr>\n<td>23</td>\n<td>IVA per cassa P.A.</td>\n</tr>\n<tr>\n<td>24</td>\n<td>IVA per cassa soggetti con volume d’affari inferiore a € 200.000</td>\n</tr>\n<tr>\n<td>25</td>\n<td>Altro</td>\n</tr>\n<tr>\n<td>26</td>\n<td>Regime forfettario</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idtipocontabilità\">IDtipocontabilità</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>ordinaria</td>\n</tr>\n<tr>\n<td>2</td>\n<td>semplificata</td>\n</tr>\n<tr>\n<td>3</td>\n<td>regime del margine</td>\n</tr>\n<tr>\n<td>4</td>\n<td>semplificata per cassa</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Forfetaria</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idtipoiva\">IDtipoiva</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>2</td>\n<td>Mensile</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Trimestrale</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Annuale</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["fatture","Aziende","{valoreazienda}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"f645aa84-57ed-46bc-aa36-ac2fce6aa611","name":"AggiornaDatiAziendaTutto","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"denominazione\":\"ACME SRL\",\"indirizzo\":\"Via Col Vento 2\",\"citta\":\"MILANO\",\"telefono\":\"051\",\"provincia\":\"57\",\"cap\":\"40100\",\"cf\":\"prtsst79a19a944k\",\"pi\":\"1234561233\",\"tipo_ditta\":\"5\",\"pec\":\"seba@studioboost.it\",\n\"idregimefiscale\":\"9\",\"idprovinciarea\":\"3\",\"numerorea\":\"\",\"tipo_iva\":\"7\",\"tipo_contabilita\":\"1\",\"idritenutadescrizione\":\"0\",\"idritenuta\":\"0\",\"idritenuta2descrizione\":\"0\",\"idritenuta2\":\"0\",\"idrivalsa\":\"1\",\"idrivalsadescrizione\":\"2\",\"statoliquidazione\":false,\"regime_minimi\":false,\n\"XMLPubblica\":false,\"XMLSpedisci\":false,\",\"titolonorifico\":\"\",\"nome\":\"\",\"cognome\":\"\",\"ufficio\":\"85\",\"numeroufficio\":\"12345\",\"capitalesociale\":\"\",\"soci\":\"SU\",\"statoliquidazioneazienda\":\"LN\",\"albo_professionale\":\"\",\"albo_prov\":\"22\",\"albo_num\":\"\",\"albo_data\":\"\",\"cf\":\"prtsst79a19a944f\",\"pi\":\"12345612333\"}\n"},"url":"https://app.b2beasy.it/fatture/Aziende/X7F3QUO5JWDTHBODHM39"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"1268","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 05 Sep 2018 13:02:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"azienda\": {\r\n    \"success\": true,\r\n    \"id\": \"14739\",\r\n    \"data\": {\r\n      \"denominazione\": \"ACME SRL\",\r\n      \"indirizzo\": \"Via Col Vento 2\",\r\n      \"cap\": \"40100\",\r\n      \"citta\": \"MILANO\",\r\n      \"provincia\": \"57\",\r\n      \"pi\": \"1234561233\",\r\n      \"cf\": \"prtsst79a19a944k\",\r\n      \"telefono\": \"051\",\r\n      \"pec\": \"seba@studioboost.it\",\r\n      \"idregimefiscale\": \"9\",\r\n      \"idprovinciarea\": \"3\",\r\n      \"statoliquidazione\": false,\r\n      \"numerorea\": \"\",\r\n      \"regime_minimi\": false,\r\n      \"tipo_iva\": \"7\",\r\n      \"tipo_ditta\": \"5\",\r\n      \"tipo_contabilita\": \"1\",\r\n      \"XMLSpedisci\": false,\r\n      \"XMLPubblica\": false,\r\n      \"cognome\": \"\",\r\n      \"ufficio\": \"85\",\r\n      \"numeroufficio\": \"12345\",\r\n      \"capitalesociale\": \"\",\r\n      \"soci\": \"SU\",\r\n      \"statoliquidazioneazienda\": \"LN\",\r\n      \"titolonorifico\": \"\",\r\n      \"albo_prov\": \"22\",\r\n      \"albo_professionale\": \"\",\r\n      \"albo_num\": \"\",\r\n      \"albo_data\": \"\"\r\n    }\r\n  },\r\n  \"aziendadettaglio\": {\r\n    \"success\": true,\r\n    \"id\": \"14739\",\r\n    \"data\": {\r\n      \"ritenutadescrizione\": \"\",\r\n      \"ritenutaritenuta\": 0,\r\n      \"ritenutasuimponibile\": 0,\r\n      \"idritenutadescrizione\": 0,\r\n      \"ritenuta2descrizione\": \"\",\r\n      \"ritenuta2ritenuta\": 0,\r\n      \"ritenuta2suimponibile\": 0,\r\n      \"idritenuta2descrizione\": 0,\r\n      \"idritenuta\": \"0\",\r\n      \"idritenuta2\": \"0\",\r\n      \"idrivalsa\": \"1\",\r\n      \"idrivalsadescrizione\": \"2\",\r\n      \"rivalsapercentuale\": \"100.00\",\r\n      \"rivalsasuimponibile\": \"4.00\",\r\n      \"rivalsadescrizione\": \"Contributo Integrativo 4%\",\r\n      \"enasarco\": \"True\"\r\n         \r\n    }\r\n  }\r\n}"}],"_postman_id":"ca6d0da8-12f6-4f65-8075-a0bd4fcd73e7"}],"id":"7edf01a7-90a3-42df-85c9-8cff71eb8a83","event":[{"listen":"prerequest","script":{"id":"935a75e0-6127-482b-9e5b-395a793b08fd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ccd4616-e4e3-44bc-b6be-e9cce67c6684","type":"text/javascript","exec":[""]}}],"_postman_id":"7edf01a7-90a3-42df-85c9-8cff71eb8a83","description":""},{"name":"Fattura","item":[{"name":"ScaricaFattura","id":"0b11c3ec-f527-423d-98c2-9650e6a73471","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Fattura/{idfattura}","description":"<ul>\n<li>scarica la fattura passando l'id della fattura</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Fattura","{idfattura}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"12ab8540-56f6-4738-8b88-3249e77360ee","name":"ScaricaFattura","originalRequest":{"method":"GET","header":[],"url":"https://app.b2beasy.it/fatture/Fattura/779"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"1897","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 08:54:04 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\n    \"id\": 779,\n    \"Cig\": \"1212\",\n    \"Idcliente\": 315,\n    \"Cup\": \"1212\",\n    \"Datacontratto\": \"2018-09-03T00:00:00\",\n    \"Dataoperazione\": \"\",\n    \"Datafattura\": \"2018-09-03T00:00:00\",\n    \"Descrizioneritenuta\": \"test\",\n    \"Descrizioneritenutadoppia\": \"secondaaaa\",\n    \"Descrizionerivalsa\": \"\",\n    \"Imponibileritenuta\": 100,\n    \"Imponibileritenutadoppia\": 100,\n    \"Imponibilerivalsa\": 0,\n    \"Notefattura\": \"DASDASDASDASD dasDADAS dADASDA DADAS \",\n    \"Notefatturainterne\": \"\",\n    \"Percentualerivalsa\": 0,\n    \"Righe\": \"\",\n    \"Ritenutadacconto\": 20,\n    \"Ritenutadaccontodoppia\": 20,\n    \"Rivalsa\": 0,\n    \"Tipodocumento\": 1,\n    \"Tipodiritenuta\": 1,\n    \"Tipodiritenutadoppia\": 1,\n    \"Tipopagamento\": 10035,\n    \"Applicaritenutadacconto\": true,\n    \"Applicarivalsa\": false,\n    \"Applicadoppiaritenutadacconto\": true,\n    \"Totale\": 500,\n    \"totale_iva\": 90.16,\n    \"totale_imponibile\": 409.84,\n    \"TotaleDaPagare\": 336.06,\n    \"ValoreRitenuta\": 81.97,\n    \"ValoreRitenutaDoppia\": 81.97,\n    \"ValoreRivalsa\": 0,\n    \"ValoreRivalsaIva\": 0,\n    \"AliquotaRivalsa\": 0,\n    \"Sezionale\": 1663,\n    \"Split\": false,\n    \"Idbanca\": 1,\n    \"numerodocumento\": \"12\",\n    \"bollovirtuale\": 0,\n    \"enasarco\": false,\n    \"righe\": [\n        {\n            \"Id\": 1788,\n            \"IdFattura\": 779,\n            \"Descrizione\": \"Fornitura carburante \",\n            \"Importo\": 409.84,\n            \"Iva\": 1,\n            \"Datainizio\": \"\",\n            \"Datafine\": \"\",\n            \"Quantita\": 1,\n            \"Um\": \"num\",\n            \"Totale\": 500,\n            \"TotaleNetto\": 409.84,\n            \"Imposta\": 90.16,\n            \"Codicearticolo\": \"000105\",\n            \"ScontoNumerico\": 0,\n            \"ScontoPercentuale\": 0,\n            \"EscludiRitenuta\": false,\n            \"TipoDato\": \"\",\n            \"RiferimentoTesto\": \"\",\n            \"RiferimentoNumero\": \"\",\n            \"RiferimentoData\": \"\"\n        }\n    ],\n    \"righeddt\": [],\n    \"categorieXML\": [\n        {\n            \"Id\": 70,\n            \"IdFattura\": 779,\n            \"categoria\": 212,\n            \"cig\": \"1212\",\n            \"cup\": \"1212\",\n            \"datacontratto\": \"2018-09-03T00:00:00\"\n        }\n    ],\n    \"allegati\": [],\n    \"success\": true,\n    \"progressivo\": \"29\"\n}"}],"_postman_id":"0b11c3ec-f527-423d-98c2-9650e6a73471"},{"name":"ScaricaAnteprimaFatturaPDF","id":"043a6685-41c6-4a9f-998f-dc1e33c01e6f","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Fattura/anteprimafattura/{idfattura}","description":"<ul>\n<li>scarica l'anteprima della fattura in pdf</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Fattura","anteprimafattura","{idfattura}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"be466359-a157-4d38-97e3-b5fc24522061","name":"ScaricaAnteprimaFatturaPDF","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Fattura/anteprimafattura/779"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"163656","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/octet-stream","name":"Content-Type","description":"The mime type of this content"},{"key":"Content-disposition","value":"attachment;filename=anteprima.pdf","name":"Content-disposition","description":"An opportunity to raise a \"File Download\" dialogue box for a known MIME type"},{"key":"Date","value":"Tue, 04 Sep 2018 08:56:48 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":""}],"_postman_id":"043a6685-41c6-4a9f-998f-dc1e33c01e6f"},{"name":"ScaricaArticoli","id":"393ab2bf-215a-4aa4-953b-1e41de39ac85","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/ArticoliAutocomplete/{azienda}?term={term}","description":"<ul>\n<li>scarica gli articoli passando il termine \"term\", il termine di ricerca è obbligatorio.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","ArticoliAutocomplete","{azienda}"],"host":["app","b2beasy","it"],"query":[{"key":"term","value":"{term}"}],"variable":[]}},"response":[{"id":"67b4ff69-f726-4ace-ac16-9da195f2eabc","name":"ScaricaArticoli","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.b2beasy.it/fatture/ArticoliAutocomplete/X7F3QUO5JWDTHBODHM39?term=a","protocol":"https","host":["app","b2beasy","it"],"path":["fatture","ArticoliAutocomplete","X7F3QUO5JWDTHBODHM39"],"query":[{"key":"term","value":"a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"3760","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 09:11:10 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"[\n    {\n        \"id\": \"19166\",\n        \"text\": \"aaa Prezzo:17,0000\",\n        \"descrizione\": \"aaa\",\n        \"prezzo\": \"17,0000\",\n        \"codiva\": \"2\",\n        \"um\": \"kg\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"27836\",\n        \"text\": \"aaaaa Prezzo:13,0000\",\n        \"descrizione\": \"aaaaa\",\n        \"prezzo\": \"13,0000\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"45195\",\n        \"text\": \"aaaaa Prezzo:0,5800\",\n        \"descrizione\": \"aaaaa\",\n        \"prezzo\": \"0,5800\",\n        \"codiva\": \"49\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"993\",\n        \"text\": \"GDPR consulenza Prezzo:1000,0000\",\n        \"descrizione\": \"GDPR consulenza\",\n        \"prezzo\": \"1000,0000\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"1097\",\n        \"text\": \"Ricorso davanti Consiglio di Stato Prezzo:2500,0000\",\n        \"descrizione\": \"Ricorso davanti Consiglio di Stato\",\n        \"prezzo\": \"2500,0000\",\n        \"codiva\": \"17\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"1175\",\n        \"text\": \"Rifornimento Benzina targa: FR399GR lt. 40 Prezzo:54,9200\",\n        \"descrizione\": \"Rifornimento Benzina targa: FR399GR lt. 40\",\n        \"prezzo\": \"54,9200\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64166\",\n        \"text\": \"Rifornimento Benzina targa: ck717vr lt. 18 Prezzo:24,6000\",\n        \"descrizione\": \"Rifornimento Benzina targa: ck717vr lt. 18\",\n        \"prezzo\": \"24,6000\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64167\",\n        \"text\": \"Rifornimento Benzina targa: ck717vr lt. 18 Prezzo:24,5900\",\n        \"descrizione\": \"Rifornimento Benzina targa: ck717vr lt. 18\",\n        \"prezzo\": \"24,5900\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64168\",\n        \"text\": \"pastello Prezzo:5,7700\",\n        \"descrizione\": \"pastello\",\n        \"prezzo\": \"5,7700\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64176\",\n        \"text\": \"Rifornimento Benzina targa: ck717vr lt. 18 Prezzo:24,6000\",\n        \"descrizione\": \"Rifornimento Benzina targa: ck717vr lt. 18\",\n        \"prezzo\": \"24,6000\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64177\",\n        \"text\": \"Rifornimento Benzina targa: ck717vr lt. 18 Prezzo:24,5900\",\n        \"descrizione\": \"Rifornimento Benzina targa: ck717vr lt. 18\",\n        \"prezzo\": \"24,5900\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64178\",\n        \"text\": \"pastello Prezzo:5,7700\",\n        \"descrizione\": \"pastello\",\n        \"prezzo\": \"5,7700\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64180\",\n        \"text\": \"Rifornimento Benzina targa: ck717vr lt. 18 Prezzo:24,6000\",\n        \"descrizione\": \"Rifornimento Benzina targa: ck717vr lt. 18\",\n        \"prezzo\": \"24,6000\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64181\",\n        \"text\": \"Rifornimento Benzina targa: ck717vr lt. 18 Prezzo:24,5900\",\n        \"descrizione\": \"Rifornimento Benzina targa: ck717vr lt. 18\",\n        \"prezzo\": \"24,5900\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64182\",\n        \"text\": \"pastello Prezzo:5,7700\",\n        \"descrizione\": \"pastello\",\n        \"prezzo\": \"5,7700\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64185\",\n        \"text\": \"Rifornimento Benzina targa: ck717vr lt. 18 Prezzo:24,6000\",\n        \"descrizione\": \"Rifornimento Benzina targa: ck717vr lt. 18\",\n        \"prezzo\": \"24,6000\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64186\",\n        \"text\": \"Rifornimento Benzina targa: ck717vr lt. 18 Prezzo:24,5900\",\n        \"descrizione\": \"Rifornimento Benzina targa: ck717vr lt. 18\",\n        \"prezzo\": \"24,5900\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"64187\",\n        \"text\": \"pastello Prezzo:5,7700\",\n        \"descrizione\": \"pastello\",\n        \"prezzo\": \"5,7700\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"99350\",\n        \"text\": \"prova primo codice Prezzo:123,4568\",\n        \"descrizione\": \"prova primo codice\",\n        \"prezzo\": \"123,4568\",\n        \"codiva\": \"1\",\n        \"um\": \"kg\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"0,0000\",\n        \"soglia\": \"0\",\n        \"categoria\": \"0\"\n    },\n    {\n        \"id\": \"1019\",\n        \"text\": \"Rifornimento Benzina targa: FR399GR lt. 50 Prezzo:57,3800\",\n        \"descrizione\": \"Rifornimento Benzina targa: FR399GR lt. 50\",\n        \"prezzo\": \"57,3800\",\n        \"codiva\": \"1\",\n        \"um\": \"num\",\n        \"visibilita\": \"1\",\n        \"quantita\": \"\",\n        \"soglia\": \"\",\n        \"categoria\": \"0\"\n    }\n]"}],"_postman_id":"393ab2bf-215a-4aa4-953b-1e41de39ac85"},{"name":"ScaricaListaFatture","id":"ef279ca7-447b-48a1-87a9-5c64720e68bb","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Fatture/{azienda}?anno={anno}&filtro={filtro}&offset={offset}&limit={limit}&search={search}&sort={sort}&order={order}","description":"<ul>\n<li>scarica la lista delle fatture</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Fatture","{azienda}"],"host":["app","b2beasy","it"],"query":[{"description":{"content":"<p>anno di ricerca (se non indicato usa anno in corso)</p>\n","type":"text/plain"},"key":"anno","value":"{anno}"},{"description":{"content":"<p> filtro in base al tipo documento, filtro = 0 nessun filtro</p>\n","type":"text/plain"},"key":"filtro","value":"{filtro}"},{"description":{"content":"<p>numero di record di partenza</p>\n","type":"text/plain"},"key":"offset","value":"{offset}"},{"description":{"content":"<p>limita il numero di risultati</p>\n","type":"text/plain"},"key":"limit","value":"{limit}"},{"description":{"content":"<p>esegui una ricerca</p>\n","type":"text/plain"},"key":"search","value":"{search}"},{"description":{"content":"<p>ordina in base al nome della colonna</p>\n","type":"text/plain"},"key":"sort","value":"{sort}"},{"description":{"content":"<p>ordinamento (desc o esc)</p>\n","type":"text/plain"},"key":"order","value":"{order}"}],"variable":[]}},"response":[{"id":"ee17de59-402c-47d9-9836-82b6a47cffe7","name":"ScaricaListaFatture","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://app.b2beasy.it/fatture/Fatture/X7F3QUO5JWDTHBODHM39?anno=2018&filtro=0&offset=0&limit=10","protocol":"https","host":["app","b2beasy","it"],"path":["fatture","Fatture","X7F3QUO5JWDTHBODHM39"],"query":[{"key":"anno","value":"2018"},{"key":"filtro","value":"0"},{"key":"offset","value":"0"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"10833","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 08:58:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"anni\": [\r\n    \"2018\",\r\n    \"2017\",\r\n    \"2015\"\r\n  ],\r\n  \"total\": 85,\r\n  \"rows\": [\r\n    {\r\n      \"id\": \"798\",\r\n      \"numero\": \"15\",\r\n      \"sezionale\": \"\",\r\n      \"tipodocumento\": \"Fattura\",\r\n      \"cliente\": \"sdi test\",\r\n      \"idcliente\": \"118\",\r\n      \"data\": \"05-09-2018\",\r\n      \"totale\": \"5083,34\",\r\n      \"pagata\": \"<input type='checkbox' id = '798' class='checkboxpagata' ></input>\",\r\n      \"stato\": \"<span class='notificaQtipSemplice dot dot3' title='Fattura registrata'></span>\",\r\n      \"azioni\": \"<button id='798' class='anteprimaFattura notificaQtipSemplice' title='Scarica anteprima fattura' ><i class='fa fa-file-pdf-o'></i></button><button id='798' class='duplicaFattura notificaQtipSemplice' title='Duplica fattura'><i class='fa fa-copy'></i></button><button id='798' data-registrata='False' class='modificaFattura notificaQtipSemplice' title='Modifica fattura'><i class='fa fa-edit'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-check'></i></button><button id='798' class='cancellaFattura notificaQtipSemplice' title='Elimina fattura' ><i class='fa fa-trash'></i></button>\"\r\n    },\r\n    {\r\n      \"id\": \"779\",\r\n      \"numero\": \"\",\r\n      \"sezionale\": \"E\",\r\n      \"tipodocumento\": \"Fattura\",\r\n      \"cliente\": \"seba personafiscia\",\r\n      \"idcliente\": \"315\",\r\n      \"data\": \"03-09-2018\",\r\n      \"totale\": \"500,00\",\r\n      \"pagata\": \"<input type='checkbox' id = '779' class='checkboxpagata' ></input>\",\r\n      \"stato\": \"<span class='notificaQtipSemplice dot dot' ></span>\",\r\n      \"azioni\": \"<button id='779' class='anteprimaFattura notificaQtipSemplice' title='Scarica anteprima fattura' ><i class='fa fa-file-pdf-o'></i></button><button id='779' class='duplicaFattura notificaQtipSemplice' title='Duplica fattura'><i class='fa fa-copy'></i></button><button id='779' data-registrata='False' class='modificaFattura notificaQtipSemplice' title='Modifica fattura'><i class='fa fa-edit'></i></button><button id='779' data-idcliente='315' class='registraFattura notificaQtipSemplice' title='Registrazione rapida fattura' ><i class='fa fa-check'></i></button><button id='779' class='cancellaFattura notificaQtipSemplice' title='Elimina fattura' ><i class='fa fa-trash'></i></button>\"\r\n    },\r\n    {\r\n      \"id\": \"778\",\r\n      \"numero\": \"28\",\r\n      \"sezionale\": \"E\",\r\n      \"tipodocumento\": \"Fattura\",\r\n      \"cliente\": \"seba personafiscia\",\r\n      \"idcliente\": \"315\",\r\n      \"data\": \"29-08-2018\",\r\n      \"totale\": \"366,00\",\r\n      \"pagata\": \"<input type='checkbox' id = '778' class='checkboxpagata' ></input>\",\r\n      \"stato\": \"<span class='notificaQtipAJAX dot sdi dot dot1' idnotifica='A9BA76A3-8D0D-489D-BC45-3AF705999CAB'></span>\",\r\n      \"azioni\": \"<button id='778' class='anteprimaFattura notificaQtipSemplice' title='Scarica anteprima fattura' ><i class='fa fa-file-pdf-o'></i></button><button id='778' class='duplicaFattura notificaQtipSemplice' title='Duplica fattura'><i class='fa fa-copy'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-edit'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-check'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-trash'></i></button>\"\r\n    },\r\n    {\r\n      \"id\": \"776\",\r\n      \"numero\": \"27\",\r\n      \"sezionale\": \"E\",\r\n      \"tipodocumento\": \"Fattura\",\r\n      \"cliente\": \"seba personafiscia\",\r\n      \"idcliente\": \"315\",\r\n      \"data\": \"29-08-2018\",\r\n      \"totale\": \"366,00\",\r\n      \"pagata\": \"<input type='checkbox' id = '776' class='checkboxpagata' ></input>\",\r\n      \"stato\": \"<span class='notificaQtipAJAX dot sdi dot dot1' idnotifica='9A2A181B-307B-4367-A705-C2A1F225788D'></span>\",\r\n      \"azioni\": \"<button id='776' class='anteprimaFattura notificaQtipSemplice' title='Scarica anteprima fattura' ><i class='fa fa-file-pdf-o'></i></button><button id='776' class='duplicaFattura notificaQtipSemplice' title='Duplica fattura'><i class='fa fa-copy'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-edit'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-check'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-trash'></i></button>\"\r\n    },\r\n    {\r\n      \"id\": \"775\",\r\n      \"numero\": \"26\",\r\n      \"sezionale\": \"E\",\r\n      \"tipodocumento\": \"Fattura\",\r\n      \"cliente\": \"seba personafiscia\",\r\n      \"idcliente\": \"315\",\r\n      \"data\": \"29-08-2018\",\r\n      \"totale\": \"366,00\",\r\n      \"pagata\": \"<input type='checkbox' id = '775' class='checkboxpagata' ></input>\",\r\n      \"stato\": \"<span class='notificaQtipAJAX dot sdi dot dot1' idnotifica='8B80502B-EE08-446B-95C2-FBFDD89EBCFC'></span>\",\r\n      \"azioni\": \"<button id='775' class='anteprimaFattura notificaQtipSemplice' title='Scarica anteprima fattura' ><i class='fa fa-file-pdf-o'></i></button><button id='775' class='duplicaFattura notificaQtipSemplice' title='Duplica fattura'><i class='fa fa-copy'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-edit'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-check'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-trash'></i></button>\"\r\n    },\r\n    {\r\n      \"id\": \"769\",\r\n      \"numero\": \"25\",\r\n      \"sezionale\": \"E\",\r\n      \"tipodocumento\": \"Fattura\",\r\n      \"cliente\": \"seba personafiscia\",\r\n      \"idcliente\": \"315\",\r\n      \"data\": \"29-08-2018\",\r\n      \"totale\": \"366,00\",\r\n      \"pagata\": \"<input type='checkbox' id = '769' class='checkboxpagata' ></input>\",\r\n      \"stato\": \"<span class='notificaQtipAJAX dot sdi dot dot1' idnotifica='09317B4F-08D5-4424-A8EC-0A714BE0AB23'></span>\",\r\n      \"azioni\": \"<button id='769' class='anteprimaFattura notificaQtipSemplice' title='Scarica anteprima fattura' ><i class='fa fa-file-pdf-o'></i></button><button id='769' class='duplicaFattura notificaQtipSemplice' title='Duplica fattura'><i class='fa fa-copy'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-edit'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-check'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-trash'></i></button>\"\r\n    },\r\n    {\r\n      \"id\": \"763\",\r\n      \"numero\": \"\",\r\n      \"sezionale\": \"E\",\r\n      \"tipodocumento\": \"Fattura\",\r\n      \"cliente\": \"ACME SRL\",\r\n      \"idcliente\": \"127\",\r\n      \"data\": \"28-08-2018\",\r\n      \"totale\": \"5476,43\",\r\n      \"pagata\": \"<input type='checkbox' id = '763' class='checkboxpagata' ></input>\",\r\n      \"stato\": \"<span class='notificaQtipSemplice dot dot' ></span>\",\r\n      \"azioni\": \"<button id='763' class='anteprimaFattura notificaQtipSemplice' title='Scarica anteprima fattura' ><i class='fa fa-file-pdf-o'></i></button><button id='763' class='duplicaFattura notificaQtipSemplice' title='Duplica fattura'><i class='fa fa-copy'></i></button><button id='763' data-registrata='False' class='modificaFattura notificaQtipSemplice' title='Modifica fattura'><i class='fa fa-edit'></i></button><button id='763' data-idcliente='127' class='registraFattura notificaQtipSemplice' title='Registrazione rapida fattura' ><i class='fa fa-check'></i></button><button id='763' class='cancellaFattura notificaQtipSemplice' title='Elimina fattura' ><i class='fa fa-trash'></i></button>\"\r\n    },\r\n    {\r\n      \"id\": \"762\",\r\n      \"numero\": \"\",\r\n      \"sezionale\": \"\",\r\n      \"tipodocumento\": \"Fattura\",\r\n      \"cliente\": \"AMAZON ITALIA LOGISTICA S.R.L.\",\r\n      \"idcliente\": \"51\",\r\n      \"data\": \"27-08-2018\",\r\n      \"totale\": \"122,00\",\r\n      \"pagata\": \"<input type='checkbox' id = '762' class='checkboxpagata' ></input>\",\r\n      \"stato\": \"<span class='notificaQtipSemplice dot dot' ></span>\",\r\n      \"azioni\": \"<button id='762' class='anteprimaFattura notificaQtipSemplice' title='Scarica anteprima fattura' ><i class='fa fa-file-pdf-o'></i></button><button id='762' class='duplicaFattura notificaQtipSemplice' title='Duplica fattura'><i class='fa fa-copy'></i></button><button id='762' data-registrata='False' class='modificaFattura notificaQtipSemplice' title='Modifica fattura'><i class='fa fa-edit'></i></button><button id='762' data-idcliente='51' class='registraFattura notificaQtipSemplice' title='Registrazione rapida fattura' ><i class='fa fa-check'></i></button><button id='762' class='cancellaFattura notificaQtipSemplice' title='Elimina fattura' ><i class='fa fa-trash'></i></button>\"\r\n    },\r\n    {\r\n      \"id\": \"731\",\r\n      \"numero\": \"24\",\r\n      \"sezionale\": \"E\",\r\n      \"tipodocumento\": \"Fattura\",\r\n      \"cliente\": \"prova xml\",\r\n      \"idcliente\": \"117\",\r\n      \"data\": \"07-08-2018\",\r\n      \"totale\": \"122,00\",\r\n      \"pagata\": \"<input type='checkbox' id = '731' class='checkboxpagata' ></input>\",\r\n      \"stato\": \"<span class='notificaQtipAJAX dot sdi dot dot1' idnotifica='F1161498-B7FC-4DE3-A334-790CB7F5AB66'></span>\",\r\n      \"azioni\": \"<button id='731' class='anteprimaFattura notificaQtipSemplice' title='Scarica anteprima fattura' ><i class='fa fa-file-pdf-o'></i></button><button id='731' class='duplicaFattura notificaQtipSemplice' title='Duplica fattura'><i class='fa fa-copy'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-edit'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-check'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-trash'></i></button>\"\r\n    },\r\n    {\r\n      \"id\": \"724\",\r\n      \"numero\": \"22\",\r\n      \"sezionale\": \"E\",\r\n      \"tipodocumento\": \"Fattura\",\r\n      \"cliente\": \"Cliente pubblico 1\",\r\n      \"idcliente\": \"4\",\r\n      \"data\": \"07-08-2018\",\r\n      \"totale\": \"122,00\",\r\n      \"pagata\": \"<input type='checkbox' id = '724' class='checkboxpagata' ></input>\",\r\n      \"stato\": \"<span class='notificaQtipAJAX dot sdi dot dot1' idnotifica='EBBF70AD-D669-4D8F-BCB2-F56CABC47E65'></span>\",\r\n      \"azioni\": \"<button id='724' class='anteprimaFattura notificaQtipSemplice' title='Scarica anteprima fattura' ><i class='fa fa-file-pdf-o'></i></button><button id='724' class='duplicaFattura notificaQtipSemplice' title='Duplica fattura'><i class='fa fa-copy'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-edit'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-check'></i></button><button class='notificaQtipSemplice bottoneFatturaDisabilitato' disabled><i class='fa fa-trash'></i></button>\"\r\n    }\r\n  ]\r\n}"}],"_postman_id":"ef279ca7-447b-48a1-87a9-5c64720e68bb"},{"name":"ScaricaCausali","id":"0b6ad4ea-b54d-4d6a-a050-30191f7261a4","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/b2beasy/CausaliTicket","description":"<ul>\n<li>scarica le causali</li>\n</ul>\n","urlObject":{"protocol":"https","path":["b2beasy","CausaliTicket"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"46ad18c0-7b1f-49df-b2b2-6a4d0c02ce85","name":"ScaricaCausali","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/b2beasy/CausaliTicket"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"347","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 09:12:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"[\r\n  {\r\n    \"id\": 4,\r\n    \"nomecausale\": \"Richiesta di assistenza sul portale\"\r\n  },\r\n  {\r\n    \"id\": 5,\r\n    \"nomecausale\": \"Richiesta nuova utenza portale\"\r\n  },\r\n  {\r\n    \"id\": 6,\r\n    \"nomecausale\": \"Richiesta cessazione utenza portale\"\r\n  },\r\n  {\r\n    \"id\": 8,\r\n    \"nomecausale\": \"Comunicazione generica di non conformita o errore\"\r\n  }\r\n]"}],"_postman_id":"0b6ad4ea-b54d-4d6a-a050-30191f7261a4"},{"name":"InserisciFattura","id":"e4e45e23-29a6-406f-9655-fbd5f1f673d2","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"idcliente\":\"339\",\"tipodocumento\":\"1\",\"datafattura\":\"31/08/2018\",\"sezionale\":\"11\",\"tipopagamento\":\"10039\",\"idbanca\":\"151\",\"notefattura\":\"\",\"notefatturainterne\":\"\",\"descrizioneritenuta\":\"\",\"ritenutadacconto\":0,\"imponibileritenuta\":0,\"descrizioneritenutadoppia\":\"\",\"ritenutadaccontodoppia\":0,\"imponibileritenutadoppia\":0,\"descrizionerivalsa\":\"Contributo Integrativo 4%\",\"percentualerivalsa\":100,\"imponibilerivalsa\":4,\"rivalsa\":\"1\",\"importomanualeritenuta\":\"\",\"righe\":[{\"descrizione\":\"garjulo\",\"iva\":6,\"importo\":5,\"quantita\":1,\"um\":\"kg\",\"datainizio\":\"\",\"datafine\":\"\",\"totale\":5.45}],\"applicaritenutadacconto\":false,\"applicadoppiaritenutadacconto\":false,\"applicarivalsa\":false,\"cig\":\"\",\"cup\":\"\",\"datacontratto\":\"\",\"righeddt\":[]}"},"url":"https://app.b2beasy.it/fatture/Fattura/{azienda}","description":"<ul>\n<li>Inserimento fattura. Per la modifica della fattura, utilizzare il verbo PUT inserendo l'id del documento con il campo \"id\"</li>\n</ul>\n<h1 id=\"idsezionale\">IDsezionale</h1>\n<p>Utilizzare l'endpoint selezionecliente per l'id del sezionale.<br /><a href=\"https://documenter.getpostman.com/view/3340600/RWTiyLCz#5e50e956-9e80-4c6d-91c7-d916f621865a\">https://documenter.getpostman.com/view/3340600/RWTiyLCz#5e50e956-9e80-4c6d-91c7-d916f621865a</a></p>\n<h1 id=\"idtipodocumento\">IDtipodocumento</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Descrizione</th>\n<th>Cod. XML</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Fattura</td>\n<td>TD01</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Nota di credito</td>\n<td>TD04</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Parcella</td>\n<td>TD06</td>\n</tr>\n<tr>\n<td>12</td>\n<td>DDT</td>\n<td></td>\n</tr>\n<tr>\n<td>14</td>\n<td>Nota di debito</td>\n<td>TD05</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Preventivo</td>\n<td></td>\n</tr>\n<tr>\n<td>18</td>\n<td>Ordine</td>\n<td></td>\n</tr>\n<tr>\n<td>22</td>\n<td>Acconto/anticipo su fattura</td>\n<td>TD02</td>\n</tr>\n<tr>\n<td>23</td>\n<td>Acconto/anticipo su parcella</td>\n<td>TD03</td>\n</tr>\n<tr>\n<td>24</td>\n<td>Fattura differita - art.21 c.4 lett. a 1</td>\n<td>TD24</td>\n</tr>\n<tr>\n<td>25</td>\n<td>Fattura differita - art.21 c.4 terzo periodo lett. b</td>\n<td>TD25</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idtipopagamento\">IDtipopagamento</h1>\n<p>DF -&gt; data fattura<br />FM -&gt; fine mese</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id pagamento</th>\n<th>Modalità</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Bonifico</td>\n<td>30gg DF</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Rimessa diretta RD</td>\n<td>-</td>\n</tr>\n<tr>\n<td>10006</td>\n<td>Rb</td>\n<td>90/120/150 ggfm</td>\n</tr>\n<tr>\n<td>10008</td>\n<td>Rb</td>\n<td>120gg FM</td>\n</tr>\n<tr>\n<td>10009</td>\n<td>Rb</td>\n<td>90/120gg FM</td>\n</tr>\n<tr>\n<td>10010</td>\n<td>RD</td>\n<td>30gg FM</td>\n</tr>\n<tr>\n<td>10011</td>\n<td>RD</td>\n<td>60gg FM</td>\n</tr>\n<tr>\n<td>10012</td>\n<td>RD</td>\n<td>30gg DF</td>\n</tr>\n<tr>\n<td>10013</td>\n<td>RD</td>\n<td>90gg FM</td>\n</tr>\n<tr>\n<td>10014</td>\n<td>Rb</td>\n<td>60gg DF</td>\n</tr>\n<tr>\n<td>10015</td>\n<td>Rb</td>\n<td>30gg DF</td>\n</tr>\n<tr>\n<td>10016</td>\n<td>Rb</td>\n<td>150gg FM</td>\n</tr>\n<tr>\n<td>10017</td>\n<td>Rb</td>\n<td>45gg FM</td>\n</tr>\n<tr>\n<td>10018</td>\n<td>Rb</td>\n<td>150/180gg FM</td>\n</tr>\n<tr>\n<td>10019</td>\n<td>Rb</td>\n<td>75gg FM</td>\n</tr>\n<tr>\n<td>10020</td>\n<td>RD</td>\n<td>90gg DF</td>\n</tr>\n<tr>\n<td>10021</td>\n<td>Rb</td>\n<td>120gg DF</td>\n</tr>\n<tr>\n<td>10022</td>\n<td>Rb</td>\n<td>30/60/90/120gg FM</td>\n</tr>\n<tr>\n<td>10023</td>\n<td>RD</td>\n<td>45gg DF</td>\n</tr>\n<tr>\n<td>10024</td>\n<td>Rb</td>\n<td>30gg FM</td>\n</tr>\n<tr>\n<td>10025</td>\n<td>RD</td>\n<td>60gg FM</td>\n</tr>\n<tr>\n<td>10026</td>\n<td>Rb</td>\n<td>60gg FM</td>\n</tr>\n<tr>\n<td>10027</td>\n<td>RD</td>\n<td>20gg DF</td>\n</tr>\n<tr>\n<td>10028</td>\n<td>Rb</td>\n<td>90gg FM</td>\n</tr>\n<tr>\n<td>10029</td>\n<td>RD</td>\n<td>30/60gg DF</td>\n</tr>\n<tr>\n<td>10030</td>\n<td>RD</td>\n<td>Pagato</td>\n</tr>\n<tr>\n<td>10031</td>\n<td>RD</td>\n<td>120gg FM</td>\n</tr>\n<tr>\n<td>10032</td>\n<td>Rb</td>\n<td>30/60gg FM</td>\n</tr>\n<tr>\n<td>10033</td>\n<td>RB</td>\n<td>60/90gg FM</td>\n</tr>\n<tr>\n<td>10034</td>\n<td>RB</td>\n<td>60/90/120gg FM</td>\n</tr>\n<tr>\n<td>10035</td>\n<td>Bonifico</td>\n<td>90gg FM</td>\n</tr>\n<tr>\n<td>10036</td>\n<td>Bonifico</td>\n<td>60gg FM</td>\n</tr>\n<tr>\n<td>10037</td>\n<td>Bonifico</td>\n<td>60gg DF</td>\n</tr>\n<tr>\n<td>10038</td>\n<td>Bonifico</td>\n<td>30gg FM</td>\n</tr>\n<tr>\n<td>10039</td>\n<td>Bonifico</td>\n<td>-</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idritenuta\">IDritenuta</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Ritenuta persone fisiche</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Ritenuta persone giuridiche</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idrivalsa\">IDrivalsa</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Id</th>\n<th>Descrizione</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Cassa nazionale previdenza e assistenza avvocati e procuratori legali</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Cassa previdenza dottori commercialisti</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Cassa previdenza e assistenza geometri</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Cassa nazionale previdenza e assistenza ingegneri e architetti liberi professionisti</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Cassa nazionale del notariato</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Cassa nazionale previdenza e assistenza ragionieri e periti commerciali</td>\n</tr>\n<tr>\n<td>7</td>\n<td>Ente nazionale assistenza agenti e rappresentanti di commercio (ENASARCO)</td>\n</tr>\n<tr>\n<td>8</td>\n<td>Ente nazionale previdenza e assistenza consulenti del lavoro (ENPACL)</td>\n</tr>\n<tr>\n<td>9</td>\n<td>Ente nazionale previdenza e assistenza medici (ENPAM)</td>\n</tr>\n<tr>\n<td>10</td>\n<td>Ente nazionale previdenza e assistenza farmacisti (ENPAF)</td>\n</tr>\n<tr>\n<td>11</td>\n<td>Ente nazionale previdenza e assistenza veterinari (ENPAV)</td>\n</tr>\n<tr>\n<td>12</td>\n<td>Ente nazionale previdenza e assistenza impiegati dell'agricoltura (ENPAIA)</td>\n</tr>\n<tr>\n<td>13</td>\n<td>Fondo previdenza impiegati imprese di spedizione e agenzie marittime</td>\n</tr>\n<tr>\n<td>14</td>\n<td>Istituto nazionale previdenza giornalisti italiani (INPGI)</td>\n</tr>\n<tr>\n<td>15</td>\n<td>Opera nazionale assistenza orfani sanitari italiani (ONAOSI)</td>\n</tr>\n<tr>\n<td>16</td>\n<td>Cassa autonoma assistenza integrativa giornalisti italiani (CASAGIT)</td>\n</tr>\n<tr>\n<td>17</td>\n<td>Ente previdenza periti industriali e periti industriali laureati (EPPI)</td>\n</tr>\n<tr>\n<td>18</td>\n<td>Ente previdenza e assistenza pluricategoriale (EPAP)</td>\n</tr>\n<tr>\n<td>19</td>\n<td>Ente nazionale previdenza e assistenza biologi (ENPAB)</td>\n</tr>\n<tr>\n<td>20</td>\n<td>Ente nazionale previdenza e assistenza professione infermieristica (ENPAPI)</td>\n</tr>\n<tr>\n<td>21</td>\n<td>Ente nazionale previdenza e assistenza psicologi (ENPAP)</td>\n</tr>\n<tr>\n<td>22</td>\n<td>INPS</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"idiva-per-le-righe\">IDiva per le righe</h1>\n<p>Utilizzare l'endpoint selezionecliente: l'id si trova alla voce aliquote ( controllare l'esempio di risposta ).<br /><a href=\"https://documenter.getpostman.com/view/3340600/RWTiyLCz#5e50e956-9e80-4c6d-91c7-d916f621865a\">https://documenter.getpostman.com/view/3340600/RWTiyLCz#5e50e956-9e80-4c6d-91c7-d916f621865a</a></p>\n<h1 id=\"righeddt\"><strong>RIGHEDDT</strong></h1>\n<p>Nell'array righeddt è possibile specificare il dettaglio dei ddt che compongono la fattura. Tutti i dati sono obbligatori.</p>\n<p>Singolo oggetto:</p>\n<p><code>{ \"numeroddt\":\"12\", \"dataddt\":\"14/03/2022\", \"riferimentonumerolinea\":\"1\" }</code></p>\n<p>Esempio:</p>\n<p><code>\"righeddt\":[{\"numeroddt\":\"12\",\"dataddt\":\"14/03/2022\",\"riferimentonumerolinea\":\"1\"},{\"numeroddt\":\"15\",\"dataddt\":\"16/03/2022\",\"riferimentonumerolinea\":\"0\"}]</code></p>\n","urlObject":{"protocol":"https","path":["fatture","Fattura","{azienda}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"66fa8a5c-8812-4db9-aff5-90f5fcc257c9","name":"InserisciFattura","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{  \r\n   \"idcliente\":\"2106\",\r\n   \"tipodocumento\":\"1\",\r\n   \"datafattura\":\"21/03/2019\",\r\n   \"sezionale\":\"10545\",\r\n   \"tipopagamento\":\"1\",\r\n   \"idbanca\":\"10005\",\r\n   \"applicaritenutadacconto\":true,\r\n   \"applicadoppiaritenutadacconto\":true,\r\n   \"applicarivalsa\":true,\r\n   \"notefattura\":\"\",\r\n   \"notefatturainterne\":\"\",\r\n   \"descrizioneritenuta\":\"Prestazioni profess.con cassa 4%\",\r\n   \"tipodiritenuta\":\"1\",\r\n   \"ritenutadacconto\":20,\r\n   \"imponibileritenuta\":100,\r\n   \"descrizioneritenutadoppia\":\"dfsfds\",\r\n   \"tipodiritenutadoppia\":\"1\",\r\n   \"ritenutadaccontodoppia\":20,\r\n   \"imponibileritenutadoppia\":100,\r\n   \"descrizionerivalsa\":\"Contributo Integrativo 4%\",\r\n   \"rivalsa\":\"2\",\r\n   \"percentualerivalsa\":4,\r\n   \"imponibilerivalsa\":100,\r\n   \"importomanualeritenuta\":\"\",\r\n   \"righe\":[  \r\n      {  \r\n         \"descrizione\":\"pino\",\r\n         \"iva\":6,\r\n         \"importo\":5,\r\n         \"quantita\":1,\r\n         \"um\":\"kg\",\r\n         \"datainizio\":\"\",\r\n         \"datafine\":\"\",\r\n         \"scontonumerico\":0,\r\n         \"scontopercentuale\":0,\r\n         \"escludiritenuta\":false,\r\n         \"tipodato\":\"\",\r\n         \"riferimentotesto\":\"\",\r\n         \"riferimentonumero\":0,\r\n         \"riferimentodata\":\"\",\r\n         \"totale\":5.45\r\n      },\r\n      {  \r\n         \"descrizione\":\"Primo bene\",\r\n         \"iva\":1,\r\n         \"importo\":10,\r\n         \"quantita\":1,\r\n         \"um\":\"num\",\r\n         \"datainizio\":\"\",\r\n         \"datafine\":\"\",\r\n         \"scontonumerico\":0,\r\n         \"scontopercentuale\":0,\r\n         \"escludiritenuta\":false,\r\n         \"tipodato\":\"\",\r\n         \"riferimentotesto\":\"\",\r\n         \"riferimentonumero\":0,\r\n         \"riferimentodata\":\"\",\r\n         \"totale\":12.2\r\n      },\r\n      {  \r\n         \"descrizione\":\"ma che bella riga, me la ricorderò come una riga lunghissima\",\r\n         \"iva\":44,\r\n         \"importo\":3222,\r\n         \"quantita\":1,\r\n         \"um\":\"num\",\r\n         \"datainizio\":\"\",\r\n         \"datafine\":\"\",\r\n         \"scontonumerico\":0,\r\n         \"scontopercentuale\":0,\r\n         \"escludiritenuta\":false,\r\n         \"tipodato\":\"\",\r\n         \"riferimentotesto\":\"\",\r\n         \"riferimentonumero\":0,\r\n         \"riferimentodata\":\"\",\r\n         \"totale\":3930.84\r\n      }\r\n   ],\r\n   \"enasarco\":false,\r\n   \"categorieXML\":[  \r\n      {  \r\n         \"categoria\":1,\r\n         \"bollovirtuale\":3,\r\n         \"Dataoperazione\":\"21/03/2019\"\r\n      },\r\n      {  \r\n         \"categoria\":212,\r\n         \"cig\":\"ef\",\r\n         \"cup\":\"65732\",\r\n         \"datacontratto\":\"13/03/2019\",\r\n         \"numerodocumento\":\"1\",\r\n         \"numitem\":\"654\",\r\n         \"codicecommessa\":\"jhdfs43\",\r\n         \"riferimentonumerolinea\":123\r\n      }\r\n   ],\r\n   \"righeddt\":[  \r\n      {  \r\n         \"numeroddt\":\"1\",\r\n         \"dataddt\":\"21/03/2019\",\r\n         \"riferimentonumerolinea\":\"1\"\r\n      }\r\n   ]\r\n}"},"url":"https://app.b2beasy.it/fatture/Fattura/X7F3QUO5JWDTHBODHM39"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"223","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 09:22:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"castellettoiva\": [\r\n    {\r\n      \"tipoiva\": \"Aliquota ventilazione 9%\",\r\n      \"imponibile\": \"5,00\",\r\n      \"iva\": \"0,45\",\r\n      \"ritenuta\": \"\"\r\n    }\r\n  ],\r\n  \"totale\": \"5,45\",\r\n  \"id\": 802\r\n}"}],"_postman_id":"e4e45e23-29a6-406f-9655-fbd5f1f673d2"},{"name":"RegistraFattura","id":"c6baac5d-0ff0-4fa2-b37d-91258fdef8a4","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"https://app.b2beasy.it/fatture/Registrafattura/{idfattura}?numero={numero}&invioemail={invioemail}","description":"<ul>\n<li>registra la fattura</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Registrafattura","{idfattura}"],"host":["app","b2beasy","it"],"query":[{"key":"numero","value":"{numero}"},{"key":"invioemail","value":"{invioemail}"}],"variable":[]}},"response":[{"id":"2faf4bcb-fe47-480a-8095-e4dd13b64126","name":"RegistraFattura","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":{"raw":"https://app.b2beasy.it/fatture/Registrafattura/804?numero=16&invioemail=false","protocol":"https","host":["app","b2beasy","it"],"path":["fatture","Registrafattura","804"],"query":[{"key":"numero","value":"16"},{"key":"invioemail","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 12:37:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"id\": 804.0\r\n}"}],"_postman_id":"c6baac5d-0ff0-4fa2-b37d-91258fdef8a4"},{"name":"AggiornaFattura","id":"ec25cf36-aa9a-4735-8a53-3c8d7ac4dadc","request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"idcliente\":\"339\",\"tipodocumento\":\"1\",\"datafattura\":\"31/08/2018\",\"sezionale\":\"11\",\"tipopagamento\":\"10039\",\"idbanca\":\"151\",\"notefattura\":\"\",\"notefatturainterne\":\"\",\"descrizioneritenuta\":\"\",\"ritenutadacconto\":0,\"imponibileritenuta\":0,\"descrizioneritenutadoppia\":\"\",\"ritenutadaccontodoppia\":0,\"imponibileritenutadoppia\":0,\"descrizionerivalsa\":\"Contributo Integrativo 4%\",\"percentualerivalsa\":100,\"imponibilerivalsa\":4,\"rivalsa\":\"1\",\"importomanualeritenuta\":\"\",\"righe\":[{\"descrizione\":\"garjulo\",\"iva\":6,\"importo\":5,\"quantita\":1,\"um\":\"kg\",\"datainizio\":\"\",\"datafine\":\"\",\"totale\":5.45}],\"applicaritenutadacconto\":false,\"applicadoppiaritenutadacconto\":false,\"applicarivalsa\":false,\"cig\":\"\",\"cup\":\"\",\"datacontratto\":\"\",\"righeddt\":[{\"numeroddt\":\"1\",\"dataddt\":\"29/08/2018\",\"riferimentonumerolinea\":\"12\",\"id\":\"7\"}],\"id\":\"802\"}"},"url":"https://app.b2beasy.it/fatture/Fattura/{azienda}","description":"<ul>\n<li>aggiorna la fattura</li>\n</ul>\n<p>per gli id di documento, sezionale, pagamento,ritenuta, eventuale altra ritenuta, rivalsa fare riferimento all'endpoint inseriscifattura</p>\n","urlObject":{"protocol":"https","path":["fatture","Fattura","{azienda}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"604c9553-c68f-4504-96e5-0eeeab847b6d","name":"AggiornaFattura","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{  \r\n   \"idcliente\":\"2106\",\r\n   \"tipodocumento\":\"1\",\r\n   \"datafattura\":\"21/03/2019\",\r\n   \"sezionale\":\"10545\",\r\n   \"tipopagamento\":\"1\",\r\n   \"idbanca\":\"10005\",\r\n   \"applicaritenutadacconto\":true,\r\n   \"applicadoppiaritenutadacconto\":true,\r\n   \"applicarivalsa\":true,\r\n   \"notefattura\":\"\",\r\n   \"notefatturainterne\":\"\",\r\n   \"descrizioneritenuta\":\"Prestazioni profess.con cassa 4%\",\r\n   \"tipodiritenuta\":\"1\",\r\n   \"ritenutadacconto\":20,\r\n   \"imponibileritenuta\":100,\r\n   \"descrizioneritenutadoppia\":\"dfsfds\",\r\n   \"tipodiritenutadoppia\":\"1\",\r\n   \"ritenutadaccontodoppia\":20,\r\n   \"imponibileritenutadoppia\":100,\r\n   \"descrizionerivalsa\":\"Contributo Integrativo 4%\",\r\n   \"rivalsa\":\"2\",\r\n   \"percentualerivalsa\":4,\r\n   \"imponibilerivalsa\":100,\r\n   \"importomanualeritenuta\":\"\",\r\n   \"righe\":[  \r\n      {  \r\n         \"descrizione\":\"pino\",\r\n         \"iva\":6,\r\n         \"importo\":5,\r\n         \"quantita\":1,\r\n         \"um\":\"kg\",\r\n         \"datainizio\":\"\",\r\n         \"datafine\":\"\",\r\n         \"scontonumerico\":0,\r\n         \"scontopercentuale\":0,\r\n         \"escludiritenuta\":false,\r\n         \"tipodato\":\"\",\r\n         \"riferimentotesto\":\"\",\r\n         \"riferimentonumero\":0,\r\n         \"riferimentodata\":\"\",\r\n         \"totale\":5.45\r\n      },\r\n      {  \r\n         \"descrizione\":\"ma che bella riga, me la ricorderò come una riga lunghissima\",\r\n         \"iva\":44,\r\n         \"importo\":3222,\r\n         \"quantita\":1,\r\n         \"um\":\"num\",\r\n         \"datainizio\":\"\",\r\n         \"datafine\":\"\",\r\n         \"scontonumerico\":0,\r\n         \"scontopercentuale\":0,\r\n         \"escludiritenuta\":false,\r\n         \"tipodato\":\"\",\r\n         \"riferimentotesto\":\"\",\r\n         \"riferimentonumero\":0,\r\n         \"riferimentodata\":\"\",\r\n         \"totale\":3930.84\r\n      }\r\n   ],\r\n   \"enasarco\":false,\r\n   \"categorieXML\":[  \r\n      {  \r\n         \"categoria\":1,\r\n         \"bollovirtuale\":3,\r\n         \"Dataoperazione\":\"21/03/2019\"\r\n      }\r\n   ],\r\n   \"righeddt\":[  \r\n      {  \r\n         \"numeroddt\":\"1\",\r\n         \"dataddt\":\"21/03/2019\",\r\n         \"riferimentonumerolinea\":\"1\",\r\n         \"id\":\"50\"\r\n      }\r\n   ]\r\n}"},"url":"https://app.b2beasy.it/fatture/Fattura/X7F3QUO5JWDTHBODHM39"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"223","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 09:48:43 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\"success\":true,\"castellettoiva\":[{\"tipoiva\":\"Aliquota ventilazione 9%\",\"imponibile\":\"5,00\",\"iva\":\"0,45\",\"ritenuta\":\"\"},{\"tipoiva\":\"Art.1 comma 3\",\"imponibile\":\"3.222,00\",\"iva\":\"708,84\",\"ritenuta\":\"\"},{\"tipoiva\":\"Ritenuta d'acconto\",\"imponibile\":\"\",\"iva\":\"\",\"ritenuta\":\"645,40\"},{\"tipoiva\":\"Altra ritenuta/trattenute\",\"imponibile\":\"\",\"iva\":\"\",\"ritenuta\":\"<span id='importodoppiaritenuta'>645,40</span>\"},{\"tipoiva\":\"Rivalsa\",\"imponibile\":\"129,08\",\"iva\":\"28,40\",\"ritenuta\":\"\"}],\"totale\":\"4.093,77\",\"id\":5529}"}],"_postman_id":"ec25cf36-aa9a-4735-8a53-3c8d7ac4dadc"},{"name":"EliminaFattura","id":"0c9ce2f3-b68a-4012-a64f-746c0b14b0c8","request":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Fattura/{idfattura}","description":"<ul>\n<li>elimina la fattura</li>\n</ul>\n","urlObject":{"protocol":"https","path":["fatture","Fattura","{idfattura}"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[{"id":"a292ecb3-6571-465f-b7a4-784bdc56cea2","name":"EliminaFattura","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://app.b2beasy.it/fatture/Fattura/802"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"42","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 10:04:45 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"id\": 802.0\r\n}"}],"_postman_id":"0c9ce2f3-b68a-4012-a64f-746c0b14b0c8"}],"id":"b9d8999e-3bde-47eb-88a6-239c6c839600","event":[{"listen":"prerequest","script":{"id":"67c6dc3d-c839-4b65-862c-4a9e0fa0ea3d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"52af09a9-af0b-426f-aba3-7a1d55b5b2b7","type":"text/javascript","exec":[""]}}],"_postman_id":"b9d8999e-3bde-47eb-88a6-239c6c839600","description":""}],"id":"daf812f6-363a-43c1-a5a5-5f6553b4d426","description":"<p>Endpoint per la creazione di clienti e fatture</p>\n","event":[{"listen":"prerequest","script":{"id":"48dc2acc-990e-4fe8-ae0c-7b323d7108f6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d7e2e9a7-107c-423b-a3b1-0649cf65f12b","type":"text/javascript","exec":[""]}}],"_postman_id":"daf812f6-363a-43c1-a5a5-5f6553b4d426"},{"name":"Caricamento CSV","item":[{"name":"Import","id":"48658a6f-90b9-4b14-a46d-672ff381c25a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"description":"<p>File csv</p>\n","key":"file","type":"file","value":null},{"description":"<p>Identificativo azienda per il caricamento CSV (obbligatorio dato da studioboost)</p>\n","key":"identificativo","type":"text","value":"azienda1"},{"description":"<p>Se passato il file viene controllato e non spedito</p>\n","key":"controllo","type":"text","value":"1"}]},"url":"https://app.b2beasy.it/Import/Upload","description":"<p>Endpoint per il caricamento del file CSV.\nIn caso di controllo la risposta sarà vuota sempre che non ci siano errori.\nIn caso di spedizione verrà restituita la risposta per ogni fattura caricata con protocollo e esito.</p>\n<p>Il file da caricare deve seguire lo schema concordato e deve sempre contenere tutti i campi, anche se vuoti.</p>\n<p>Per altri esempi di caricamento far riferimento al caricamento fatture</p>\n","urlObject":{"protocol":"https","path":["Import","Upload"],"host":["app","b2beasy","it"],"query":[],"variable":[]}},"response":[],"_postman_id":"48658a6f-90b9-4b14-a46d-672ff381c25a"}],"id":"5ffdecd2-55ba-4246-a185-f0e40ec08420","description":"<p>E' possibile caricare un file CSV con i dettagli per la creazione della fattura elettronica.\nI dettagli devono essere richiesti a Studioboost<br /></p>\n<p>Tutti gli endpoint hanno autenticazione con token jwt o con cookies.</p>\n<p>Alcune note per il file CSV da caricare:</p><p>\n-Non ci sono indicazioni di stringa. Nessun uso del carattere \"</p><p>\n-Se la fattura ha più righe, va replicata l'intera riga modificando solo i prezzi e i dati degli articoli</p><p>\n-Ogni fattura deve avere un identificativo univoco per permettere al sistema di accorpare le righe. Sconsigliamo il numero fattura in caso di presenza di diversi sezionali</p><p>\n-Ogni campo deve avere un separatore unico. Possiamo usare qualsiasi carattere in configurazione. Consigliamo il carattere | perché difficilmente usato nelle descrizioni</p><p>\n-Il sistema si può configurare in modalità debug. Questo non spedisce le fatture, ma invia ad un certo indirizzo mail il pdf e l'xml risultante per verifica</p><p></p>\n","event":[{"listen":"prerequest","script":{"id":"fa885ac0-42a1-4846-8c75-a0e688936e25","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"93a64e0a-31e5-4d6b-abed-c8d84e805245","type":"text/javascript","exec":[""]}}],"_postman_id":"5ffdecd2-55ba-4246-a185-f0e40ec08420"},{"name":"Scadenzario Premium","item":[{"name":"ListaScadenzario Premium","id":"5557493a-1c7c-402a-ae3c-cf3635281d68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://app.b2beasy.it/scadenzario/ricerca/{idazienda}?acquisto={acquisto}&nonpagato={nonpagato}&start=0&limit=10&startdate={startdate}&enddate={enddate}&cerca={cerca}","description":"<p>Lista documenti scadenzario avanzato</p>\n","urlObject":{"protocol":"https","path":["scadenzario","ricerca","{idazienda}"],"host":["app","b2beasy","it"],"query":[{"description":{"content":"<p>\"si\" o \"no\" in caso di acquisto o vendita </p>\n","type":"text/plain"},"key":"acquisto","value":"{acquisto}"},{"description":{"content":"<p>\"si\" o \"no\" in caso di voce non pagata o pagata </p>\n","type":"text/plain"},"key":"nonpagato","value":"{nonpagato}"},{"description":{"content":"<p>paginazione</p>\n","type":"text/plain"},"key":"start","value":"0"},{"description":{"content":"<p>limite</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>data inizio ricerca</p>\n","type":"text/plain"},"key":"startdate","value":"{startdate}"},{"description":{"content":"<p>data fine ricerca</p>\n","type":"text/plain"},"key":"enddate","value":"{enddate}"},{"description":{"content":"<p>parametro di ricerca (opzionale)</p>\n","type":"text/plain"},"key":"cerca","value":"{cerca}"}],"variable":[]}},"response":[{"id":"3fa4a515-98d8-40dd-91ba-5461c309696e","name":"ListaScadenzario Premium","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://app.b2beasy.it/b2beasy/scadenzario?idazienda=X7F3QUO5JWDTHBODHM39&pagato=0&tipodocumento=1","protocol":"https","host":["app","b2beasy","it"],"path":["b2beasy","scadenzario"],"query":[{"key":"idazienda","value":"X7F3QUO5JWDTHBODHM39"},{"key":"pagato","value":"0"},{"key":"tipodocumento","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"Access-Control-Allow-Headers","value":"Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With,Origin,Accept","name":"Access-Control-Allow-Headers","description":"Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request."},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Cache-Control","value":"private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Length","value":"2590","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 04 Sep 2018 12:42:34 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.5","name":"Server","description":"A name for the server"},{"key":"X-AspNet-Version","value":"4.0.30319","name":"X-AspNet-Version","description":"Custom header"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"app.b2beasy.it","path":"/","secure":false,"value":"bnohenewdzkff3yfhktjk4d1","key":"ASP.NET_SessionId"}],"responseTime":null,"body":"{\r\n  \"success\": true,\r\n  \"rows\": [\r\n    {\r\n      \"id\": \"7560113\",\r\n      \"iddocumento\": \"202200606829\",\r\n      \"pagato\": false,\r\n      \"numerodoc\": \"1\",\r\n      \"cliente\": \"acme srl\",\r\n      \"datadoc\": \"09/02/2022\",\r\n      \"importo\": \"13,42\",\r\n      \"scadenza\": \"05/04/2022\",\r\n      \"pagamento\": \"Contanti\",\r\n      \"elettronica\": false,\r\n      \"datapagamento\": \"\",\r\n      \"statopagamento\": 0,\r\n      \"associatoautomaticamente\": false,\r\n      \"associazionipresenti\": false\r\n    },\r\n    {\r\n      \"id\": \"7560123\",\r\n      \"iddocumento\": \"202200606852\",\r\n      \"pagato\": false,\r\n      \"numerodoc\": \"2\",\r\n      \"cliente\": \"acme srl\",\r\n      \"datadoc\": \"09/02/2022\",\r\n      \"importo\": \"-13,42\",\r\n      \"scadenza\": \"05/04/2022\",\r\n      \"pagamento\": \"Contanti\",\r\n      \"elettronica\": false,\r\n      \"datapagamento\": \"\",\r\n      \"statopagamento\": 0,\r\n      \"associatoautomaticamente\": false,\r\n      \"associazionipresenti\": false\r\n    }\r\n  ],\r\n  \"totalRows\": 2\r\n}"}],"_postman_id":"5557493a-1c7c-402a-ae3c-cf3635281d68"},{"name":"Imposta voce scadenzario pagata","id":"7aaf8766-d166-478f-bcc7-bbf35b4d0167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"https://app.b2beasy.it/b2beasy/scadenzario/{idazienda}?pagato=true&id={idScadenzario}&importoparziale={importo}&datapagamento={datapagamento}&idbanca={idbanca}&testopagamento={testo}","description":"<p>Metodo per impostare come pagato una scadenza. Utilizzare id scadenzario della lista: ListaScadenzario Premium</p>\n","urlObject":{"protocol":"https","path":["b2beasy","scadenzario","{idazienda}"],"host":["app","b2beasy","it"],"query":[{"key":"pagato","value":"true"},{"description":{"content":"<p>Identificativo voce scadenzario</p>\n","type":"text/plain"},"key":"id","value":"{idScadenzario}"},{"description":{"content":"<p>Importo del pagamento</p>\n","type":"text/plain"},"key":"importoparziale","value":"{importo}"},{"description":{"content":"<p>Data del pagamento</p>\n","type":"text/plain"},"key":"datapagamento","value":"{datapagamento}"},{"description":{"content":"<p>Identificativo della banca sulla quale è stato effettuato/ricevuto il pagamento</p>\n","type":"text/plain"},"key":"idbanca","value":"{idbanca}"},{"description":{"content":"<p>Testo che apparirà in sostituzione del metodo di pagamento. Di solito usato il nome della banca.</p>\n","type":"text/plain"},"key":"testopagamento","value":"{testo}"},{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"7aaf8766-d166-478f-bcc7-bbf35b4d0167"}],"id":"6bdb272a-1b1b-4016-9728-21e5044234c2","_postman_id":"6bdb272a-1b1b-4016-9728-21e5044234c2","description":""}]}