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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-08-04T01:37:34.8773605+00:00",
"SubmitDate": "2026-08-04T01:37:34.8773605+00:00",
"ReportPeriodStart": "2026-08-04T01:37:34.8773605+00:00",
"ReportPeriodEnd": "2026-08-04T01:37:34.8773605+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cd4244f0-5492-499f-a387-ad8df616b361",
"Rows": [
{
"ItemId": "9ab1d315-d429-4bb1-b502-34f0e1e870fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9ab1d315-d429-4bb1-b502-34f0e1e870fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cd4244f0-5492-499f-a387-ad8df616b361",
"Rows": [
{
"ItemId": "9ab1d315-d429-4bb1-b502-34f0e1e870fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9ab1d315-d429-4bb1-b502-34f0e1e870fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c22bd555-1c86-4642-ba43-b74fd5aff8bb",
"5d31987b-2ed0-4dc8-97a3-622d459b078c"
],
"Approvers": [
"1912f6f3-16d8-47c4-bae2-eb606163e285",
"c84d50b9-b80e-45bc-a852-efd45899f7dd"
],
"ApprovedBy": "620e18dd-93fb-48bb-9708-f555b2622eda",
"ApprovalDate": "2026-08-04T01:37:34.8773605+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0cb21813-4354-41b3-8fd9-bd2336abbfd1",
"WorkPlanId": "5d792472-0b01-4750-8fb8-20f36281f6b2",
"id": "8be7ea00-e1ec-431a-82c0-5406afe18b7f",
"ConfigId": "027921d6-e31b-4fd4-a401-1547a2b5c494"
}