DOCX Compare
post
/rest/v19/docxCompare
This operation compares two Contract DOCX documents created by Document Designer and returns a list of modified clauses.
Request
Supported Media Types
- application/json
Root Schema : docxCompare-createform
Type:
Show Source
object-
newDocAttachId:
integer
Title:
New Document Attachment IDThe New Document File Attachment Resource Identifier -
oldDocAttachId:
integer
Title:
Old Document Attachment IDThe Old Document File Attachment Resource Identifier -
processVarname:
string
Title:
Process Variable NameCommerce Process Resource Identifier -
transactionId:
integer
Title:
Transaction IDTransaction Resource Identifier
Response
Supported Media Types
- application/json
Default Response
Root Schema : docxCompare
Type:
Show Source
object-
diffs:
array Differences
Title:
DifferencesThe docxCompare response consisting of a list of differences between the two documents
Nested Schema : Differences
Type:
arrayTitle:
DifferencesThe docxCompare response consisting of a list of differences between the two documents
Show Source
Nested Schema : diff
Type:
Show Source
object-
action:
string
Title:
Diff ActionDiffs: English label of 'type', eg: Updated -
clauseId:
string
Title:
Clause IdentifierDiffs: Unique Identifier for Clause -
clauseLabel:
string
Title:
Diff Clause LabelDiffs: Label of changed Clause -
parentLabel:
string
Title:
Diff Parent LabelDiffs: Label of parent Clause -
reviewed:
string
Title:
Diff ReviewedDiffs: Changes have been approved in Word -
type:
string
Title:
Diff Action TypeDiffs: Enum value of a Diff Action: MODIFIED, MOVE, REMOVE, INSERT