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-15T23:20:03.8151249+00:00",
"SubmitDate": "2026-09-15T23:20:03.8151249+00:00",
"ReportPeriodStart": "2026-09-15T23:20:03.8151249+00:00",
"ReportPeriodEnd": "2026-09-15T23:20:03.8151249+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "99da6304-8c49-4d02-9e35-a5af18c4815b",
"Rows": [
{
"ItemId": "a4266388-6dd3-41b1-a5f5-cc6238ff0244",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4266388-6dd3-41b1-a5f5-cc6238ff0244",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "99da6304-8c49-4d02-9e35-a5af18c4815b",
"Rows": [
{
"ItemId": "a4266388-6dd3-41b1-a5f5-cc6238ff0244",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4266388-6dd3-41b1-a5f5-cc6238ff0244",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"36978756-59c3-4f43-8c2b-394fbd151c1c",
"dbda77b7-0b8e-476f-8226-e922426aac8d"
],
"Approvers": [
"0c25fd00-71ef-4d83-87a6-56f5d8acdbd9",
"7c3d0d7b-6bd8-4d33-9677-915370fc0af4"
],
"ApprovedBy": "fc4c79f3-0fd6-4388-a7c5-1d4d0b1b1ab0",
"ApprovalDate": "2026-09-15T23:20:03.8151249+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ca998aa3-429b-4a04-8b92-659a5d47abd1",
"WorkPlanId": "3cd933ab-922d-4dda-823a-8d2ca5b282fe",
"id": "097629a2-49ae-49a7-80ed-722fdd834a0b",
"ConfigId": "b9f03245-2807-4487-b14e-67cc74bc0998"
}