Free form user created summary of a policy. Created by jeremiah on 7/10/17.
| name | data type | constraints | description |
|---|---|---|---|
| text | string | ||
| policy | TravelPolicy | required | |
| attachment | string | ||
Properties inherited from BaseHibernateEntity |
|||
| id | number | The unique internal ID of the object. | |
| version | number | For internal use only. This is the serialization recorder for optimistic locking of several objects between sessions. | |
Properties inherited from BaseEntity |
|||
| violations | array of SimpleViolation | A list of constraint violations, if any, that this object has. | |
Example
{
"text" : "...",
"policy" : {
"client" : {
"status" : { },
"parentClient" : { },
"accountNumber" : "...",
"name" : "...",
"type" : { },
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"name" : "...",
"modified" : 12345,
"ruleClasses" : [ {
"message" : "...",
"action" : { },
"rules" : [ { }, { } ],
"reviewer" : { },
"addMessage" : true,
"queue" : { },
"override" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
}, {
"message" : "...",
"action" : { },
"rules" : [ { }, { } ],
"reviewer" : { },
"addMessage" : true,
"queue" : { },
"override" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
} ],
"domesticCountries" : [ {
"name" : "...",
"code" : "...",
"codeAlt" : "...",
"phoneCode" : 12345,
"position" : 12345,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
}, {
"name" : "...",
"code" : "...",
"codeAlt" : "...",
"phoneCode" : 12345,
"position" : 12345,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
} ],
"stopsLLF" : {
"name" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"contractCarriersOnlyLLF" : true,
"timeWindowLLF" : 12345,
"advancedPurchaseLLF" : 12345,
"defaultAction" : {
"name" : "...",
"description" : "...",
"possibleReviewers" : [ { }, { } ],
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"refundabilityLLF" : {
"name" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"defaultReviewer" : {
"name" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
},
"attachment" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
}