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": "2025-12-09T20:02:17.9667083+00:00",
"SubmitDate": "2025-12-09T20:02:17.9667083+00:00",
"ReportPeriodStart": "2025-12-09T20:02:17.9667083+00:00",
"ReportPeriodEnd": "2025-12-09T20:02:17.9667083+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "122baeb3-3f3c-4b11-85bb-51e2266f00fa",
"Rows": [
{
"ItemId": "bd6dadb7-f111-419e-8003-e94b38ede562",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bd6dadb7-f111-419e-8003-e94b38ede562",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "122baeb3-3f3c-4b11-85bb-51e2266f00fa",
"Rows": [
{
"ItemId": "bd6dadb7-f111-419e-8003-e94b38ede562",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bd6dadb7-f111-419e-8003-e94b38ede562",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b7d03d65-fc4e-486c-bc2f-c2d8f704734b",
"000b6544-09fe-462d-86bc-f08f1b5d9cd8"
],
"Approvers": [
"a7c8745e-e68f-4628-94e4-a4ad074bd195",
"98820415-4730-4a48-a565-3a9c2e935fd7"
],
"ApprovedBy": "fa7b0721-8e63-442a-9a67-02b56fdb4411",
"ApprovalDate": "2025-12-09T20:02:17.9667083+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d6bdc696-fbee-4cfc-8ad1-a41f26b0772b",
"id": "ca70f536-d4ae-4fdf-8c52-3097f7a7d4c6",
"ConfigId": "f39005bd-236b-4fd5-a096-202d1a748933"
}