ProposalReviewerDto
idnumberrequired
Unique identifier for the reviewer
firstNamestringrequired
First name of the reviewer
Example:
Alice
lastNamestringrequired
Last name of the reviewer
Example:
Johnson
emailstringrequired
Email address of the reviewer
Example:
alice.johnson@company.com
ProposalReviewerDto
{
"id": 0,
"firstName": "Alice",
"lastName": "Johnson",
"email": "alice.johnson@company.com"
}