-
Provider side
The asset metadata are shown below: Consumer side On the consumer side I was able to consume the asset via the frontend using following parameters Now I'd like to consume the same asset via the API. According the documentation I will start a transfer using the transferprocess-POST-Endpoint on the management API using the following JSON. @tmberthold Could you please re-check whether all parameteres are set correctly.
Questions:
Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hello and thanks for asking, we'll take a look at it. |
Beta Was this translation helpful? Give feedback.
-
Hi @tmberthold. After the troubleshooting session with @richardtreier we were able to find the appropriate approach (the documentation referred above seems to be outdated) { "type":"PARAMS_ONLY", "params":{ "contractAgreementId":"[contract agreement id]", "dataSinkProperties":{ "type":"HttpData", "baseUrl":"[data sink address]", "method":"POST" }, "properties":{ "method":"GET", "pathSegments":"[custom path]", "queryParams":"[parameters]", } } } We documented results in the MDS wiki |
Beta Was this translation helpful? Give feedback.
Hi @tmberthold. After the troubleshooting session with @richardtreier we were able to find the appropriate approach (the documentation referred above seems to be outdated)
First of all another endpoint should be used:
POST [CaaS base url]/control/data/wrapper/ui/pages/contract-agreement-page/transfers
. The following json-request is working for us