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-03-01T01:31:18.0955589+00:00",
"SubmitDate": "2026-03-01T01:31:18.0955589+00:00",
"ReportPeriodStart": "2026-03-01T01:31:18.0955589+00:00",
"ReportPeriodEnd": "2026-03-01T01:31:18.0955589+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1c9a6151-b2e0-4dbd-9961-05e5b626cae4",
"Rows": [
{
"ItemId": "64a32fdd-630a-48aa-9f75-f2a916adaf58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "64a32fdd-630a-48aa-9f75-f2a916adaf58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1c9a6151-b2e0-4dbd-9961-05e5b626cae4",
"Rows": [
{
"ItemId": "64a32fdd-630a-48aa-9f75-f2a916adaf58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "64a32fdd-630a-48aa-9f75-f2a916adaf58",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cdd1cd37-0c88-402c-bb3a-aa67ebf8cf09",
"f8334904-8973-4981-84f7-e263c12fbb7c"
],
"Approvers": [
"07635cbb-2329-4834-928f-4ef2946c6e2d",
"8197d599-dd19-4b10-aed5-1eff11862fc0"
],
"ApprovedBy": "ce49949f-4526-4c78-a514-1c7f6412c794",
"ApprovalDate": "2026-03-01T01:31:18.0955589+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "36619a2f-c0c0-4845-b0dd-c7a0b066a7ba",
"id": "6a38a9bf-0137-4aaa-8554-1fbf64cb7548",
"ConfigId": "4fba8f37-e50f-4ae3-8b0e-b9fbfc28c300"
}