Question

How to get the data into the section fields from a web service auto generated page ?

I want to add the data into a section via webservice from a autogenerated page, which is now showing only a chunk of data but i want to show it in the section with seperate attributes. 

Like 0

Like

1 comments

Hi,

 

Upon adding data to the autogenerated page in the 3-rd party website you need to perform a POST request via OData to add data to the needed section (or modify data for the existing record). Please see this documentation with examples of OData requests.

 

Alternatively you can call a web-service using the "Call web-service" process element, receive the response from the service, parse the response, specify parsed values into process parameters (they need to be created separately) and then specify these process parameters as values for an autogenerated page items.

 

Best regards,

Oscar

Show all comments