Update customized field values for the bookable tour
put
/spms/v2/ships/{shipId}/configurations/excursions/bookableTours/{bookableTourId}/additionalInfo
This is to update customized field values for the bookable tour
Request
Supported Media Types
- application/json
Path Parameters
-
bookableTourId: integer
bookable tour Id
-
shipId: integer
ship Id
Root Schema : Update bookable tours setup additional info
Type:
objectTitle:
Show Source
Update bookable tours setup additional info-
value1(optional):
string
Minimum Length:
0Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Wonderful view -
value10(optional):
string
Minimum Length:
0Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Superb -
value2(optional):
string
Minimum Length:
0Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Nice -
value3(optional):
string
Minimum Length:
0Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Beautiful -
value4(optional):
string
Minimum Length:
0Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Relaxing -
value5(optional):
string
Minimum Length:
0Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Lovely -
value6(optional):
string
Minimum Length:
0Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Pleasing -
value7(optional):
string
Minimum Length:
0Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Marvelous -
value8(optional):
string
Minimum Length:
0Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Amazing -
value9(optional):
string
Minimum Length:
0Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Awesome
Response
Supported Media Types
- application/json
200 Response
OK
Root Schema : Bookable Tour Custom Comments
Type:
objectTitle:
Bookable Tour Custom CommentsRetrieve Bookable Tour Custom Comments
Show Source
-
value1(optional):
string
Minimum Length:
1Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Wonderful view -
value10(optional):
string
Minimum Length:
1Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Superb -
value2(optional):
string
Minimum Length:
1Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Nice -
value3(optional):
string
Minimum Length:
1Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Beautiful -
value4(optional):
string
Minimum Length:
1Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Relaxing -
value5(optional):
string
Minimum Length:
1Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Lovely -
value6(optional):
string
Minimum Length:
1Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Pleasing -
value7(optional):
string
Minimum Length:
1Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Marvelous -
value8(optional):
string
Minimum Length:
1Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Amazing -
value9(optional):
string
Minimum Length:
1Maximum Length:200Pattern:[a-zA-Z0-9 ] ~!@#$%^&*()_+-?/\|,.":;{}[]=<>`'Bookable Tour Custom commentsExample:Awesome
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":[
{
"errorPath":"value1",
"message":"must be between 0 and 200 characters"
}
]
}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":"https://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 Id could not be 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":"System not allows officers to schedule a tour before the current date"
}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
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 Unavailable. Try again later"
}Nested Schema : Error Response
Type:
objectTitle:
Error ResponseError Response returned when encountered error
Show Source