Creates a new journal.
| Name | Description | Default |
|---|---|---|
notesFormat
|
Format of the journal notes. |
rtf
|
Content Type:
application/xml
Schema:
TBA
XML document containing the journal definition.
Content Type:
application/xml
Identifier for the new journal, or an error message.
| XML |
|---|
<Response>
<Result>
<Status>string</Status> <!--Always 'Success'-->
<ID>long</ID> <!--Unique journal ID-->
</Result>
<Message>string</Message> <!--Error message-->
</Response>
|
| Code | Condition |
|---|---|
| 201 Created | The journal was successfully created. |
| 401 Unauthorized | Access token is invalid, expired or not specified. |
| 406 Not Acceptable | Content type specified in the Accept header isn't supported. |
| 500 Internal Server Error | An internal error occurred. |