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-01-10T20:32:29.4186993+00:00",
"SubmitDate": "2026-01-10T20:32:29.4186993+00:00",
"ReportPeriodStart": "2026-01-10T20:32:29.4186993+00:00",
"ReportPeriodEnd": "2026-01-10T20:32:29.4186993+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ff576491-d560-453f-9c89-27246be3348e",
"Rows": [
{
"ItemId": "9757acf4-6255-4bcc-8ae6-94cb5473dec2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9757acf4-6255-4bcc-8ae6-94cb5473dec2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ff576491-d560-453f-9c89-27246be3348e",
"Rows": [
{
"ItemId": "9757acf4-6255-4bcc-8ae6-94cb5473dec2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9757acf4-6255-4bcc-8ae6-94cb5473dec2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f59cad16-c96b-4df0-9eb7-384c46e1b736",
"609c06f8-4c7e-41cd-b01f-3cf9bb012624"
],
"Approvers": [
"9dc37f05-53e3-4af5-adb8-5f394751fc6f",
"d87bfba7-23df-4030-a723-a5706f19c7df"
],
"ApprovedBy": "631b4894-1495-4abd-9972-e3158f816f6e",
"ApprovalDate": "2026-01-10T20:32:29.434321+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a2d2e949-4f62-4bb0-ad5d-6e78bc066e3f",
"id": "e4168a16-b126-4af6-a05d-a65da6982d07",
"ConfigId": "399621a6-04a3-4e43-9f7a-b505830dfa0e"
}