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-26T17:37:57.8719724+00:00",
"SubmitDate": "2026-05-26T17:37:57.8719724+00:00",
"ReportPeriodStart": "2026-05-26T17:37:57.8719724+00:00",
"ReportPeriodEnd": "2026-05-26T17:37:57.8719724+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e22ca743-2cff-47fa-af26-a190132403c1",
"Rows": [
{
"ItemId": "1d867149-278e-4e0a-9903-f5877418ebeb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1d867149-278e-4e0a-9903-f5877418ebeb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e22ca743-2cff-47fa-af26-a190132403c1",
"Rows": [
{
"ItemId": "1d867149-278e-4e0a-9903-f5877418ebeb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1d867149-278e-4e0a-9903-f5877418ebeb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b81e2930-bdd0-4149-88d2-f090e0fafbdb",
"6abcee98-19dc-4943-b2ad-f4c1ec8449da"
],
"Approvers": [
"76596fe9-22f4-4a51-a40d-a9baf55f6e3f",
"eaa84fed-6cef-4899-8523-5eaa68b94cdf"
],
"ApprovedBy": "ac41d1ec-692c-4c57-866b-72d7547ec119",
"ApprovalDate": "2026-05-26T17:37:57.8719724+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d9d05064-f4e3-4303-8395-5cdcfdcabbc6",
"id": "1be32e6e-7f40-4b0c-9c09-78503a83dfb6",
"ConfigId": "db4818d7-730d-413d-8dc3-e1fbe7820469"
}