Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Endpoint ID:

9002

Method:

URL:

POST: /user/dp-key/{dpKey}/content/{contentID}
POST: /user/ext-key/{extKey}/{extType}/content/{contentID}

 dp-keydialogportal™ master key that uniquely identifies the account to submit a fconnect content.
 ext-keyExternal key that uniquely identifies the account to submit a form forconnect content.
 ext-typeType of external key
 contentIDNumeric value that identifies content.

Request body:

None.

Response body:

JSON data with information about the content and entity.

Code Block
titleExample
{
   "entityID": 12345,
   "contentID": 4567
}

Status codes:

201

Created

 404.1User not found
 404.2External user could not be found
 404.4Content not found