POST api/cmis/xref/document/{xref_type}
Adds/deletes the associated XREFs to an Document Deletes all existing XREFs of that type then Adds the xref_list as new records If a new XREF is provided that does not currently exist, a stub record will be created Required Parameters xref_doc - The xref_doc used to identify the Document xref_list - Delimited List of XREFs to associate to the Document. Uses list delimiter defined in the Document by default NOTE: Must contain the complete list of XREFs as the should be
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
xref_type |
Type of interface the XREFs in the list represent. xref_type values: comp (component) |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
XrefListModel containing the list of associated XREFs
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |