Do we have a working example for a form submission using the Eloqua Rest API?
I don't see any reference to it at the eloqua-csharp-rest-client/EloquaClient at master · fredsakr/eloqua-csharp-rest-client · GitHub repository.
Is it just post the data to the form like this for example :- POST /data/form/1011
I understand to access form data we should be calling the GET /assets/form/{id}?depth={depth}
Just wondering if there is anything available to look at.Fred Sakr