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-05-15T19:49:01.6732235+00:00",
"SubmitDate": "2026-05-15T19:49:01.6732235+00:00",
"ReportPeriodStart": "2026-05-15T19:49:01.6732235+00:00",
"ReportPeriodEnd": "2026-05-15T19:49:01.6732235+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8b2c0865-5d1f-4bd5-8034-6533085f35a0",
"Rows": [
{
"ItemId": "9f8d6993-d15f-4e9b-84c2-e3c641f3319e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f8d6993-d15f-4e9b-84c2-e3c641f3319e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8b2c0865-5d1f-4bd5-8034-6533085f35a0",
"Rows": [
{
"ItemId": "9f8d6993-d15f-4e9b-84c2-e3c641f3319e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f8d6993-d15f-4e9b-84c2-e3c641f3319e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e4402afd-587e-4364-a72a-b76e946872cc",
"e036f351-f4dc-475d-b27a-b935d07903e1"
],
"Approvers": [
"a8b9e8d1-ee0b-456b-ac3b-66091ee97e81",
"57ed6171-db87-49c9-99ea-efb941e7747c"
],
"ApprovedBy": "33cf8f3e-c722-4d52-a4a0-8ef76537f94d",
"ApprovalDate": "2026-05-15T19:49:01.6732235+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5ec51bea-9128-42b9-a260-c9bb44fadc4f",
"id": "1559fffa-1281-40b4-93da-912eee3ee2de",
"ConfigId": "1234b1a9-6b0f-4719-8035-4f758de137a3"
}