Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
nameOrder

NAME

DESCRIPTION

FORMAT

ALLOWED/POSSIBLE VALUES

<Response / Order><Response>

Order

Info

Attribute

OrderID

Info

Attribute

Owner

ID for the Order and Airline code

Alphanumeric

Any

Order / TimeLimits / PaymentTimeLimit

Info

Attribute

DateTime

Date for payment time limit

Date

Any

Order / Status

Info

Attribute

ScheduleChangeInd

Displayed only if the order has undergone an involuntary time change

Boolean

true

Order / Status / StatusCode

Shows if the order is unserviceable (UNS) or serviciable with involuntary time change

Alphabetic

  • UNS

  • SRV

Expand
Code Block
languagexml
<Response>
	<Order OrderID="IB774f5106c32a449289ee73425d46fe3dOC" Owner="IB">
...
		<TimeLimits>
			<PaymentTimeLimit DateTime="2024-01-24T22:59:59.000Z"/>
		</TimeLimits>
		<OrderItems>
...

...