Get person
Get person
Path Parameters
- guid guid required
Responses
- 200
- 400
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- Guid guid required
- Revision int64 required
- PersonCreated guid
- PersonChanged guid
- TimestampCreated date-time
- TimestampChanged date-time
- FirstName string
- LastName string required
- NameSuffix string
- Code string
- Email string required
- PhoneNumber string
- Note string
- Inactive boolean required
- ClosedPeriodTo date
{
"Guid": "string",
"Revision": 0,
"PersonCreated": "string",
"PersonChanged": "string",
"TimestampCreated": "2023-08-14T08:29:25.827Z",
"TimestampChanged": "2023-08-14T08:29:25.827Z",
"FirstName": "string",
"LastName": "string",
"NameSuffix": "string",
"Code": "string",
"Email": "string",
"PhoneNumber": "string",
"Note": "string",
"Inactive": true,
"ClosedPeriodTo": "2023-08-14"
}
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Not Found
Loading...