Skip to main content
Version: Next

ProjectAgreementSummaryDto

idnumberrequired

Internal identifier of the project agreement

projectIdstringrequired

Project identifier

hashstringrequired

Hash of the project agreement

titlestringrequired

Title of the project agreement

statusstringrequired

Current status of the project agreement

ProjectAgreementSummaryDto
{
"id": 0,
"projectId": "string",
"hash": "string",
"title": "string",
"status": "string"
}