Newer Version Available
Document Management Result
- JSON example
- Example of a success response:
1{ 2 "contentDocumentId": "069xx0000004D1sAAE", 3 "isSuccess": true 4} - Example of an error response:
1{ 2 "error": { 3 "code": "INVALID_INPUT", 4 "message": "The ReceivedDocument field doesn’t exist in the specified DocumentChecklistItem object." 5 }, 6 "isSuccess": false 7}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| contentDocumentId | String | The ID of the content document that is created after the request is successful. | Small, 55.0 | 55.0 |
| error | Error Response Output | Error representation. | Small, 55.0 | 55.0 |
| isSuccess | Boolean | Indicates whether the document split request is successful (true) or not (false). | Small, 55.0 | 55.0 |