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-03-06T23:01:41.5022843+00:00",
"SubmitDate": "2026-03-06T23:01:41.5022843+00:00",
"ReportPeriodStart": "2026-03-06T23:01:41.5022843+00:00",
"ReportPeriodEnd": "2026-03-06T23:01:41.5022843+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b3c8f3bd-da5b-4eab-9c5f-2448bcabccbe",
"Rows": [
{
"ItemId": "cafb67e5-044f-42fb-920f-aa2ac15d43f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cafb67e5-044f-42fb-920f-aa2ac15d43f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b3c8f3bd-da5b-4eab-9c5f-2448bcabccbe",
"Rows": [
{
"ItemId": "cafb67e5-044f-42fb-920f-aa2ac15d43f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cafb67e5-044f-42fb-920f-aa2ac15d43f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"05884ad4-0325-4931-8c06-aa2d3946c208",
"6506308b-1445-438d-bb4c-75a6a984f010"
],
"Approvers": [
"303ffea7-89f4-4944-b167-9895ab1ad417",
"f7a8d6dc-0ea2-4943-bbd9-94d710897f17"
],
"ApprovedBy": "706ddabf-9bfe-44c5-a47a-0c799d6e35a6",
"ApprovalDate": "2026-03-06T23:01:41.5022843+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "40a8263b-e198-40f6-9416-eeb8cc25c486",
"id": "df97f7fb-42e8-4ffa-8b0e-d8ec45ca063b",
"ConfigId": "628ec3db-2f37-4dfb-a027-049cbc3fc125"
}