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-22T05:35:48.4450606+00:00",
"SubmitDate": "2026-01-22T05:35:48.4450606+00:00",
"ReportPeriodStart": "2026-01-22T05:35:48.4450606+00:00",
"ReportPeriodEnd": "2026-01-22T05:35:48.4450606+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "85a195c5-18b8-4dad-8168-f5bcdb19fda0",
"Rows": [
{
"ItemId": "10909bc4-a953-409d-821e-bbcddc6a495d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10909bc4-a953-409d-821e-bbcddc6a495d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "85a195c5-18b8-4dad-8168-f5bcdb19fda0",
"Rows": [
{
"ItemId": "10909bc4-a953-409d-821e-bbcddc6a495d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10909bc4-a953-409d-821e-bbcddc6a495d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0d3a9950-041e-435e-a247-74d07e43cebd",
"c9c071f4-9464-4917-86bf-fa00e7ad515c"
],
"Approvers": [
"b514f596-4127-42c0-9f5f-6deda6d3b380",
"4d7d1f38-75f7-45ac-973f-e73809b04bd5"
],
"ApprovedBy": "3c1664d2-637e-4c36-bb18-70cac4f25c90",
"ApprovalDate": "2026-01-22T05:35:48.4450606+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a87918a2-3a31-4d4c-a29a-774441891c8e",
"id": "ae15142b-de63-4290-8332-1d493dd07058",
"ConfigId": "d8a6e01f-eb73-4b73-afb9-50374788f8f6"
}