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-07-25T22:29:13.2324132+00:00",
"SubmitDate": "2026-07-25T22:29:13.2324132+00:00",
"ReportPeriodStart": "2026-07-25T22:29:13.2324132+00:00",
"ReportPeriodEnd": "2026-07-25T22:29:13.2324132+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dc907e63-dcb5-41e1-88c2-dd52f41f304b",
"Rows": [
{
"ItemId": "406b5cb4-9ac5-4c04-bf43-a2a46be9c0a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "406b5cb4-9ac5-4c04-bf43-a2a46be9c0a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dc907e63-dcb5-41e1-88c2-dd52f41f304b",
"Rows": [
{
"ItemId": "406b5cb4-9ac5-4c04-bf43-a2a46be9c0a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "406b5cb4-9ac5-4c04-bf43-a2a46be9c0a4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e25e7728-246d-417f-93ab-317b19dd0b76",
"2b6b4be5-40f4-4097-879d-036999c5a2d9"
],
"Approvers": [
"9a28f955-8258-4534-8233-f31e96f57dfe",
"0e2d07b2-49fd-4987-a43f-02e2c4d9f6b1"
],
"ApprovedBy": "c43ab827-4ef0-42a1-9373-87712526c4b9",
"ApprovalDate": "2026-07-25T22:29:13.2324132+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6d9c33e3-2a78-4106-b841-c303a44fae31",
"WorkPlanId": "bb9bee23-5854-472e-a9b6-f7838e62d86b",
"id": "c515e489-f6ae-46f2-9211-4d032d86e805",
"ConfigId": "8c870a0c-b571-4940-8b45-ef8c05ef0a42"
}