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-09-27T17:54:42.4041205+00:00",
"SubmitDate": "2026-09-27T17:54:42.4041205+00:00",
"ReportPeriodStart": "2026-09-27T17:54:42.4041205+00:00",
"ReportPeriodEnd": "2026-09-27T17:54:42.4041205+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0a2b4d1f-adc6-4386-84c1-0757bbf2fe6c",
"Rows": [
{
"ItemId": "b2935fc0-05e4-4fdc-9e02-6793cb9e8364",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2935fc0-05e4-4fdc-9e02-6793cb9e8364",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0a2b4d1f-adc6-4386-84c1-0757bbf2fe6c",
"Rows": [
{
"ItemId": "b2935fc0-05e4-4fdc-9e02-6793cb9e8364",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2935fc0-05e4-4fdc-9e02-6793cb9e8364",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"87d1cf85-0c67-4f22-9744-0e746e560f4e",
"0249e84e-f14a-4b4a-88b8-8127b9c1d0d8"
],
"Approvers": [
"c553f5d0-f6f4-43d6-a213-11ba6415909a",
"6fb2b946-e491-4651-b8bc-b18ad18129d1"
],
"ApprovedBy": "ac879af0-12dd-49bf-b92a-774e022715d7",
"ApprovalDate": "2026-09-27T17:54:42.4041205+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "981a1b81-16d1-4b64-bf0a-08dd195f07c9",
"WorkPlanId": "e3189459-7c4c-4f91-b2fc-c67d037ad736",
"id": "d238750d-af60-4d75-b12b-c9cd7f3fedf2",
"ConfigId": "34df4425-588f-4bcc-8dc3-d7746c85c0f9"
}