Udid Report Codes are codes used in Airportal that define what column a particular UDID should be labeled under when reporting through Airportal services. User: nick Date: 11/11/13 Time: 10:37 AM
| name | data type | description |
|---|---|---|
| name | string | The columnn name of the report code. |
| code | string | The code that Airportal services can use to determine which column this code belongs to. |
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
{
"name" : "...",
"code" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
}