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-02-13T12:05:26.1287051+00:00",
"SubmitDate": "2026-02-13T12:05:26.1287051+00:00",
"ReportPeriodStart": "2026-02-13T12:05:26.1287051+00:00",
"ReportPeriodEnd": "2026-02-13T12:05:26.1287051+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f2e89ec0-eae9-42e2-9aef-bff3e21e124b",
"Rows": [
{
"ItemId": "89710597-3004-4497-a7c7-34a47225bd1e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "89710597-3004-4497-a7c7-34a47225bd1e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f2e89ec0-eae9-42e2-9aef-bff3e21e124b",
"Rows": [
{
"ItemId": "89710597-3004-4497-a7c7-34a47225bd1e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "89710597-3004-4497-a7c7-34a47225bd1e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4be1fce9-83c8-46e3-aa2f-15b4fad4bf85",
"87ffabbc-d843-4e0d-8aa6-b91263046415"
],
"Approvers": [
"d0a6088e-efec-4d69-84c9-4b8e4284ccbc",
"769f82f5-22dc-49fd-aa7a-49239efd6b1e"
],
"ApprovedBy": "ad2c5702-7c6e-4f39-b7f6-97b32ba00145",
"ApprovalDate": "2026-02-13T12:05:26.1287051+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "97bd2b8e-d9c2-40c8-8a04-a1edcc756e21",
"id": "7b14ae10-1d7e-49e2-acfa-ef9abb23da3e",
"ConfigId": "37ada502-03e4-4d03-8b57-59cc43889946"
}