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-24T06:49:50.0968193+00:00",
"SubmitDate": "2026-05-24T06:49:50.0968193+00:00",
"ReportPeriodStart": "2026-05-24T06:49:50.0968193+00:00",
"ReportPeriodEnd": "2026-05-24T06:49:50.0968193+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "48418740-c7d3-4d7e-958c-d18f0c271e7b",
"Rows": [
{
"ItemId": "978e748c-ce0e-401d-ba16-56381ebe1339",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "978e748c-ce0e-401d-ba16-56381ebe1339",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "48418740-c7d3-4d7e-958c-d18f0c271e7b",
"Rows": [
{
"ItemId": "978e748c-ce0e-401d-ba16-56381ebe1339",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "978e748c-ce0e-401d-ba16-56381ebe1339",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ba8ffb95-4b77-4e15-a725-bb5efa0abfed",
"a69d29cb-2310-4d50-984a-f8f073578915"
],
"Approvers": [
"c36dd1ba-5ab3-44bc-8752-f3679361a944",
"fbcae5de-21ce-4ca0-942e-99f99580f6a8"
],
"ApprovedBy": "ca86c525-1232-44ae-8bf2-79c5c3dd1eac",
"ApprovalDate": "2026-05-24T06:49:50.0968193+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b0f45f4e-8a09-4406-aac2-022c2ad4156b",
"id": "31d63a25-c4aa-4c7c-9fec-26887f8340b3",
"ConfigId": "13fc8915-d6f2-45bd-a535-42b6fc2fbf4b"
}