ReportDetailCapa
CAPA report information
dueDate date-timenullable
The date by which the CAPA should be submitted by the requestee organization
Example:
2021-05-31T10:06:39+00:00
followUpType stringnullable
Follow-up type of the CAPA
Example:
id stringnullable
Unique identifier of the CAPA
Example:
1235330e-b74b-4be6-8d8a-cb0560effc11
resolutionDate date-timenullable
Resolution date
rootCauses string[]nullable
List of root causes
status stringnullable
Status of the CAPA
Example:
NEW
ReportDetailCapa
{
"dueDate": "2021-05-31T10:06:39+00:00",
"followUpType": "",
"id": "1235330e-b74b-4be6-8d8a-cb0560effc11",
"resolutionDate": "2024-07-29T15:51:28.071Z",
"rootCauses": [
"string"
],
"status": "NEW"
}