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-26T11:32:14.8183844+00:00",
"SubmitDate": "2026-05-26T11:32:14.8183844+00:00",
"ReportPeriodStart": "2026-05-26T11:32:14.8183844+00:00",
"ReportPeriodEnd": "2026-05-26T11:32:14.8183844+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "44234d34-f321-483f-ae2d-141013d09115",
"Rows": [
{
"ItemId": "a27c1d2c-4692-4160-8982-fb6376f58a4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a27c1d2c-4692-4160-8982-fb6376f58a4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "44234d34-f321-483f-ae2d-141013d09115",
"Rows": [
{
"ItemId": "a27c1d2c-4692-4160-8982-fb6376f58a4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a27c1d2c-4692-4160-8982-fb6376f58a4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9d333b1b-f60b-4ea7-a063-1181f56028bb",
"372dca6b-6912-4469-aebc-0448f38c7d9b"
],
"Approvers": [
"b76e72a1-7101-4204-902e-d7d72ce5e22d",
"f0d5a37f-13a0-48f0-a48a-a55ed1b4de27"
],
"ApprovedBy": "acb5bf80-fcfc-43c4-be15-1436c2fc5f76",
"ApprovalDate": "2026-05-26T11:32:14.8183844+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8aee52ff-828e-4803-b86f-9b6c04b737f2",
"id": "4935906f-b665-489d-b0f6-f3d026db92be",
"ConfigId": "5d9dfaa6-0219-4982-8644-0debb6e11864"
}