<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: POST/PUt rest api calls with JSON body in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44737#M1129</link>
    <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/51541"&gt;@ShraddhaJoshi2&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;From the looks of it you're trying to use the &lt;STRONG&gt;Twilio - Phone Numbers&lt;/STRONG&gt; connector. If you want to send SMS's you want to use the &lt;STRONG&gt;SMS Messaging Integration for Twilio&lt;/STRONG&gt; which is a different connector. You can find it at the following link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/twilio---sms-messaging-integration" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/twilio---sms-messaging-integration&lt;/A&gt;​&lt;BR /&gt;&lt;BR /&gt;The &lt;STRONG&gt;Twilio - Phone Numbers&lt;/STRONG&gt; connector is an asset for managing phone numbers maintained by the Twilio platform.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 11 Jan 2022 17:14:00 GMT</pubDate>
    <dc:creator>ewilson</dc:creator>
    <dc:date>2022-01-11T17:14:00Z</dc:date>
    <item>
      <title>POST/PUt rest api calls with JSON body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44731#M1123</link>
      <description>I am trying to do a post call with json body. Not sure how to send the body under data collection using Webservice - Rest VBO&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Archana Avaragere Mutt&lt;BR /&gt;RPA Developer&lt;BR /&gt;Premex&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2019 01:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44731#M1123</guid>
      <dc:creator>ArchanaAvarager</dc:creator>
      <dc:date>2019-06-27T01:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: POST/PUt rest api calls with JSON body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44732#M1124</link>
      <description>Hi Archana,&lt;BR /&gt;&lt;BR /&gt;Would the following guide be useful. There is a section on page 4 which enlists a POST call using the Web API configuration tool.&lt;BR /&gt;&lt;A href="https://portal.blueprism.com/system/files/documents/v6.4%20User%20Guide%20-%20Web%20APIs_2.pdf" target="_blank" rel="noopener"&gt;https://portal.blueprism.com/system/files/documents/v6.4%20User%20Guide%20-%20Web%20APIs_2.pdf&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25184.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25318i914D5A7F966625B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="25184.png" alt="25184.png" /&gt;&lt;/span&gt;Please note this is for V6.4 and above.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Thanks and Kind Regards,&lt;BR /&gt;Vinay Shetty&lt;BR /&gt;Senior Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2019 05:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44732#M1124</guid>
      <dc:creator>VinayShetty</dc:creator>
      <dc:date>2019-06-27T05:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: POST/PUt rest api calls with JSON body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44733#M1125</link>
      <description>You provide a single-row collection as the Data. Each field has one value. And then when you make the POST call, the Utility - JSON VBO ends up being used to convert the collection into a JSON string.&lt;BR /&gt;&lt;BR /&gt;For example, you might provide it with this data (The pipes | indicate a separation between fields to make it look like a collection here):&lt;BR /&gt;FirstName | LastName | Address | ZipCode&lt;BR /&gt;Larry | Stooge | 123 Bakersfield Street | 30021&lt;BR /&gt;&lt;BR /&gt;That collection will get converted to look something like this which will be placed in the body of the message:&lt;BR /&gt;{"FirstName":"Larry","LastName":"Stooge","Address":"123 Bakersfield Street","ZipCode":"30021"}&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci @ Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Jun 2019 16:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44733#M1125</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2019-06-27T16:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: POST/PUt rest api calls with JSON body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44734#M1126</link>
      <description>Hi Vinay,&lt;BR /&gt;&lt;BR /&gt;I'm looking for some blue prism documentation for API services, as right now I'm doing he automation of one financial tool in IBM. Unfortunatelly I'm not able to open the link with pdf file. Can You help me with that.&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michal Bezak&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Aug 2020 19:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44734#M1126</guid>
      <dc:creator>MichalBezak</dc:creator>
      <dc:date>2020-08-06T19:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: POST/PUt rest api calls with JSON body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44735#M1127</link>
      <description>Hi Michal,&lt;BR /&gt;&lt;BR /&gt;Could you please check if the following steps assist you :&lt;BR /&gt;- Login to the Blue Prism Portal&lt;BR /&gt;- Click on the Documents Tab&lt;BR /&gt;- In the Search Bar type the keyword - API&lt;BR /&gt;- If you scroll through the search results, ideally at the end of the first page there is a guide named as "&lt;STRONG&gt;v6.4 User Guide - Web APIs&lt;/STRONG&gt;".&lt;BR /&gt;&lt;BR /&gt;Hopefully this helps.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks and Kind Regards,&lt;BR /&gt;Vinay Shetty&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vinay Shetty&lt;BR /&gt;Senior Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Aug 2020 07:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44735#M1127</guid>
      <dc:creator>VinayShetty</dc:creator>
      <dc:date>2020-08-07T07:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: POST/PUt rest api calls with JSON body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44736#M1128</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I am trying to call&amp;nbsp; Twilio API to send SMS which post method. I want to send body parameters like To, From, and SMS text. &lt;SPAN&gt;Not sure how to send the body. I'm referring to this document for web API calls. &lt;A href="https://bpdocs.blueprism.com/bp-6-10/en-us/z-pdf/web-api/v6.10%20Web%20APIs%20-%20User%20Guide.pdf" target="_blank" rel="noopener"&gt;https://bpdocs.blueprism.com/bp-6-10/en-us/z-pdf/web-api/v6.10%20Web%20APIs%20-%20User%20Guide.pdf&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25189.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25321i26750864F4802801/image-size/large?v=v2&amp;amp;px=999" role="button" title="25189.png" alt="25189.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In parameter&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25190.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25323i7CF7C6DE14B0E3D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="25190.png" alt="25190.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In Process-&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25191.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25327iB0473E6E1F103B30/image-size/large?v=v2&amp;amp;px=999" role="button" title="25191.png" alt="25191.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Its Giving error status code &lt;/SPAN&gt;400 as "21604- A 'To' phone number is required"&lt;/P&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shraddha Joshi&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2022 10:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44736#M1128</guid>
      <dc:creator>ShraddhaJoshi2</dc:creator>
      <dc:date>2022-01-11T10:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: POST/PUt rest api calls with JSON body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44737#M1129</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/51541"&gt;@ShraddhaJoshi2&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;From the looks of it you're trying to use the &lt;STRONG&gt;Twilio - Phone Numbers&lt;/STRONG&gt; connector. If you want to send SMS's you want to use the &lt;STRONG&gt;SMS Messaging Integration for Twilio&lt;/STRONG&gt; which is a different connector. You can find it at the following link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/twilio---sms-messaging-integration" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/twilio---sms-messaging-integration&lt;/A&gt;​&lt;BR /&gt;&lt;BR /&gt;The &lt;STRONG&gt;Twilio - Phone Numbers&lt;/STRONG&gt; connector is an asset for managing phone numbers maintained by the Twilio platform.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jan 2022 17:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44737#M1129</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-01-11T17:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: POST/PUt rest api calls with JSON body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44738#M1130</link>
      <description>&lt;P&gt;Hi Eric Wilson,&amp;nbsp;&lt;/P&gt;
&lt;P style="language: fr; line-height: normal; text-indent: 0in; text-align: left; direction: ltr; unicode-bidi: embed; vertical-align: baseline; mso-line-break-override: restrictions; word-break: normal; punctuation-wrap: simple; margin: 0pt 0in 0pt 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;I &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;try&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; to update a ticket on EasyVista via an API call&amp;nbsp; (PUT method) but &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;it&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;does&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; not &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;work&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;it&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;works&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;very&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;well&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; via &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;PostMan&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; but &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;with&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; the action &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;which&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; I &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;created&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; in &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;my&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; web service I have &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;this&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;error&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; :&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;Internal&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; : &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;Unexpected&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;error&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;Error&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;during&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; Web API HTTP &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;Request&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;&lt;BR /&gt;HTTP &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; Code: 590&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="language: fr; line-height: normal; text-indent: 0in; text-align: left; direction: ltr; unicode-bidi: embed; vertical-align: baseline; mso-line-break-override: restrictions; word-break: normal; punctuation-wrap: simple; margin: 0pt 0in 0pt 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;HTTP&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;Response&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; Content: {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "type": "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;about:blank&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;title&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;": "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;Internal&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;Easyvista&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;Error&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;status&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;": 590,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "message": "An &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;internal&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;error&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;occurred&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;.\r\n &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;Please&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;try&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;again&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;later&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; or contact the system &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;administrator&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;.",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;correlationId&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;": "657832bd35275",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "instance": "/api/v1/50004/actions/S230131_072"&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;You Can &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;find&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; more explication &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;with&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;picture&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="language: fr; line-height: normal; text-indent: 0in; text-align: left; direction: ltr; unicode-bidi: embed; vertical-align: baseline; mso-line-break-override: restrictions; word-break: normal; punctuation-wrap: simple; margin: 0pt 0in 0pt 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="language: fr; line-height: normal; text-indent: 0in; text-align: left; direction: ltr; unicode-bidi: embed; vertical-align: baseline; mso-line-break-override: restrictions; word-break: normal; punctuation-wrap: simple; margin: 0pt 0in 0pt 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25200.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25335i126E521F00FFEE10/image-size/large?v=v2&amp;amp;px=999" role="button" title="25200.png" alt="25200.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="language: fr; line-height: normal; text-indent: 0in; text-align: left; direction: ltr; unicode-bidi: embed; vertical-align: baseline; mso-line-break-override: restrictions; word-break: normal; punctuation-wrap: simple; margin: 0pt 0in 0pt 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25201.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25342i487E35086C77A58D/image-size/large?v=v2&amp;amp;px=999" role="button" title="25201.png" alt="25201.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="language: fr; line-height: normal; text-indent: 0in; text-align: left; direction: ltr; unicode-bidi: embed; vertical-align: baseline; mso-line-break-override: restrictions; word-break: normal; punctuation-wrap: simple; margin: 0pt 0in 0pt 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="language: fr; line-height: normal; text-indent: 0in; text-align: left; direction: ltr; unicode-bidi: embed; vertical-align: baseline; mso-line-break-override: restrictions; word-break: normal; punctuation-wrap: simple; margin: 0pt 0in 0pt 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="language: fr; line-height: normal; text-indent: 0in; text-align: left; direction: ltr; unicode-bidi: embed; vertical-align: baseline; mso-line-break-override: restrictions; word-break: normal; punctuation-wrap: simple; margin: 0pt 0in 0pt 0in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial Unicode MS'; mso-ascii-font-family: 'Arial Unicode MS'; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; font-variant: normal; color: black; mso-color-index: 1; text-transform: none; mso-font-kerning: 12.0pt; language: fr; font-weight: normal; font-style: normal; vertical-align: baseline; mso-text-raise: 0%; mso-style-textoutline-type: none; mso-style-textfill-type: solid; mso-style-textfill-fill-themecolor: text1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SLIMANE OUZIALA&lt;BR /&gt;Consultant&lt;BR /&gt;Arondor Capture&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Dec 2023 16:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44738#M1130</guid>
      <dc:creator>Souziala</dc:creator>
      <dc:date>2023-12-12T16:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: POST/PUt rest api calls with JSON body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44739#M1131</link>
      <description>&lt;P&gt;Hello &lt;A class="user-content-mention" data-sign="@" data-contactkey="e5b5bc8a-bff5-4d31-a9af-fad80a472384" data-tag-text="@SLIMANE OUZIALA" href="https://community.blueprism.com/network/profile?UserKey=e5b5bc8a-bff5-4d31-a9af-fad80a472384" data-itemmentionkey="7e8b45a4-f254-4ad8-99f7-5ddaeadc7ff8"&gt;@SLIMANE OUZIALA&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I'm not familiar with EasyVista or their API, but looking at the online documentation at the following link it seems the end point you're using doesn't match what their documentation says it should be for the Update Ticket PUT method.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://wiki.easyvista.com/xwiki/bin/view/Documentation/Integration/WebService%20REST/REST%20API%20-%20Update%20an%20incident-request/" target="_blank" rel="noopener"&gt;https://wiki.easyvista.com/xwiki/bin/view/Documentation/Integration/WebService%20REST/REST%20API%20-%20Update%20an%20incident-request/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;They show the action path as &lt;STRONG&gt;/requests/{rfc_number}&lt;/STRONG&gt; where rfc_number is the ticket number.&lt;/P&gt;
&lt;P&gt;Perhaps if you share some screenshots of the endpoint test you have in Postman, that might help.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Dec 2023 20:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44739#M1131</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2023-12-12T20:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: POST/PUt rest api calls with JSON body</title>
      <link>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44740#M1132</link>
      <description>&lt;P&gt;Hollo Eric,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, thank you for you help,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I use the same doumetation for this action, but for Validate ticket I have to use .&lt;STRONG&gt;../actions/{rfc_number}&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;the linke is here : &lt;A href="https://wiki.easyvista.com/xwiki/bin/view/Documentation/Integration/WebService%20REST/REST%20API%20-%20Finish%20an%20action%20attached%20to%20an%20incident-request/" title="Like"&gt;https://wiki.easyvista.com/xwiki/bin/view/Documentation/Integration/WebService%20REST/REST%20API%20-%20Finish%20an%20action%20attached%20to%20an%20incident-request/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Here you can find a copy of my Postman request&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="25280.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/25417i914A6DC48EB9AD05/image-size/large?v=v2&amp;amp;px=999" role="button" title="25280.png" alt="25280.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SLIMANE OUZIALA&lt;BR /&gt;Consultant&lt;BR /&gt;Arondor Capture&lt;BR /&gt;Europe/Paris&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Dec 2023 21:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/POST-PUt-rest-api-calls-with-JSON-body/m-p/44740#M1132</guid>
      <dc:creator>Souziala</dc:creator>
      <dc:date>2023-12-12T21:15:00Z</dc:date>
    </item>
  </channel>
</rss>

