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-04-30T11:31:26.3946729+00:00",
"SubmitDate": "2026-04-30T11:31:26.3946729+00:00",
"ReportPeriodStart": "2026-04-30T11:31:26.3946729+00:00",
"ReportPeriodEnd": "2026-04-30T11:31:26.3946729+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8360c662-1147-4e8a-9553-ea8e5579a5bc",
"Rows": [
{
"ItemId": "9fafe7c1-7d9f-4448-add1-310a4c29cb0a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9fafe7c1-7d9f-4448-add1-310a4c29cb0a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8360c662-1147-4e8a-9553-ea8e5579a5bc",
"Rows": [
{
"ItemId": "9fafe7c1-7d9f-4448-add1-310a4c29cb0a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9fafe7c1-7d9f-4448-add1-310a4c29cb0a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0aec0434-6afb-45b6-8d77-fdebf503f181",
"127bf3c8-7661-4af6-a96e-50eeee9e90ab"
],
"Approvers": [
"c25638e9-8b0c-456a-aeee-90e1b28a112e",
"a406f58d-45fd-4a60-905b-f14bb6e90d3c"
],
"ApprovedBy": "6eccffc4-459b-4121-a399-51b6d67d4918",
"ApprovalDate": "2026-04-30T11:31:26.3946729+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0e537e4c-0fbd-4818-9203-55b9157f592e",
"id": "504ccf8f-c7b0-4ab0-bfbf-9a1fb60432c9",
"ConfigId": "c6c9ac09-f294-447c-a2f5-3c835cab04bc"
}