Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Getting 500 Internal Server Error while creating Eloqua form with multiple fields using Rest API.

3586404Jul 13 2018

I have a requirement to support forms of Oracle Eloqua Marketing Cloud Service in my project. I was testing the rest api for forms. So when I create form with single field using the create endpoint form is created in Eloqua CMS. But when I try to create form with Muliple fields it throws 500 InternalServerError.

Endpoint: REST/2.0/assets/form

Request Body: {
"name":"ELA_Form", "elements":[ { "type": "FormField", "name": "Address 1", "style": "{\"fieldSize\":\"large\",\"labelPosition\":\"top\"}", "createdFromContactFieldId": "100006", "dataType": "text", "displayType": "text", "fieldMergeId": "36", "htmlName": "address1", "useGlobalSubscriptionStatus": "False", "validations": [] }, { "type": "FormField", "name": "Address 2", "style": "{\"fieldSize\":\"large\",\"labelPosition\":\"top\"}", "createdFromContactFieldId": "100007", "dataType": "text", "displayType": "text", "fieldMergeId": "37", "htmlName": "address2", "useGlobalSubscriptionStatus": "False", "validations": [] } ], "processingType":"externalEmail" }

Response: Internal Server Error There was an internal server error. The error has been logged with log identifier 121363909. Please provide this log identifier to technical support.

Help would be appreciated!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2018
Added on Jul 13 2018
0 comments
476 views