Partially update person
Partially update person
Path Parameters
- guid guid required
- application/json
Request Body required
- FirstName string
Possible values:
<= 25 characters
- LastName string
Possible values:
<= 25 characters
- NameSuffix string
Possible values:
<= 25 characters
- Code string
Possible values:
<= 100 characters
- Email string
Possible values:
<= 65 characters
, Value must match regular expression^[-+'_!a-zA-Z0-9]([.]?[-+'_!a-zA-Z0-9])*@([a-zA-Z0-9][-a-zA-Z0-9]*[.])+[a-zA-Z]{2,63}$
- PhoneNumber string
Possible values:
<= 30 characters
- Note string
Possible values:
<= 500 characters
- Inactive boolean
- ClosedPeriodTo date
- LegislationCountry string
Possible values:
<= 3 characters
Responses
- 204
- 400
- 404
Success
Error
- application/json
- Schema
- Example (from schema)
Schema
Error object
Code stringMessage string
{
"Error": {
"Code": "string",
"Message": "string"
}
}
Not Found
Loading...