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-30T21:50:44.0303409+00:00",
"SubmitDate": "2025-12-30T21:50:44.0303409+00:00",
"ReportPeriodStart": "2025-12-30T21:50:44.0303409+00:00",
"ReportPeriodEnd": "2025-12-30T21:50:44.0303409+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5ac91b31-0989-4097-b635-834440b8bc36",
"Rows": [
{
"ItemId": "407a2d94-de97-449b-84c0-909c037a1d2a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "407a2d94-de97-449b-84c0-909c037a1d2a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5ac91b31-0989-4097-b635-834440b8bc36",
"Rows": [
{
"ItemId": "407a2d94-de97-449b-84c0-909c037a1d2a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "407a2d94-de97-449b-84c0-909c037a1d2a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a06ad9c2-46eb-419b-b5a3-542b697c8dd8",
"3ab70019-fd13-4a25-9060-5d8e25e330a7"
],
"Approvers": [
"6e7d7639-0300-4b4e-9898-12c1dd45aff5",
"7feef801-34bf-4c6e-b0ea-0f8a400dbe89"
],
"ApprovedBy": "f5f62858-d8c9-4a08-833b-4d8aef16a5c7",
"ApprovalDate": "2025-12-30T21:50:44.0303409+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1c616d45-8a1b-49be-b6ac-0536f9af41a2",
"id": "09e2542c-0baa-462f-b82b-c4e7305a3883",
"ConfigId": "77001c2d-f2e0-4a5b-beeb-b03a82c73f21"
}