<?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: Task 3 - Multi-parameter basic sum function (July Developer Challenge - &amp;quot;Reverse APIs&amp;quot; in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758453#M2029062</link>
    <description>&lt;P&gt;Submission for task 3&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eshrinivasan_0-1720716726679.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135553iC2B3DB521233E7A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eshrinivasan_0-1720716726679.png" alt="eshrinivasan_0-1720716726679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Jul 2024 16:52:39 GMT</pubDate>
    <dc:creator>shrinivasan_neelamegam</dc:creator>
    <dc:date>2024-07-11T16:52:39Z</dc:date>
    <item>
      <title>Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs")</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13757582#M2029038</link>
      <description>&lt;P&gt;This is a task in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.sap.com/t5/application-development-blog-posts/2024-07-quot-reverse-apis-quot-sap-developer-challenge/ba-p/13749653" target="_blank" rel="nofollow noopener"&gt;July Developer Challenge - "Reverse APIs"&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;This task is to add a final API endpoint to the service you already created in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/2024-07-developer-challenge-task-1-your-first-service-and-first-endpoint/m-p/13752205" target="_blank" rel="nofollow noopener"&gt;Task 1 - Your first service and first endpoint&lt;/A&gt;. It expands a little on the previous task to cement the idea of parameter definitions and access to them in the implementation.&lt;/P&gt;&lt;H2&gt;The requirements&lt;/H2&gt;&lt;P&gt;Here are the specific requirements for this task.&lt;/P&gt;&lt;P&gt;The API endpoint should be made available within the existing service&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;basic. Relative to the service path, the name should be&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sum&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and be requestable via an HTTP GET method.&lt;/P&gt;&lt;P&gt;It should be defined with two Integer parameters,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;b, and should return an Integer value, being the sum of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;b, in the context of a JSON payload that looks like this (pretty-printed for readability here):&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;{
  &lt;SPAN class=""&gt;"@odata.context"&lt;/SPAN&gt;: &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;$metadata#Edm.Int32&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  &lt;SPAN class=""&gt;"value"&lt;/SPAN&gt;: &lt;SPAN class=""&gt;&amp;lt;sum-of-a-and-b&amp;gt;&lt;/SPAN&gt;
}&lt;/PRE&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;All this means is that you should declare and implement this API endpoint as another&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://cap.cloud.sap/docs/cds/cdl#actions" target="_blank" rel="nofollow noopener"&gt;unbound function&lt;/A&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;When this API endpoint is added to the service and served via the OData V4 protocol, the service metadata document should look like this:&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&amp;lt;?&lt;SPAN class=""&gt;xml&lt;/SPAN&gt;&lt;SPAN class=""&gt; version&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;1.0&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt; encoding&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;utf-8&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;?&amp;gt;
&amp;lt;&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Edmx&lt;/SPAN&gt; &lt;SPAN class=""&gt;Version&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;4.0&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;xmlns&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;http://docs.oasis-open.org/odata/ns/edmx&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
  &amp;lt;&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Reference&lt;/SPAN&gt; &lt;SPAN class=""&gt;Uri&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;https://sap.github.io/odata-vocabularies/vocabularies/Common.xml&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Include&lt;/SPAN&gt; &lt;SPAN class=""&gt;Alias&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Common&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;Namespace&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;com.sap.vocabularies.Common.v1&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
  &amp;lt;/&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Reference&lt;/SPAN&gt;&amp;gt;
  &amp;lt;&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Reference&lt;/SPAN&gt; &lt;SPAN class=""&gt;Uri&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;https://oasis-tcs.github.io/odata-vocabularies/vocabularies/Org.OData.Core.V1.xml&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Include&lt;/SPAN&gt; &lt;SPAN class=""&gt;Alias&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Core&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;Namespace&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Org.OData.Core.V1&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
  &amp;lt;/&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Reference&lt;/SPAN&gt;&amp;gt;
  &amp;lt;&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;DataServices&lt;/SPAN&gt;&amp;gt;
    &amp;lt;&lt;SPAN class=""&gt;Schema&lt;/SPAN&gt; &lt;SPAN class=""&gt;Namespace&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;basic&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;xmlns&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;http://docs.oasis-open.org/odata/ns/edm&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
      &amp;lt;&lt;SPAN class=""&gt;EntityContainer&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;EntityContainer&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
        &amp;lt;&lt;SPAN class=""&gt;FunctionImport&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;ping&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;Function&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;basic.ping&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
        &amp;lt;&lt;SPAN class=""&gt;FunctionImport&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;hello&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;Function&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;basic.hello&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
        &amp;lt;&lt;SPAN class=""&gt;FunctionImport&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;sum&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;Function&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;basic.sum&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
      &amp;lt;/&lt;SPAN class=""&gt;EntityContainer&lt;/SPAN&gt;&amp;gt;
      &amp;lt;&lt;SPAN class=""&gt;Function&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;ping&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;IsBound&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;false&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;IsComposable&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;false&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
        &amp;lt;&lt;SPAN class=""&gt;ReturnType&lt;/SPAN&gt; &lt;SPAN class=""&gt;Type&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Edm.String&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
      &amp;lt;/&lt;SPAN class=""&gt;Function&lt;/SPAN&gt;&amp;gt;
      &amp;lt;&lt;SPAN class=""&gt;Function&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;hello&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;IsBound&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;false&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;IsComposable&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;false&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
        &amp;lt;&lt;SPAN class=""&gt;Parameter&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;to&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;Type&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Edm.String&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
        &amp;lt;&lt;SPAN class=""&gt;ReturnType&lt;/SPAN&gt; &lt;SPAN class=""&gt;Type&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Edm.String&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
      &amp;lt;/&lt;SPAN class=""&gt;Function&lt;/SPAN&gt;&amp;gt;
      &amp;lt;&lt;SPAN class=""&gt;Function&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;sum&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;IsBound&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;false&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;IsComposable&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;false&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;gt;
        &amp;lt;&lt;SPAN class=""&gt;Parameter&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;a&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;Type&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Edm.Int32&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
        &amp;lt;&lt;SPAN class=""&gt;Parameter&lt;/SPAN&gt; &lt;SPAN class=""&gt;Name&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;b&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class=""&gt;Type&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Edm.Int32&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
        &amp;lt;&lt;SPAN class=""&gt;ReturnType&lt;/SPAN&gt; &lt;SPAN class=""&gt;Type&lt;/SPAN&gt;=&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;Edm.Int32&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;/&amp;gt;
      &amp;lt;/&lt;SPAN class=""&gt;Function&lt;/SPAN&gt;&amp;gt;
    &amp;lt;/&lt;SPAN class=""&gt;Schema&lt;/SPAN&gt;&amp;gt;
  &amp;lt;/&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;DataServices&lt;/SPAN&gt;&amp;gt;
&amp;lt;/&lt;SPAN class=""&gt;edmx&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;Edmx&lt;/SPAN&gt;&amp;gt;&lt;/PRE&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;You can see that this metadata document contains definitions for this new&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FunctionImport&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"sum", as well as the two previous&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FunctionImports "ping" and "hello".&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Once you've got your service defined, and a simple implementation ready with an&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;handler for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sum&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;event, you're ready.&lt;/P&gt;&lt;P&gt;It is definitely worth testing it yourself first, e.g. with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;curl, Postman, or even the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://marketplace.visualstudio.com/items?itemName=humao.rest-client" target="_blank" rel="nofollow noopener"&gt;REST Client&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;extension to VS Code that some of you are using (going on what I can see from some of your responses to the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/july-developer-challenge-quot-reverse-apis-quot-task-1-your-first-service/m-p/13752205" target="_blank" rel="nofollow noopener"&gt;previous task&lt;/A&gt;). Use whatever tool you prefer for making HTTP calls.&lt;/P&gt;&lt;P&gt;With your server running (on, let's say, the default local CAP server port of 4004), make a request like this, supplying values for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;b&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;parameters:&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;curl -s --url &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;localhost:4004/basic/sum(a=100,b=50)&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;and the reponse should look like this:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;{&lt;SPAN class=""&gt;"@odata.context"&lt;/SPAN&gt;:&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;$metadata#Edm.Int32&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,&lt;SPAN class=""&gt;"value"&lt;/SPAN&gt;:&lt;SPAN class=""&gt;150&lt;/SPAN&gt;}&lt;/PRE&gt;&lt;/DIV&gt;&lt;H2&gt;Submitting your API endpoint to the TESTER&lt;/H2&gt;&lt;P&gt;Now you're ready to submit your CANDIDATE service, with the specific API endpoint, to the TESTER!&lt;/P&gt;&lt;H3&gt;The payload&lt;/H3&gt;&lt;P&gt;The task identifier you need to supply in the payload of your submission is:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;basic-sum&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;You'll have already done this sort of thing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.sap.com/t5/application-development-discussions/july-developer-challenge-quot-reverse-apis-quot-task-1-your-first-service/m-p/13752205" target="_blank" rel="nofollow noopener"&gt;previously&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;so just head back there for the more detailed instructions if you need them, or to the the section titled "&lt;A href="https://community.sap.com/t5/application-development-blog-posts/2024-07-quot-reverse-apis-quot-sap-developer-challenge/ba-p/13749653#toc-hId--553513390" target="_blank" rel="nofollow noopener"&gt;The Tester service, and making a test request&lt;/A&gt;" in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.sap.com/t5/application-development-blog-posts/2024-07-quot-reverse-apis-quot-sap-developer-challenge/ba-p/13749653" target="_blank" rel="nofollow noopener"&gt;main challenge blog post&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Now, to have your freshly minted API endpoint in this task tested, you'll need to submit a JSON payload like this:&lt;/P&gt;&lt;DIV class=""&gt;&lt;PRE&gt;{
  &lt;SPAN class=""&gt;"communityid"&lt;/SPAN&gt;: &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&amp;lt;your-community-id&amp;gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  &lt;SPAN class=""&gt;"serviceurl"&lt;/SPAN&gt;: &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&amp;lt;the-URL-of-your-service&amp;gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;,
  &lt;SPAN class=""&gt;"task"&lt;/SPAN&gt;: &lt;SPAN class=""&gt;&lt;SPAN class=""&gt;"&lt;/SPAN&gt;basic-sum&lt;SPAN class=""&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;
}&lt;/PRE&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;And, just as with the previous (and all further tasks):&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;the value for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;communityid&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property should be your ID on this SAP Community platform (e.g. mine is "qmacro")&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;the value for the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;serviceurl&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property should be the absolute URL (i.e. including the scheme), of your CANDIDATE&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;service&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;which&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;contains&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the API endpoint (see&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.sap.com/t5/application-development-blog-posts/2024-07-quot-reverse-apis-quot-sap-developer-challenge/ba-p/13749653#toc-hId--356999885" target="_blank" rel="nofollow noopener"&gt;&lt;span class="lia-unicode-emoji" title=":information:"&gt;ℹ️&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;A note on URLs and services&lt;/A&gt;), not the full URL of the specific API endpoint itself&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;That's it!&lt;/P&gt;&lt;H2&gt;Logging of test results&lt;/H2&gt;&lt;P&gt;Remember that you can check on your progress, and the progress of your fellow participants - all requests are logged and are available in an entity set served by the TESTER service. The entity set URL is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer-challenge-2024-07.cfapps.eu10.hana.ondemand.com/tester/Testlog" target="_blank" rel="nofollow noopener"&gt;https://developer-challenge-2024-07.cfapps.eu10.hana.ondemand.com/tester/Testlog&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and being an OData V4 entity set, all the normal OData system query options are available to you for digging into that information.&lt;/P&gt;&lt;P&gt;Until the next task, have fun, and if you have any questions or comments, leave them below!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 06:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13757582#M2029038</guid>
      <dc:creator>qmacro</dc:creator>
      <dc:date>2024-07-11T06:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13757721#M2029043</link>
      <description>&lt;P&gt;Nice one again!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mxmw_0-1720684187256.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135223iC403A56E60306DFE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mxmw_0-1720684187256.png" alt="mxmw_0-1720684187256.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 07:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13757721#M2029043</guid>
      <dc:creator>mxmw</dc:creator>
      <dc:date>2024-07-11T07:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13757744#M2029046</link>
      <description>&lt;P&gt;Done!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nidhi_m_1-1720684630694.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135234i740CC14BD1740C9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nidhi_m_1-1720684630694.png" alt="nidhi_m_1-1720684630694.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 07:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13757744#M2029046</guid>
      <dc:creator>nidhi_m</dc:creator>
      <dc:date>2024-07-11T07:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13757932#M2029050</link>
      <description>&lt;P&gt;Task 3 submission, PASS&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sudarshan_b_0-1720691393673.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135333iB352AD6EB6ED1347/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sudarshan_b_0-1720691393673.png" alt="sudarshan_b_0-1720691393673.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;P.S.: Hi DJ, the certificate issue is resolved now, so no more '-k' &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 09:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13757932#M2029050</guid>
      <dc:creator>sudarshan_b</dc:creator>
      <dc:date>2024-07-11T09:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758091#M2029053</link>
      <description>&lt;P&gt;Nice!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 11:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758091#M2029053</guid>
      <dc:creator>qmacro</dc:creator>
      <dc:date>2024-07-11T11:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758287#M2029057</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mwn_0-1720705874826.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135498i161877C1DCC4F892/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mwn_0-1720705874826.png" alt="mwn_0-1720705874826.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 13:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758287#M2029057</guid>
      <dc:creator>mwn</dc:creator>
      <dc:date>2024-07-11T13:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758404#M2029058</link>
      <description>&lt;P&gt;&lt;IMG border="0" alt="" /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="geek_1-1720711403188.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135541i2A80933349C2804B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="geek_1-1720711403188.png" alt="geek_1-1720711403188.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="geek_0-1720711290863.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135536iEC9AECEC1C88A4FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="geek_0-1720711290863.png" alt="geek_0-1720711290863.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 15:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758404#M2029058</guid>
      <dc:creator>geek61</dc:creator>
      <dc:date>2024-07-11T15:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758424#M2029060</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="spassaro_0-1720713450883.png" style="width: 764px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135547iDD05EA90413985BA/image-dimensions/764x222?v=v2" width="764" height="222" role="button" title="spassaro_0-1720713450883.png" alt="spassaro_0-1720713450883.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 15:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758424#M2029060</guid>
      <dc:creator>spassaro</dc:creator>
      <dc:date>2024-07-11T15:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758429#M2029061</link>
      <description>&lt;P&gt;My submission for task 3.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Alpesa1990_0-1720713852346.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135549i38A42CED0198074C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Alpesa1990_0-1720713852346.png" alt="Alpesa1990_0-1720713852346.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 16:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758429#M2029061</guid>
      <dc:creator>Alpesa1990</dc:creator>
      <dc:date>2024-07-11T16:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758453#M2029062</link>
      <description>&lt;P&gt;Submission for task 3&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="eshrinivasan_0-1720716726679.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135553iC2B3DB521233E7A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="eshrinivasan_0-1720716726679.png" alt="eshrinivasan_0-1720716726679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 16:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758453#M2029062</guid>
      <dc:creator>shrinivasan_neelamegam</dc:creator>
      <dc:date>2024-07-11T16:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758454#M2029063</link>
      <description>&lt;P&gt;Very nice! I was wondering if folks would do something with the Testlog entity set data &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Good work!&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 16:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758454#M2029063</guid>
      <dc:creator>qmacro</dc:creator>
      <dc:date>2024-07-11T16:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758532#M2029066</link>
      <description>&lt;P&gt;My submission for task 3.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MioYasutake_0-1720727781059.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135579iE3AAE77A37DED35C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MioYasutake_0-1720727781059.png" alt="MioYasutake_0-1720727781059.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2024 19:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758532#M2029066</guid>
      <dc:creator>MioYasutake</dc:creator>
      <dc:date>2024-07-11T19:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758858#M2029073</link>
      <description>&lt;P&gt;My submission for task 3&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gphadnis2000_0-1720765037306.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135771iD8ACC5E535A5BE32/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gphadnis2000_0-1720765037306.png" alt="gphadnis2000_0-1720765037306.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 06:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758858#M2029073</guid>
      <dc:creator>gphadnis2000</dc:creator>
      <dc:date>2024-07-12T06:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758937#M2029074</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/53"&gt;@qmacro&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;PFB my response for task 3:&lt;/P&gt;&lt;P&gt;unbound function sum response&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YogSSohanee_0-1720768008088.png" style="width: 607px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135801i3985A2D1B67C216A/image-dimensions/607x204?v=v2" width="607" height="204" role="button" title="YogSSohanee_0-1720768008088.png" alt="YogSSohanee_0-1720768008088.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Updated Metadata document:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YogSSohanee_1-1720768060148.png" style="width: 564px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135802iD9F3A83FCF54A012/image-dimensions/564x323?v=v2" width="564" height="323" role="button" title="YogSSohanee_1-1720768060148.png" alt="YogSSohanee_1-1720768060148.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And ofcourse the tester response&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="YogSSohanee_0-1720768474089.png" style="width: 639px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135817i252957F9F59A532D/image-dimensions/639x317?v=v2" width="639" height="317" role="button" title="YogSSohanee_0-1720768474089.png" alt="YogSSohanee_0-1720768474089.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 07:15:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758937#M2029074</guid>
      <dc:creator>YogSSohanee</dc:creator>
      <dc:date>2024-07-12T07:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758954#M2029075</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tobiasz_h_0-1720769526303.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135821i6639FAE886AD1C0C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tobiasz_h_0-1720769526303.png" alt="tobiasz_h_0-1720769526303.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 07:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13758954#M2029075</guid>
      <dc:creator>tobiasz_h</dc:creator>
      <dc:date>2024-07-12T07:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13759043#M2029077</link>
      <description>&lt;P&gt;Hello!!&lt;BR /&gt;Success again!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruthiel_0-1720774572882.png" style="width: 787px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/135858iEC00CEB1B0195AEB/image-dimensions/787x223?v=v2" width="787" height="223" role="button" title="Ruthiel_0-1720774572882.png" alt="Ruthiel_0-1720774572882.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 08:56:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13759043#M2029077</guid>
      <dc:creator>Ruthiel</dc:creator>
      <dc:date>2024-07-12T08:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13759574#M2029083</link>
      <description>&lt;P&gt;Thanks for the kudo!&lt;/P&gt;&lt;P&gt;I've now removed the need to get the results in a separate browser tab. I've also given an option to remove qmacro's results(!) and you can optionally enter your communityid, which will highlight that row in the results table.&lt;/P&gt;&lt;P&gt;&lt;A href="https://michaelnicholls.github.io/results.html" target="_blank"&gt;michaelnicholls.github.io/results.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 16:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13759574#M2029083</guid>
      <dc:creator>mwn</dc:creator>
      <dc:date>2024-07-12T16:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13759655#M2029086</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vineelaallamnen_0-1720816822887.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/136141i1E9EDE49C5793CEB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vineelaallamnen_0-1720816822887.png" alt="vineelaallamnen_0-1720816822887.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 20:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13759655#M2029086</guid>
      <dc:creator>vineelaallamnen</dc:creator>
      <dc:date>2024-07-12T20:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13760189#M2029097</link>
      <description>&lt;P&gt;my result sum&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MatLakaemper_0-1720960762277.png" style="width: 764px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/136441iD4B3ECD0FBFA92C9/image-dimensions/764x190?v=v2" width="764" height="190" role="button" title="MatLakaemper_0-1720960762277.png" alt="MatLakaemper_0-1720960762277.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2024 12:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13760189#M2029097</guid>
      <dc:creator>MatLakaemper</dc:creator>
      <dc:date>2024-07-14T12:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Task 3 - Multi-parameter basic sum function (July Developer Challenge - "Reverse APIs"</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13760275#M2029099</link>
      <description>&lt;P&gt;Here's my submission:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MK_0-1720982287354.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/136480i9158A1729CDF3D53/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MK_0-1720982287354.png" alt="MK_0-1720982287354.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jul 2024 18:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/task-3-multi-parameter-basic-sum-function-july-developer-challenge-quot/m-p/13760275#M2029099</guid>
      <dc:creator>M-K</dc:creator>
      <dc:date>2024-07-14T18:38:18Z</dc:date>
    </item>
  </channel>
</rss>

