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-01-03T02:25:56.3265983+00:00",
"SubmitDate": "2026-01-03T02:25:56.3265983+00:00",
"ReportPeriodStart": "2026-01-03T02:25:56.3265983+00:00",
"ReportPeriodEnd": "2026-01-03T02:25:56.3265983+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f08468a5-1b91-45a9-a2f9-9977ae922b9f",
"Rows": [
{
"ItemId": "2549ae30-45ac-44ab-9cc4-318d511fc75d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2549ae30-45ac-44ab-9cc4-318d511fc75d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f08468a5-1b91-45a9-a2f9-9977ae922b9f",
"Rows": [
{
"ItemId": "2549ae30-45ac-44ab-9cc4-318d511fc75d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2549ae30-45ac-44ab-9cc4-318d511fc75d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9a43b29f-823b-448f-abdd-0fd9e4e0520a",
"66b002a0-309f-466c-bc5c-8032469bceed"
],
"Approvers": [
"548bca57-8df0-4e28-be8f-c81e06017592",
"088f1fb8-0480-41c2-9cc0-7bbb999b0abc"
],
"ApprovedBy": "4d331c5d-8232-4235-be4f-e536a4ee7c67",
"ApprovalDate": "2026-01-03T02:25:56.3265983+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d305a540-8c62-4548-a8da-7812614cd71b",
"id": "4f94db80-5596-4021-8a5a-e4d6bd110950",
"ConfigId": "ee067b13-1192-4055-a94e-36c43329fe79"
}