Retrieve a guest profile by guest Id
get
/spms/v2/ships/{shipId}/profiles/guests/{profileId}
This is to retrieve a guest profile by guest Id
Request
Supported Media Types
- application/json
Path Parameters
-
profileId: integer
Profile ID
-
shipId: number
Ship Id
Response
Supported Media Types
- application/hal+json
200 Response
OK
Root Schema : Guest Profile
Type:
objectTitle:
Guest ProfileGuest Profile Response
Show Source
-
_links(optional):
array _links
-
accountCategory(optional):
string
Allowed Values:
[ "PAX" ]accountCategoryExample:PAX -
age(optional):
integer(int32)
Minimum Value:
1Maximum Value:150AgeExample:25 -
awardLevel(optional):
string
Award Level * `null` if emptyExample:
platinium -
birthNation(optional):
object birthNation
Birth Nation
-
birthPlace(optional):
string
Pattern:
[a-zA-Z0-9 ] ~!@#$%^&*()_+-<>?/\|,.":;{}[]Birth PlaceExample:Kajang -
classification(optional):
string
Classification * `null` if emptyExample:
CLASS I -
contactDetails(optional):
object contactDetails
Contact Details
-
dateOfBirth(optional):
string(date)
Birth DateExample:
2018-11-11 -
finNumber(optional):
number
FIN Number * `null` if emptyExample:
1234 -
firstName(optional):
string
Minimum Length:
1Maximum Length:40Pattern:[a-z]First NameExample:Fabiana -
frequentNumber(optional):
number
Frequent Number * `null` if emptyExample:
1234 -
gender(optional):
object gender
Gender
-
guestId(optional):
integer
Minimum Value:
0Guest IdExample:456789 -
intoxication(optional):
boolean
Is the guest intoxicated: * `true` - Intoxicated * `false` - Non-intoxicatedExample:
false -
lastName(optional):
string
Minimum Length:
1Maximum Length:40Pattern:[a-z]Last NameExample:Carleo -
maritalStatus(optional):
object maritalStatus
Marital Status
-
middleName(optional):
string
Minimum Length:
1Maximum Length:40Pattern:[a-z]Middle NameExample:Alberto -
nationalId(optional):
string
Minimum Length:
1Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-<>?/\|,.":;{}[]National IdExample:22 -
nationality(optional):
object nationality
Nationality
-
otherFirstName(optional):
string
Minimum Length:
1Maximum Length:40Pattern:[a-z]Other First NameExample:Frost -
otherLastName(optional):
string
Minimum Length:
1Maximum Length:40Pattern:[a-z]Other Last NameExample:Francis -
passportDetails(optional):
object passportDetailsResponse
Passport Details
-
permanentResidentNumber(optional):
number
Permanent Resident Number * `null` if emptyExample:
1234 -
photo(optional):
string
PhotoExample:
/9j/4AAQSkZJRgABAQEASABIAAD== -
preferredLanguage(optional):
object preferredLanguage
Preferred Language
-
profession(optional):
string
Profession * `null` if emptyExample:
Sales Executive -
profileType(optional):
object profileType
Profile Types
-
resident(optional):
boolean
Is the guest a resident: * `true` - resident * `false` - Not residentExample:
true -
royaltyNumber(optional):
number
Royalty Number * `null` if emptyExample:
1234 -
salutation(optional):
string
Minimum Length:
1Maximum Length:20Pattern:[a-z]SalutationExample:MR -
smoker(optional):
boolean
Is the guest a smoker: * `true` - Smoker * `false` - Non-smokerExample:
false -
title(optional):
string
Minimum Length:
1Maximum Length:6Pattern:^[ A-Za-z0-9,'_@./#&+-]*$Title * `null` if emptyExample:MR -
vip(optional):
object VIP
VIP
Nested Schema : birthNation
Type:
objectBirth Nation
Show Source
-
code(optional):
string
Minimum Length:
1Maximum Length:6Birth Nation Code * `null` if emptyExample:US -
description(optional):
string
Birth Nation Name * `null` if emptyExample:
United States
Nested Schema : contactDetails
Type:
objectContact Details
Show Source
-
alternativeNumber(optional):
string
Minimum Length:
1Maximum Length:20Pattern:^[0-9+-]*$Temporary Phone Number * `null` if emptyExample:4413563590 -
emailAddress(optional):
string
Minimum Length:
1Maximum Length:49Pattern:^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$Email Address * `null` if emptyExample:abby@mail.com -
emergencyContactMobileNumber(optional):
string
Minimum Length:
1Maximum Length:30Pattern:^[0-9+-]*$Emergency Contact Mobile Phone Number * `null` if emptyExample:0173443434 -
emergencyContactName(optional):
string
Minimum Length:
1Maximum Length:40Emergency Contact Name * `null` if emptyExample:Lanaya -
emergencyContactPhoneNumber(optional):
string
Minimum Length:
1Maximum Length:30Pattern:^[0-9+-]*$Emergency Contact Phone Number * `null` if emptyExample:+6239629999 -
mobileNumber(optional):
string
Minimum Length:
1Maximum Length:30Pattern:^[0-9]*$Mobile Number * `null` if emptyExample:4413563590
Nested Schema : gender
Type:
objectGender
Show Source
-
code(optional):
string
Pattern:
[a-zA-Z0-9 ] ~!@#$%^&*()_+-<>?/\|,.":;{}[]Gender CodeExample:M -
description(optional):
string
Pattern:
[a-zA-Z0-9 ] ~!@#$%^&*()_+-<>?/\|,.":;{}[]Gender Code DescriptionExample:Male
Nested Schema : maritalStatus
Type:
objectMarital Status
Show Source
-
code(optional):
string
Marital Status CodeExample:
S -
description(optional):
string
Marital Status DescriptionExample:
Single
Nested Schema : nationality
Type:
objectNationality
Show Source
-
code(optional):
string
Pattern:
[a-zA-Z0-9 ] ~!@#$%^&*()_+-<>?/\|,.":;{}[]Nationality CodeExample:MY -
description(optional):
string
Pattern:
[a-zA-Z0-9 ] ~!@#$%^&*()_+-<>?/\|,.":;{}[]Nationality Code DescriptionExample:Malaysia
Nested Schema : passportDetailsResponse
Type:
objectPassport Details
Show Source
-
passportExpiryDate(optional):
string(ISO 8601)
Passport Expiry DateExample:
2009-10-31 -
passportIssuedCountry(optional):
object passportIssuedCountry
Passport Issued Country
-
passportIssuedDate(optional):
string(date)
Passport Issued DateExample:
2018-11-11 -
passportIssuedPlace(optional):
string
Pattern:
[a-zA-Z0-9 ] ~!@#$%^&*()_+-<>?/\|,.":;{}[]Passport Issued PlaceExample:Shah Alam -
passportNumber(optional):
string
Pattern:
[a-zA-Z0-9 ] ~!@#$%^&*()_+-<>?/\|,.":;{}[]Passport NumberExample:A145611
Nested Schema : preferredLanguage
Type:
objectPreferred Language
Show Source
-
code(optional):
string
Preferred Language CodeExample:
EN -
description(optional):
string
Preferred Language DescriptionExample:
English
Nested Schema : profileType
Type:
objectProfile Types
Show Source
-
code(optional):
string
Minimum Value:
1Maximum Value:100Pattern:^[a-zA-Z ]*$Example:V -
id(optional):
number
Example:
1.60000011301E11 -
name(optional):
string
Minimum Value:
1Maximum Value:200Pattern:^[a-zA-Z ]*$Example:Visitor
Nested Schema : VIP
Type:
objectVIP
Show Source
-
code(optional):
string
VIP CodeExample:
S/VIP -
description(optional):
string
VIP DescriptionExample:
SUPERVIP
Nested Schema : linksProfile
Type:
objectlinks detail
Show Source
-
method(optional):
string
Example:
get -
rel(optional):
string
Example:
self
Nested Schema : items-allOf[1]
Type:
Show Source
object-
href(optional):
string
Example:
http://[HOSTNAME]/spms/v2/ships/186000000117/profile/1001/addresses/home -
operationId(optional):
string
Example:
getHomeAddress
Nested Schema : passportIssuedCountry
Type:
objectPassport Issued Country
Show Source
-
code(optional):
string
Pattern:
[a-zA-Z0-9 ] ~!@#$%^&*()_+-<>?/\|,.":;{}[]Passport Issued Country CodeExample:MY -
description(optional):
string
Pattern:
[a-zA-Z0-9 ] ~!@#$%^&*()_+-<>?/\|,.":;{}[]Passport Issued Country Code DescriptionExample:Malaysia
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 'profileId' 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:
{
"title":"Not Found",
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5",
"detail":"Ship 186000000404 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 Allowed",
"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:
{
"title":"Invalid content",
"type":"https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.16",
"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":"https://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":"https://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