middleName

Synopsis The employee's middle name.
Where used

/contributions request

The employee’s middle name is an optional field in the /contributions request.

Data type

String

Constraints/format

maxLength: 30

Can include up to one apostrophe, up to four hyphens, and up to four spaces.

Example

...
"middleName": "Rose",
...

Related errors

D/E01 – cannot contain numbers

D/E02 – length is more than 30 characters

D/E03 – can contain only 1 apostrophe

D/E04 – has more than 4 hyphens

D/E05 – has more than 4 spaces

D/E06 – cannot contain special characters

See also

title

forename

surname