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-06-13T12:22:32.7389783+00:00",
"SubmitDate": "2026-06-13T12:22:32.7389783+00:00",
"ReportPeriodStart": "2026-06-13T12:22:32.7389783+00:00",
"ReportPeriodEnd": "2026-06-13T12:22:32.7389783+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4220d536-84db-4def-804c-d0d48665c150",
"Rows": [
{
"ItemId": "522288e5-03a8-4fe6-8d9c-58cd3db6d49b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "522288e5-03a8-4fe6-8d9c-58cd3db6d49b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4220d536-84db-4def-804c-d0d48665c150",
"Rows": [
{
"ItemId": "522288e5-03a8-4fe6-8d9c-58cd3db6d49b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "522288e5-03a8-4fe6-8d9c-58cd3db6d49b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"63ed6d62-7c63-4f20-a4ee-429677eb24d8",
"eefc27b0-faf6-4352-bb9e-2957e4b80945"
],
"Approvers": [
"dd1a7880-732f-4c61-a375-5f479e27ff4e",
"426f5e8d-6873-4c62-bfb1-c1295b9222aa"
],
"ApprovedBy": "064aaa61-4e90-4250-9fc8-55f4b0a5be14",
"ApprovalDate": "2026-06-13T12:22:32.7389783+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d4e6558-dc61-4cae-8bd1-70bb6f9e3764",
"id": "1c5d2df9-9668-490b-978d-c766cbaa43c1",
"ConfigId": "f4ffa4bb-b79a-4e09-9812-0ded6f8de61c"
}