EOTF_XREF_UPDATE
Use this service operation to update values in a cross-reference map.
Alias: update_xref_value
Type: Synchronous
Request Message: EOTF_XREF_UPDATE_REQ.V1
This is an example of the soap body for the request:
<soapenv:Body>
<xref:xrefUpdateValue>
<xref:mapname>?</xref:mapname>
<xref:ReferenceValues>
<xref:domain>?</xref:domain>
<!--1 or more repetitions:-->
<xref:element name="?"/>
</xref:ReferenceValues>
<!--1 or more repetitions:-->
<xref:TargetValues>
<xref:domain>?</xref:domain>
<!--1 or more repetitions:-->
<xref:element name="?"/>
</xref:TargetValues>
</xref:xrefUpdateValue>
</soapenv:Body>
| Element Name | Description |
|---|---|
|
mapname |
The name of the cross-reference map to update values to. |
|
ReferenceValues |
This element holds the existing cross-reference elements and values to locate the row to be updated. |
|
domain |
The name of the domain the reference elements are a part of. |
|
element |
This represents a cross-reference element and its value. |
|
targetValues |
This element holds the cross-reference elements to be updated and the new values. |
|
domain |
The name of the domain the target elements are a part of. |
|
element |
This represents a cross-reference element and its value. |
Response Message: EOTF_XREF_RESPONSE.V1
| Element Name | Description |
|---|---|
|
status |
The status of the operation. Returns Success or Exception. |
|
reason |
If there is an exception, the reason will be returned. |
|
responseValues |
The values returned for the lookup operation. |
|
domain |
The name of the target domain provided on the lookup request. |
|
element |
Represents an element in the target domain and its value. |