NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Update special needs assignments for a profile by profile type

put

/spms/v1/profiles/{profileType}/{accountId}/specialNeeds

This is to update special needs assignments for a profile by profile type

Request

Supported Media Types
Path Parameters
Body ()
Special Need Status
Root Schema : specialNeeds
Type: object
Special Need Status
Show Source
Back to Top

Response

Supported Media Types

200 Response

Update successfully
Body ()
Root Schema : Oracle Response object with singular object returned
Type: object
Title: Oracle Response object with singular object returned
The wrapper object when returning successful values in Oracle standard
Show Source
Nested Schema : item
Type: object
Show Source
Nested Schema : staterooms
Type: object
Special Needs
Show Source

403 Response

This API is not allowed for your current user role
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

404 Response

Invalid parameter(s) passed in
Body ()
Root Schema : Oracle Response object with singular object returned
Type: object
Title: Oracle Response object with singular object returned
The wrapper object when returning successful values in Oracle standard
Show Source
Nested Schema : item
Type: array
A list object that contains error message and field.
Example Response (application/json)
{
    "item":[
        {
            "message":"Account Id is missing!",
            "field":"accountId"
        }
    ]
}

405 Response

Method requested not available
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

409 Response

Get Status failed
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Error occured while processing this request
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source
Back to Top