Agentivity API

<back to all web services

GetPnrInfo

The following routes are available for this service:
All Verbs/PNRInformation
GetPnrInfo Parameters:
NameParameterData TypeRequiredDescription
RecordLocatorquerystringNoRecord locator
PNRCreationDatequerystringNoDate in format YYYYMMDD
RequestConsultantIDquerystringNoRequest Consultant ID (sign on)
PagingMetadata Parameters:
NameParameterData TypeRequiredDescription
OffsetquerystringNoStarting Record
LimitquerystringNoNumber of records to return (PageSize)
TotalRecordsquerystringNoTotal Number of Records in a Full Reponse (if no paging)
ResponseRecordsquerystringNoTotal Number of Records in this Reponse (on this page)
CollectionResponse<TItem> Parameters:
NameParameterData TypeRequiredDescription
ResponseMetadataformResponseMetadataNo
ResponseReportformList<TItem>No
ResponseErrorformAgentivityErrorNo
ResponseMetadata Parameters:
NameParameterData TypeRequiredDescription
SuccessformboolNo
HasCacheformboolNo
HasPagingformboolNo
CacheMetadataformCacheMetadataNo
PagingMetadataformPagingMetadataNo
CacheMetadata Parameters:
NameParameterData TypeRequiredDescription
CachedAtformDateTimeNo
CacheExpiresAtformDateTimeNo
IsFromCacheformboolNo
AgentivityError Parameters:
NameParameterData TypeRequiredDescription
ErrorCodeformstringNo
MessageformstringNo
StatusCodeformstringNo
VerboseMessageformstringNo
PnrInfo Parameters:
NameParameterData TypeRequiredDescription
AgentivityRefformint?No
RecordLocatorformstringNo
PNRCreationDateformDateTime?No
PNRTicketedformstringNo
OwningConsultantIDformstringNo
OwningConsultantformstringNo
OwningAgencyLocationIDformstringNo
AccountformstringNo
HasDocsformboolNo
CountryCountformintNo
MobileformstringNo
CTCMMobileformstringNo
CTCEformstringNo
OutOfHoursServicedIndicatorformintNo
ChangeCountformintNo
ItineraryChangesformintNo
TripIDformstringNo
AirlineTicketingDuesformList<PnrInfoAirlineTicketingDue>No
AgentivityWarningsformList<PnrInfoAgentivityWarning>No
CabinformstringNo
SuspectedDupeCountformintNo
SuspectedDupesformList<PnrInfoSuspectedDuplicate>No
CarbonTonnageformdouble?No
PnrInfoAirlineTicketingDue Parameters:
NameParameterData TypeRequiredDescription
AirlineformstringNo
DueDateformDateTime?No
DueTimeformstringNo
PnrInfoAgentivityWarning Parameters:
NameParameterData TypeRequiredDescription
MessageformstringNo
VendorformstringNo
TimestampformDateTime?No
DetailsformstringNo
PnrInfoSuspectedDuplicate Parameters:
NameParameterData TypeRequiredDescription
AgentivityRefformintNo
RecordLocatorformstringNo
PNRCreationDateformDateTime?No
DestinationCitiesformstringNo
TicketedformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST //PNRInformation HTTP/1.1 
Host: api.agentivity.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"RecordLocator":"String","PNRCreationDate":"String","RequestConsultantID":"String","Offset":"String","Limit":"String","TotalRecords":0,"ResponseRecords":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseMetadata":{"Success":false,"HasCache":false,"HasPaging":false,"CacheMetadata":{"IsFromCache":false,"CachedAt":"\/Date(-62135596800000-0000)\/","CacheExpiresAt":"\/Date(-62135596800000-0000)\/"},"PagingMetadata":{"Offset":"String","Limit":"String","TotalRecords":0,"ResponseRecords":0}},"ResponseReport":[{"AgentivityRef":0,"RecordLocator":"String","PNRCreationDate":"\/Date(-62135596800000-0000)\/","PNRTicketed":"String","OwningConsultantID":"String","OwningConsultant":"String","OwningAgencyLocationID":"String","Account":"String","HasDocs":false,"CountryCount":0,"Mobile":"String","CTCMMobile":"String","CTCE":"String","OutOfHoursServicedIndicator":0,"ChangeCount":0,"ItineraryChanges":0,"TripID":"String","AirlineTicketingDues":[{"Airline":"String","DueDate":"\/Date(-62135596800000-0000)\/","DueTime":"String"}],"AgentivityWarnings":[{"Message":"String","Vendor":"String","Timestamp":"\/Date(-62135596800000-0000)\/","Details":"String"}],"Cabin":"String","SuspectedDupeCount":0,"SuspectedDupes":[{"AgentivityRef":0,"RecordLocator":"String","PNRCreationDate":"\/Date(-62135596800000-0000)\/","DestinationCities":"String","Ticketed":"String"}],"CarbonTonnage":0}],"ResponseError":{"ErrorCode":"String","Message":"String","StatusCode":"String","VerboseMessage":"String"}}