Update guest emergency contact address by Profile ID
put
/spms/v2/ships/{shipId}/profile/{profileId}/addresses/emergencyContact
This is to update the existing guest emergency contact address
Request
Supported Media Types
- application/json
Path Parameters
-
profileId(required): integer
Profile Id
-
shipId(required): number
Ship Id
Emergency Address Object
Root Schema : Profile Emergency Address
Type:
object
Title:
Profile Emergency Address
Profile Emergency Address Contact Details
Show Source
-
address:
string
Minimum Length:
1
Maximum Length:100
Address * `null` if emptyExample:123, The Great Area
-
businessPhone:
string
Minimum Length:
1
Maximum Length:30
Pattern:^[0-9 \+\-\(\)]*$
Business Phone * `null` if emptyExample:1259629630
-
city:
string
Minimum Length:
1
Maximum Length:30
City * `null` if emptyExample:Denver
-
country:
object pecaCountry
Country
-
email:
string
Minimum Length:
1
Maximum Length:50
Pattern:^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$
Email Address * `null` if emptyExample:email@example.com
-
emergencyContactName:
string
Minimum Length:
1
Maximum Length:40
Emergency Contact Name * `null` if emptyExample:Lanaya
-
mobileNumber:
string
Minimum Length:
1
Maximum Length:30
Pattern:^[0-9 \+\-\(\)]*$
Mobile Number * `null` if emptyExample:4413563590
-
phoneNumber:
string
Minimum Length:
1
Maximum Length:30
Pattern:^[0-9 \+\-\(\)]*$
Phone Number * `null` if emptyExample:6239629630
-
relationship:
string
Minimum Length:
1
Maximum Length:30
Relationship between the emergency contact with the guest * `null` if emptyExample:Sister
-
state:
string
Minimum Length:
1
Maximum Length:50
StateExample:Perak
-
street:
string
Minimum Length:
1
Maximum Length:100
Street * `null` if emptyExample:Kind Street
-
zipCode:
string
Minimum Length:
1
Maximum Length:10
Pattern:^[ A-Za-z0-9,'_@./#&+-]*$
Zip Code * `null` if emptyExample:80014
Nested Schema : pecaCountry
Type:
object
Country
Show Source
-
code:
string
Minimum Length:
1
Maximum Length:6
Pattern:^[ A-Za-z0-9,'_@./#&+-]*$
Country Code * `null` if emptyExample:US
-
description:
string
Country Name * `null` if empty 'Country Name'Example:
United States
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Profile Emergency Address With ID
Type:
object
Title:
Profile Emergency Address With ID
Profile Emergency Address Contact Details
Show Source
-
address:
string
Minimum Length:
1
Maximum Length:100
Address * `null` if emptyExample:123, The Great Area
-
businessPhone:
string
Minimum Length:
1
Maximum Length:30
Pattern:^[0-9 \+\-\(\)]*$
Business Phone * `null` if emptyExample:1259629630
-
city:
string
Minimum Length:
1
Maximum Length:30
City * `null` if emptyExample:Denver
-
country:
object pecaCountry
Country
-
email:
string
Minimum Length:
1
Maximum Length:50
Pattern:^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$
Email Address * `null` if emptyExample:email@example.com
-
emergencyContactName:
string
Minimum Length:
1
Maximum Length:40
Emergency Contact Name * `null` if emptyExample:Lanaya
-
mobileNumber:
string
Minimum Length:
1
Maximum Length:30
Pattern:^[0-9 \+\-\(\)]*$
Mobile Number * `null` if emptyExample:4413563590
-
phoneNumber:
string
Minimum Length:
1
Maximum Length:30
Pattern:^[0-9 \+\-\(\)]*$
Phone Number * `null` if emptyExample:6239629630
-
profileId:
integer
Profile ID. This field value must match with the parameter profileId valueExample:
1001
-
relationship:
string
Minimum Length:
1
Maximum Length:30
Relationship between the emergency contact with the guest * `null` if emptyExample:Sister
-
state:
string
Minimum Length:
1
Maximum Length:50
StateExample:Perak
-
street:
string
Minimum Length:
1
Maximum Length:100
Street * `null` if emptyExample:Kind Street
-
zipCode:
string
Minimum Length:
1
Maximum Length:10
Pattern:^[ A-Za-z0-9,'_@./#&+-]*$
Zip Code * `null` if emptyExample:80014
Nested Schema : pecaCountry
Type:
object
Country
Show Source
-
code:
string
Minimum Length:
1
Maximum Length:6
Pattern:^[ A-Za-z0-9,'_@./#&+-]*$
Country Code * `null` if emptyExample:US
-
description:
string
Country Name * `null` if empty 'Country Name'Example:
United States
201 Response
Created
Root Schema : Profile Emergency Address With ID
Type:
object
Title:
Profile Emergency Address With ID
Profile Emergency Address Contact Details
Show Source
-
address:
string
Minimum Length:
1
Maximum Length:100
Address * `null` if emptyExample:123, The Great Area
-
businessPhone:
string
Minimum Length:
1
Maximum Length:30
Pattern:^[0-9 \+\-\(\)]*$
Business Phone * `null` if emptyExample:1259629630
-
city:
string
Minimum Length:
1
Maximum Length:30
City * `null` if emptyExample:Denver
-
country:
object pecaCountry
Country
-
email:
string
Minimum Length:
1
Maximum Length:50
Pattern:^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$
Email Address * `null` if emptyExample:email@example.com
-
emergencyContactName:
string
Minimum Length:
1
Maximum Length:40
Emergency Contact Name * `null` if emptyExample:Lanaya
-
mobileNumber:
string
Minimum Length:
1
Maximum Length:30
Pattern:^[0-9 \+\-\(\)]*$
Mobile Number * `null` if emptyExample:4413563590
-
phoneNumber:
string
Minimum Length:
1
Maximum Length:30
Pattern:^[0-9 \+\-\(\)]*$
Phone Number * `null` if emptyExample:6239629630
-
profileId:
integer
Profile ID. This field value must match with the parameter profileId valueExample:
1001
-
relationship:
string
Minimum Length:
1
Maximum Length:30
Relationship between the emergency contact with the guest * `null` if emptyExample:Sister
-
state:
string
Minimum Length:
1
Maximum Length:50
StateExample:Perak
-
street:
string
Minimum Length:
1
Maximum Length:100
Street * `null` if emptyExample:Kind Street
-
zipCode:
string
Minimum Length:
1
Maximum Length:10
Pattern:^[ A-Za-z0-9,'_@./#&+-]*$
Zip Code * `null` if emptyExample:80014
Nested Schema : pecaCountry
Type:
object
Country
Show Source
-
code:
string
Minimum Length:
1
Maximum Length:6
Pattern:^[ A-Za-z0-9,'_@./#&+-]*$
Country Code * `null` if emptyExample:US
-
description:
string
Country Name * `null` if empty 'Country Name'Example:
United States
400 Response
Bad Request
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",
"title":"Bad Request",
"detail":"Malformed JSON request"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
401 Response
Unauthorized
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error 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:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
403 Response
Forbidden
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error 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:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
404 Response
Not Found
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5",
"title":"Not Found",
"detail":"Profile ID - 1002 is invalid"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
405 Response
Method Not Allowed
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error 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:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
406 Response
Not Acceptable
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error 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:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
409 Response
Conflict
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.10",
"title":"Conflict",
"detail":"Duplicate Marital Status Code"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
415 Response
Unsupported Media Type
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error 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:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
500 Response
Internal Server Error
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error Response returned when encountered error
Example:
{
"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1",
"title":"Internal Server Error",
"detail":"Error occurred while processing this request"
}
Nested Schema : Error Response
Type:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
501 Response
Not Implemented
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error 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:
object
Title:
Error Response
Error Response returned when encountered error
Show Source
503 Response
Service Unavailable
Root Schema : schema
Match All
Show Source
-
object
Error Response
Title:
Error Response
Error 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:
object
Title:
Error Response
Error Response returned when encountered error
Show Source