Retrieve reservation manifest to generate EES request file
get
/spms/v2/ships/{shipId}/borderControls/ees/guestManifestLists
This is to retrieve the listing of reservation manifest based on the selected criteria to confirm the data before creating the EES request file.
Request
Supported Media Types
- application/json
Path Parameters
-
shipId(required): number
Ship Id
Query Parameters
-
embarkationHarborId(required): number
Embarkation Harbor ID
-
itineraryId(required): integer
Cruise itinerary ID
-
orderBy: string
Order by Folio Number, Surname, Given Name and Nationality with format column1:asc/desc,column2:asc/descDefault Value:
pReqID:asc -
profileType: string
Reservation Profile TypeAllowed Values:
[ "Guest", "Crew" ]
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : eesGuestManifestResponse
Type:
objectTitle:
eesGuestManifestResponseEES Guest Manifest Lists Response
Show Source
-
arrivalDate:
string(ISO 8601 (YYYY-MM-DD))
Embarkation DateExample:
2025-04-19 -
arrivalHarbor:
object arrivalHarbor
Arrival Harbor Object
-
cruiseItineraryName:
string
Minimum Length:
1Maximum Length:50Pattern:^[a-zA-Z0-9 _,\?/\.\-\\+\* ~!@#$%&{}\[\]()=<>\|\^\'\":;@`]*$Cruise Itinerary NameExample:Fjord Itinerary -
departureDateTime:
string(YYYY-MM-DD HH:mm)
Disembarkation Date & TimeExample:
2025-04-20 16:15 -
disembarkationHarbor:
string
Disembarkation Harbor NameExample:
White Harbour -
guestManifestList:
array guestManifestGuestListObject
-
profileType:
string
Allowed Values:
[ "Guest", "Crew" ]Reservation Profile TypeExample:Guest -
scheduleNo:
string
Minimum Length:
1Maximum Length:18Schedule NumberExample:SN1001
Nested Schema : arrivalHarbor
Type:
objectArrival Harbor Object
Show Source
-
code:
number
Pattern:
^[0-9]*$Example:11 -
countryCode:
string
Minimum Length:
1Maximum Length:40Country CodeExample:ESP -
countryDescription:
string
Country NameExample:
United States -
description:
string
Embarkation Harbor NameExample:
White Harbour
Nested Schema : guestManifestGuestListObject
Type:
Show Source
array-
Array of:
object guestManifestGuestList
Guest Manifest List
Nested Schema : guestManifestGuestList
Type:
objectGuest Manifest List
Show Source
-
arrivalDate:
string(ISO 8601 (YYYY-MM-DD))
Guest Arrival DateExample:
2025-04-19 -
arrivalDestination:
object arrivalDestination
Guest Arrival Destination
-
dateOfBirth:
string(ISO 8601 (YYYY-MM-DD))
Date of BirthExample:
1999-02-15 -
departureDateTime:
string(YYYY-MM-DD HH:mm)
Guest Departure Date & TimeExample:
2025-04-20 16:15 -
doubleEntryRequired:
string
Double entry required * YES * NOExample:
YES -
eesEtiasOutOfScope:
string
Traveller out of EES/ETIAS scope * YES * NOExample:
NO -
expiryDate:
string(ISO 8601 (YYYY-MM-DD))
Travel Document Expiry DateExample:
2025-02-25 -
givenName:
string
Minimum Length:
1Maximum Length:39First NameExample:Maya -
inTransit:
string
Traveller in transit * YES * NOExample:
NO -
issuingState:
object issuingState
Travel Document Issued Country
-
paxNationality:
object paxNationality
Nationality
-
pReqID:
number
Minimum Length:
1Pattern:^[0-9]*$Folio Number (Reservation Account Id)Example:1001 -
sex:
string
Gender * Female * Male * UnspecifiedExample:
Female -
stateroomNo:
string
Minimum Length:
1Maximum Length:20Stateroom NumberExample:1020 -
surname:
string
Minimum Length:
1Maximum Length:39Last NameExample:Walters -
travelDocNbr:
string
Pattern:
^[A-Z0-9]{16}$Travel Document NumberExample:A1510202 -
travelDocType:
string
Minimum Length:
1Maximum Length:8Travel Document TypeExample:passport
Nested Schema : arrivalDestination
Type:
objectGuest Arrival Destination
Show Source
-
countryCode:
string
Minimum Length:
1Maximum Length:40Country CodeExample:ESP -
countryDescription:
string
Country NameExample:
United States -
harborCode:
string
Minimum Length:
1Maximum Length:6Pattern:^[a-zA-Z0-9- ]*$Disembarkation Harbor CodeExample:White -
harborDescription:
string
Minimum Length:
1Maximum Length:1000Pattern:^[a-zA-ZÀ-ÖØ-öø--9 _,?/.\-+*n~!@#$%&{}[]()=<>|^'":;@`]*$Disembarkation Harbor NameExample:White Harbour
Nested Schema : issuingState
Type:
objectTravel Document Issued Country
Show Source
-
code:
string
Minimum Length:
1Maximum Length:40Country CodeExample:ESP -
description:
string
Country NameExample:
United States
Nested Schema : paxNationality
Type:
objectNationality
Show Source
-
code:
string
Minimum Length:
1Maximum Length:40Country CodeExample:ESP -
description:
string
Country NameExample:
United States
204 Response
No Content
400 Response
Bad Request
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"HTTP://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"title":"Bad Request",
"detail":"The parameter 'shipId' has incorrect format"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
401 Response
Unauthorized
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.2",
"title":"Unauthorized",
"detail":"Valid token is required to access this resource"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
403 Response
Forbidden
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.4",
"title":"Forbidden",
"detail":"Access to this resource is forbidden"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
404 Response
Not Found
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5",
"title":"Not Found",
"detail":"HTTP 404 Not Found"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
405 Response
Method Not Allowed
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.6",
"title":"Method Not Supported",
"detail":"HTTP method not supported for this resource"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
406 Response
Not Acceptable
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7",
"title":"Not Acceptable",
"detail":"Request a Mime type that is supported for this Resource"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
410 Response
Gone
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.11",
"title":"Gone",
"detail":"Requested Resource no longer exists"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
415 Response
Unsupported Media Type
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16",
"title":"Invalid content",
"detail":"Content type not supported"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
500 Response
Internal Server Error
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1",
"title":"Internal Server Error",
"detail":"Issue fulfilling request. Please retry or contact support"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
501 Response
Not Implemented
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.2",
"title":"Not implemented",
"detail":"Resource is not implemented in this version of the API"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source
503 Response
Service Unavailable
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error ResponseError Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.4",
"title":"Service Unavailable",
"detail":"Service not available"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source