Documentation
Preparing search index...
utils/TURKISHA/Service/service.utils
formatAcceptOfferRQPayload
Function formatAcceptOfferRQPayload
formatAcceptOfferRQPayload
(
body
:
any
,
party
:
any
,
)
:
Promise
<
{
"n1:IATA_OrderChangeRQ"
:
{
_attributes
:
{
xmlns
:
string
;
"xmlns:n1"
:
string
;
"xmlns:xsi"
:
string
;
"xsi:schemaLocation"
:
string
;
}
;
"n1:DistributionChain"
:
{
DistributionChainLink
:
{
Ordinal
:
number
;
OrgRole
:
string
;
ParticipatingOrg
:
{
Name
:
any
;
OrgID
:
any
}
;
SalesAgent
:
{
SalesAgentID
:
any
}
;
SalesBranch
:
{
SalesBranchID
:
any
}
;
}
;
}
;
"n1:PayloadAttributes"
:
{
CorrelationID
:
any
;
TrxID
:
any
}
;
"n1:Request"
:
{
ChangeOrderChoice
:
{
AcceptSelectedQuotedOfferList
:
{
SelectedPricedOffer
:
{
OfferRefID
:
any
;
OwnerCode
:
any
}
;
}
;
}
;
DataLists
:
{
PaxList
:
{
Pax
:
any
}
}
;
Order
:
{
OrderID
:
any
;
OwnerCode
:
any
}
;
}
;
}
;
}
,
>
Parameters
body
:
any
party
:
any
Returns
Promise
<
{
"n1:IATA_OrderChangeRQ"
:
{
_attributes
:
{
xmlns
:
string
;
"xmlns:n1"
:
string
;
"xmlns:xsi"
:
string
;
"xsi:schemaLocation"
:
string
;
}
;
"n1:DistributionChain"
:
{
DistributionChainLink
:
{
Ordinal
:
number
;
OrgRole
:
string
;
ParticipatingOrg
:
{
Name
:
any
;
OrgID
:
any
}
;
SalesAgent
:
{
SalesAgentID
:
any
}
;
SalesBranch
:
{
SalesBranchID
:
any
}
;
}
;
}
;
"n1:PayloadAttributes"
:
{
CorrelationID
:
any
;
TrxID
:
any
}
;
"n1:Request"
:
{
ChangeOrderChoice
:
{
AcceptSelectedQuotedOfferList
:
{
SelectedPricedOffer
:
{
OfferRefID
:
any
;
OwnerCode
:
any
}
;
}
;
}
;
DataLists
:
{
PaxList
:
{
Pax
:
any
}
}
;
Order
:
{
OrderID
:
any
;
OwnerCode
:
any
}
;
}
;
}
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...