POST api/statusreports/{id}/reject?Comments={Comments}
Rejects a Report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| Comments | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-05-15T07:35:00.305658+00:00",
"SubmitDate": "2026-05-15T07:35:00.305658+00:00",
"ReportPeriodStart": "2026-05-15T07:35:00.305658+00:00",
"ReportPeriodEnd": "2026-05-15T07:35:00.305658+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b284f06b-4352-4119-8957-2266bc657c9a",
"Rows": [
{
"ItemId": "f66455a2-0e64-4059-b1a4-863c7532ce0a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f66455a2-0e64-4059-b1a4-863c7532ce0a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b284f06b-4352-4119-8957-2266bc657c9a",
"Rows": [
{
"ItemId": "f66455a2-0e64-4059-b1a4-863c7532ce0a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f66455a2-0e64-4059-b1a4-863c7532ce0a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4abeb39b-5eb4-49e3-84c2-898f5807fe58",
"adbd6740-1fa7-43ed-8b09-ad90fc0cdd5d"
],
"Approvers": [
"166fbe45-8362-4720-a734-46c8fe5453e1",
"b25c9899-4ebe-4336-8f5e-855027f71cb3"
],
"ApprovedBy": "4abb9934-3432-4617-bdc0-f935c384bd14",
"ApprovalDate": "2026-05-15T07:35:00.305658+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d9c7d7a5-10b2-4728-9ebd-837518f701d5",
"id": "5401a339-1f6d-4150-a47b-f446e9c85ca7",
"ConfigId": "239a40ab-a483-44e1-ad95-8c18b9339b62"
}