NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Associate a guardian to a minor.

post

/spms/v1/guardians/child/{childId}

This is to associate a guardian to a minor profile

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : guardianIdsList
Type: object
The object returned in Oracle Standard when function is executed successfully
Show Source
Nested Schema : guardianIds
Type: array
Show Source
Back to Top

Response

Supported Media Types

204 Response

Successful assign guardian to a minor.

400 Response

Invalid parameter(s) passed in
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

401 Response

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

403 Response

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

404 Response

Not Found
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

409 Response

Conflict - minor and Guardian are already associated
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source

500 Response

Application error
Body ()
Root Schema : Error Response
Type: object
Title: Error Response
Error Response returned when encountered error
Show Source
Back to Top