Skip to main content

ProposalReviewerDto

idnumberrequired

Unique identifier for the reviewer

Example: 1
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": 1,
"firstName": "Alice",
"lastName": "Johnson",
"email": "alice.johnson@company.com"
}