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-02-10T09:14:24.5051807+00:00",
"SubmitDate": "2026-02-10T09:14:24.5051807+00:00",
"ReportPeriodStart": "2026-02-10T09:14:24.5051807+00:00",
"ReportPeriodEnd": "2026-02-10T09:14:24.5051807+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1b73eb4f-a3c7-4e7e-af4f-d2e271486c47",
"Rows": [
{
"ItemId": "cc7ec8b2-60e6-4977-8339-980cffb28f14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cc7ec8b2-60e6-4977-8339-980cffb28f14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1b73eb4f-a3c7-4e7e-af4f-d2e271486c47",
"Rows": [
{
"ItemId": "cc7ec8b2-60e6-4977-8339-980cffb28f14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cc7ec8b2-60e6-4977-8339-980cffb28f14",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"88a9c7d8-f59e-4452-ab8e-a49c92d68703",
"bbba5410-ea07-4c93-9d8b-d8e8550f0cd1"
],
"Approvers": [
"6289e2b5-d18d-44e1-a5f3-a4124efc65a3",
"e31794f2-29ba-4caf-a0e3-9d68d4e69f8b"
],
"ApprovedBy": "03e0cfd9-15f0-4d7d-aabc-823c8bb557aa",
"ApprovalDate": "2026-02-10T09:14:24.5051807+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a44bd040-a907-493c-b3a0-3b7bfaaec7f9",
"id": "8bf516af-7cf3-42a1-a6ad-520d704bcbe1",
"ConfigId": "73f8bc61-7eee-4d96-9fb4-f0d85ec993db"
}