...
Path and query parameters are passed as query parameters when calling web services via the Connect application. The query parameters must always be passed in the Camel Case format. For example, if the path parameter "object_id" exists for an SAP endpoint, this must be passed as the query parameter “objectId” via the Connect application.
Table of Contents | ||||
---|---|---|---|---|
|
Endpoint “Data”
Using the Data endpoint, Change objects can be read, updated, created, and status transitions can be performed.
...
The long text of an object can be assigned with the "longtext" property. Since the associated text type depends on the transaction type and customer-specific text types may be used, a text type must be assigned in advance in the configuration of the add-on for each transaction type that is to be used as long text, see https://galileogroup.atlassian.net/wiki/spaces/CONNECTDOCEN/pages/712343577/REST+API+Configuration+REST+API+for+Solution+Manager#Default-text-objects-for-a-transaction-type .
Code Block | ||
---|---|---|
| ||
"longtext": "This is a detailed description for the requirement.\n Following changes has to be implemented:\n" |
...