Retrieve generated EES request file
get
/spms/v2/ships/{shipId}/borderControls/ees/requestFiles
This is to retrieve the generated EES request file without the reservation manifest details
Request
Supported Media Types
- application/json
Path Parameters
-
shipId(required): number
Ship Id
Query Parameters
-
embarkationHarborId: number
Embarkation Harbor ID
-
id: number
Transaction ID (EES request file ID)
-
itineraryId: integer
Cruise itinerary ID
-
limit: integer(int32)
Minimum Value:
1Paging limitDefault Value:50 -
offset: integer(int32)
Minimum Value:
0Paging offset -
orderBy: string
Order by cruiseItinerary and requestStatus with format column1:asc/desc,column2:asc/descDefault Value:
cruiseItinerary:asc -
requestStatus: string
EES request status
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : requestFileResponseObject
Type:
objectTitle:
Show Source
requestFileResponseObject-
count:
number
The total number of items in the list.Example:
20 -
hasMore:
boolean
Flag which indicates whether or not there are more items.Example:
true -
items:
array items
-
limit:
number
Paging limitExample:
1 -
offset:
number
Paging offsetExample:
10
Nested Schema : items
Type:
Show Source
array-
Array of:
object requestFileList
Title:
requestFileListEES Request File Response
Nested Schema : requestFileList
Type:
objectTitle:
requestFileListEES Request File Response
Show Source
-
arrivalDate:
string(ISO 8601 (YYYY-MM-DD))
Embarkation DateExample:
2025-04-19 -
arrivalHarbor:
object arrivalHarbor
Arrival Harbor Object
-
ciMethod:
integer
Title:
Carrier Interface MethodAllowed Values:[ 0, 1 ]Indicates the ciMethod. 0 stands for Web Portal (CSV), 1 for System To System (JSON)Example:0 -
createdDateTime:
string(YYYY-MM-DD HH:mm:ss)
Created Date and TimeExample:
2025-03-28 16:30:56 -
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 -
errorMessage:
string
Error MessageExample:
Example error message -
id:
number
Minimum Length:
1Pattern:^[0-9]*$EES Transaction IdExample:100 -
profileType:
string
Allowed Values:
[ "Guest", "Crew" ]Reservation Profile TypeExample:Guest -
requestFileStatus:
string
Request File Status * Pending * Completed * Deleted * ErrorExample:
Pending -
responseDT:
string(ISO 8601 (YYYY-MM-DDThh:mm:ss.sssTZD))
Response File Date and TimeExample:
2021-07-13T14:15:57:623Z
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
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":"Ship 18600000404 was 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