Hello experts,I have a problem with a simple editing of a number. From my API response I get various numbers with different decimal lengths. I save the value I need to the memory field "i". So I want to format it to round it to two decimal digits. Th...
Intro
This blog post is part of the SAP Conversational AI Tutorial Challenge 2021 and this tutorial describes how to set up a chatbot with the main purpose of creating Purchase Requisitons (PRs) in Ariba via Ariba Open APIs. Since this bot uses var...
Hi everyone,
I get the following response from my API:
{
"contents": [
{
"LeadTime": 1,
"ClassificationCode": "UNSPSC:432116",
"ShortName": "AfterShokz Aeropex Wireless Open-Ear Bone Conduction Head...
Hello everyone,
I am using the Catalog Content API with the get request
/catalogname/{CatalogName}/supplierid/{SupplierId}/items
Now I want to filter my API response for some items using the rsql filter.In my response I have the field "ShortNa...
Hi Nico,I am trying out the test data and have encountered a problem with the import of products. These do not arrive in the PFM despite status 204 of the request. The rest (product groups, product types etc.) do. Was there an update of the API afte...
Hi Daniel, I recive it from an API, this is part of the answer:
"item1List": {
"contents": [
{
"ShortName": "Highlighter LUMINATOR Table 4-Set",
"Price": 11.7,
"Image": "pf00139596.jpg",
...
Hi Stephan, thanks for your quick response. It is a valid number, I multiplied the memory before and it's working. I also checked the preview and the debug. The item1Amount is also in embedded in a quick response and displayed, so it is saved to the ...
Thanks Fabian! Unfortunately, I'm not that deep in Sourcing. The web service was listed in the integration manager in Ariba, maybe you can find a suitable API there.
Hi Roshan,I had a similar problem with a filter for an API response. The syntax was also very tricky for me. My solution was to create a new memory value in which I added the filter value, in your case it would be memory.array_from. After it I genera...