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-29T00:07:09.9982944+00:00",
"SubmitDate": "2026-05-29T00:07:09.9982944+00:00",
"ReportPeriodStart": "2026-05-29T00:07:09.9982944+00:00",
"ReportPeriodEnd": "2026-05-29T00:07:09.9982944+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3dc266a4-b947-4791-84a6-f9d92cb5a2d7",
"Rows": [
{
"ItemId": "ea25f1a9-ba0a-4cfc-b6e7-ae7ae2d5d6f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea25f1a9-ba0a-4cfc-b6e7-ae7ae2d5d6f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3dc266a4-b947-4791-84a6-f9d92cb5a2d7",
"Rows": [
{
"ItemId": "ea25f1a9-ba0a-4cfc-b6e7-ae7ae2d5d6f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea25f1a9-ba0a-4cfc-b6e7-ae7ae2d5d6f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e59f7c70-2a69-41ae-bb97-67bc3b7f00b2",
"ce817719-09c9-41f8-8475-872e805dfaf8"
],
"Approvers": [
"2a272c29-6a02-4a6d-af28-173efe66f620",
"65cfa220-a236-4d1e-98e8-d63e1be68a62"
],
"ApprovedBy": "133af04d-0f4a-4cb6-9588-f653c2061fbe",
"ApprovalDate": "2026-05-29T00:07:09.9982944+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "831a3983-cb6c-4086-aebc-82f2c698d6d3",
"id": "dfb6a59b-c528-4e14-80b9-061f3ece6fa9",
"ConfigId": "5e9b3e80-1d9b-4685-99f9-5c240964afd3"
}