PUT api/cmis/xref/component/add/{xref_type}
Appends the associated XREFs to a component If a new XREF is provided that does not currently exist, a stub record will be created Required Parameters xref_comp - The xref_comp used to identify the Component xref_list - Delimited List of XREFs to associate to the Component. Uses list delimiter defined in the COMP by default NOTE: Items in the list will be appended to the current list of XREFs
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
xref_type |
Type of interface the XREFs in the list represent. xref_type values: wo (workorder), doc (document) |
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. |