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-10T01:53:47.1544361+00:00",
"SubmitDate": "2026-03-10T01:53:47.1544361+00:00",
"ReportPeriodStart": "2026-03-10T01:53:47.1544361+00:00",
"ReportPeriodEnd": "2026-03-10T01:53:47.1544361+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5583c0bf-089a-47f1-a9ce-0e1bad6c71bf",
"Rows": [
{
"ItemId": "dc9a19bd-afd2-40ea-b2a9-07ec16bb16d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dc9a19bd-afd2-40ea-b2a9-07ec16bb16d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5583c0bf-089a-47f1-a9ce-0e1bad6c71bf",
"Rows": [
{
"ItemId": "dc9a19bd-afd2-40ea-b2a9-07ec16bb16d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dc9a19bd-afd2-40ea-b2a9-07ec16bb16d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"212bd3e5-9d60-40f4-8103-e19b116cc50a",
"e1716ff3-9676-405e-ade3-febd6a8c4956"
],
"Approvers": [
"03784ffd-ec2c-4c94-9deb-3b7bda48099b",
"22faead4-a186-45b8-99b6-4c882c9d6053"
],
"ApprovedBy": "c3294d3b-1391-48a4-a317-81d4169eb6ae",
"ApprovalDate": "2026-03-10T01:53:47.1544361+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6e6f4d39-eb32-485f-bdd6-b8721943f4b7",
"id": "23bdc87f-a7af-47ab-b1dd-a9fca1ee1f1b",
"ConfigId": "f24769e6-29c3-40d1-85fb-6e43e36cc202"
}