Create content
Endpoint ID: | 9001 | |||||||||||||||||||||||||
Method: | ||||||||||||||||||||||||||
URL: | POST /user/content/ | |||||||||||||||||||||||||
Request body: | JSON data with information about the content to be created.
Example { "tags": [ "tag1", "tag2" ], "contentType": "text/html", "content": "base64 encoded content string", "value": 6.8, "activeFrom": "2014-01-01T01:00Z", "activeTo": "2014-03-25T23:00Z" } | |||||||||||||||||||||||||
Response body: |
Example { "contentID": 4567 } | |||||||||||||||||||||||||
Status codes: | 201 | Content created successfully. |