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-24T01:51:41.7783312+00:00",
"SubmitDate": "2026-02-24T01:51:41.7783312+00:00",
"ReportPeriodStart": "2026-02-24T01:51:41.7783312+00:00",
"ReportPeriodEnd": "2026-02-24T01:51:41.7783312+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "63025e93-7ebd-45a0-9eff-951896093415",
"Rows": [
{
"ItemId": "d5bac03d-24b6-4442-a57e-0e5c9c093791",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d5bac03d-24b6-4442-a57e-0e5c9c093791",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "63025e93-7ebd-45a0-9eff-951896093415",
"Rows": [
{
"ItemId": "d5bac03d-24b6-4442-a57e-0e5c9c093791",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d5bac03d-24b6-4442-a57e-0e5c9c093791",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c48bee0a-d80e-4015-868a-48a5f06945ef",
"30eaff37-16f1-4d22-85ec-60c27aa61c4d"
],
"Approvers": [
"77922aa1-0416-43ee-84bc-c376d3e1fd31",
"9e94129a-db5e-40f7-8166-d84f2eef306e"
],
"ApprovedBy": "f341117e-0821-47b4-8699-6e689ddcf0ae",
"ApprovalDate": "2026-02-24T01:51:41.7783312+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8dea93a3-6756-405a-a6b7-57e147b7723b",
"id": "af851614-92e1-4b5c-b0e1-79e3620ae4a4",
"ConfigId": "4aac322d-657e-495e-9e3a-7db6f527ba44"
}