A list of queues that the client/office would like itineraries to be queued to after ticketing. Created by nick on 6/2/14.
| name | data type | constraints | description |
|---|---|---|---|
| client | Client | ||
| office | OfficeInfo | ||
| queue | Queue | ||
| immediate | boolean | required boolean | Whether or not to sort this queue immediately. |
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
{
"client" : {
"status" : {
"name" : "...",
"active" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"parentClient" : { },
"accountNumber" : "...",
"name" : "...",
"type" : {
"name" : "...",
"hide" : true,
"level" : 12345,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
},
"office" : {
"pcc" : "...",
"name" : "...",
"address1" : "...",
"address2" : "...",
"address3" : "...",
"city" : "...",
"state" : "...",
"zip" : "...",
"parentCompany" : {
"name" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"active" : "...",
"branch" : "...",
"clientPrefix" : "...",
"profileSettings" : {
"profileNameFormat" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"afterHoursNumber" : "...",
"collectVoidLogs" : true,
"gds" : {
"code" : "...",
"name" : "...",
"enabled" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"arcNumber" : "...",
"logo" : "...",
"logoLink" : "...",
"afterHoursInternationalNumber" : "...",
"tollFreeNumber" : "...",
"phoneNumber" : "...",
"onlineOffice" : {
"name" : "...",
"hours" : "...",
"phone" : "...",
"tollFree" : "...",
"email" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"showTmcAppLinks" : true,
"vipTollFree" : "...",
"vipAfterHours" : "...",
"cityCode" : {
"code" : "...",
"countryCode" : "...",
"latitude" : 12345.0,
"longitude" : 12345.0,
"name" : "...",
"stateOrCountry" : "...",
"airportName" : "...",
"region" : { },
"timeZone" : { },
"retentionOnly" : true,
"position" : 12345,
"unique" : true,
"alias" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"tmcHeadQuarters" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
},
"queue" : {
"number" : 12345,
"category" : "...",
"pcc" : "...",
"description" : "...",
"gds" : {
"code" : "...",
"name" : "...",
"enabled" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"sorts" : [ {
"push" : { },
"onRemark" : "...",
"notOnRemark" : "...",
"onOffice" : { },
"onClient" : { },
"onDepartureCity" : { },
"onArrivalCity" : { },
"description" : "...",
"onAirVendor" : { },
"notOnOffice" : { },
"onInternational" : true,
"onTicketed" : true,
"notClient" : { },
"notTicketed" : true,
"onToday" : true,
"notToday" : true,
"onInvoice" : true,
"notInvoice" : true,
"onSegments" : true,
"notSegments" : true,
"onOpenJaw" : true,
"onCircle" : true,
"onOneWay" : true,
"onRoundTrip" : true,
"notAir" : true,
"onUser" : { },
"onHotelChange" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
}, {
"push" : { },
"onRemark" : "...",
"notOnRemark" : "...",
"onOffice" : { },
"onClient" : { },
"onDepartureCity" : { },
"onArrivalCity" : { },
"description" : "...",
"onAirVendor" : { },
"notOnOffice" : { },
"onInternational" : true,
"onTicketed" : true,
"notClient" : { },
"notTicketed" : true,
"onToday" : true,
"notToday" : true,
"onInvoice" : true,
"notInvoice" : true,
"onSegments" : true,
"notSegments" : true,
"onOpenJaw" : true,
"onCircle" : true,
"onOneWay" : true,
"onRoundTrip" : true,
"notAir" : true,
"onUser" : { },
"onHotelChange" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
} ],
"airtineraryQueue" : true,
"importQueue" : true,
"availableTimeRange" : "...",
"maximumPops" : 12345,
"overrideSortCategory" : "...",
"failureQueue" : 12345,
"failureCategory" : "...",
"agentQueue" : true,
"agent" : {
"user" : { },
"agentCode" : "...",
"office" : { },
"workEmail" : "...",
"active" : "...",
"type" : "...",
"emailList" : "...",
"category" : "...",
"directLine" : "...",
"hours" : "...",
"onlineAgent" : true,
"recheckEmails" : true,
"serviceFeesPct" : 12345.0,
"otherServiceFeesPct" : 12345.0,
"internationalAirCommissionPct" : 12345.0,
"miscCommissionPct" : 12345.0,
"airCommissionPct" : 12345.0,
"hotelCommissionPct" : 12345.0,
"carCommissionPct" : 12345.0,
"employeeType" : { },
"ticketingAgent" : true,
"supportAgent" : true,
"onsiteAgent" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"failurePcc" : "...",
"agentExclusions" : [ {
"agent" : { },
"onClient" : { },
"onOffice" : { },
"onAgent" : { },
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
}, {
"agent" : { },
"onClient" : { },
"onOffice" : { },
"onAgent" : { },
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
} ],
"ticketingQueue" : true,
"validationQueue" : true,
"type" : {
"name" : "...",
"code" : "...",
"id" : 12345,
"version" : 12345,
"violations" : [ { }, { } ]
},
"hplQueue" : true,
"logEnabled" : true,
"airselectQueue" : true,
"defaultQueue" : { },
"autoScheduleChange" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
},
"immediate" : true,
"id" : 12345,
"version" : 12345,
"violations" : [ {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
}, {
"propertyName" : "...",
"failureMessage" : "...",
"stackTrace" : "..."
} ]
}