Download OpenAPI specification:Download
This is the specification of the person REST API endpoints.
Create a new instance of Person
The person object to create
familyName required | string The family-name of the person |
givenName | string The given-name of the person |
OK
Missing or invalid parameters
Get one Person
personId required | string Example: 2a1152ee-4d77-4ff4-a811-598555937625 The unique ID of the person to retrieve |
OK
Update a Person
personId required | string Example: 2a1152ee-4d77-4ff4-a811-598555937625 The unique ID of the person to update |
The person parameters
id required | string The unique ID of the person |
familyName required | string The family-name of the person |
givenName required | string The given-name of the person |
OK
Missing or invalid parameters
Static JSON format swagger file. Contains the specification of all endpoints provided by the persons.