Product service orders
Get all product service orders
Returns all product service orders associated with the given enterprise. This operation uses Pagination and supports Portfolio Access Tokens.
Request
[PlatformAddress]/api/connector/v1/productServiceOrders/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
ProductServiceOrderIds
array of string
optional, max 1000 items
Unique identifiers of the Product service order.
LinkedReservationIds
array of string
optional, max 1000 items
Unique identifiers of linked Reservations.
States
array of string Service order state
optional
A list of product service order states to filter by.
Response
ProductServiceOrders
array of Product service orders
required
The product service order of the enterprise.
Cursor
string
optional
Unique identifier of the item one newer in time order than the items to be returned. If Cursor is not specified, i.e. null, then the latest or most recent items will be returned.
Product service order
Id
string
required
Unique identifier of the product service order.
AccountId
string
required
CreatorProfileId
string
required
Unique identifier of the user who created the product service order.
UpdaterProfileId
string
required
Unique identifier of the user who updated the product service order.
Number
string
required
Confirmation number of the service order in Mews.
CommanderOrigin
string Commander origin
optional
Further detail about origin in case of Origin Commander
.
CreatedUtc
string
required
Creation date and time of the product service order in UTC timezone in ISO 8601 format.
UpdatedUtc
string
required
Last update date and time of the product service order in UTC timezone in ISO 8601 format.
CancelledUtc
string
optional
Cancellation date and time in UTC timezone in ISO 8601 format.
VoucherId
string
optional
Unique identifier of the Voucher that has been used to create product service order.
Service order options
OwnerCheckedIn
boolean
required
Owner of the reservation checked in.
AllCompanionsCheckedIn
boolean
required
All companions of the reservation checked in.
AnyCompanionCheckedIn
boolean
required
Any of the companions of the reservation checked in.
ConnectorCheckIn
boolean
required
Check in was done via Connector API.
Service order state
Enquired
- Confirmed neither by the customer nor enterprise.Requested
- Confirmed by the customer but not by the enterprise (waitlist).Optional
- Confirmed by enterprise but not by the guest (the enterprise is holding resource for the guest).Confirmed
- Confirmed by both parties, before check-in.Started
- Checked in.Processed
- Checked out.Canceled
- Canceled....
Service order origin
Distributor
- Service order from the Mews Booking Engine or Booking Engine APIChannelManager
- Service order from a channel integrationCommander
- Service order from Mews OperationsImport
- Service order from an import processConnector
- Service order from the Mews Connector APINavigator
- Service order from Mews Guest Services...
Reservation cancellation reason
Other
ConfirmationMissed
BookedElsewhere
ForceMajeure
GuestComplaint
NoShow
PriceTooHigh
ServiceNotAvailable
InputError
InvalidPayment
TravelAgency
RequestedByGuest
Update
BookingAbandoned
RequestedByBooker
...
Last updated