clientRiskManagement Data Type

A relationship a client may have with a risk management vendor. This relationship should represent an upload we're doing to the risk management vendor. Created by nick on 10/6/15.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
apiKey string element 0/1 The key identifier for the api for this particular client.
client client element 0/1 The client that is employing this risk management vendor.
url string element 0/1 The URL that we should be sending itinerary data to for this client.
vendor riskManagementVendor element 0/1 The vendor that is being contracted to help travelers during emergencies.
Properties inherited from baseHibernateEntity
id long element 0/1 The unique internal ID of the object.
version long element 0/1 For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions.
Properties inherited from baseEntity
violations list of simpleViolation element 0/unbounded A list of constraint violations, if any, that this object has.

Example

<clientRiskManagement>
  <client>
    <status>
      <name>...</name>
      <active>...</active>
    </status>
    <parentClient/>
    <accountNumber>...</accountNumber>
    <name>...</name>
    <type>
      <name>...</name>
      <hide>...</hide>
      <level>...</level>
    </type>
    <id>...</id>
    <version>...</version>
  </client>
  <vendor>
    <code>...</code>
    <name>...</name>
    <id>...</id>
    <version>...</version>
  </vendor>
  <url>...</url>
  <apiKey>...</apiKey>
  <id>...</id>
  <version>...</version>
  <violations/>
</clientRiskManagement>