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-25T14:38:02.6126927+00:00",
"SubmitDate": "2026-06-25T14:38:02.6126927+00:00",
"ReportPeriodStart": "2026-06-25T14:38:02.6126927+00:00",
"ReportPeriodEnd": "2026-06-25T14:38:02.6126927+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a4e6fd7b-3cc8-419d-8ce8-30b6550008c5",
"Rows": [
{
"ItemId": "d4ea5a1d-1beb-4c13-9a45-af894dc02607",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d4ea5a1d-1beb-4c13-9a45-af894dc02607",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a4e6fd7b-3cc8-419d-8ce8-30b6550008c5",
"Rows": [
{
"ItemId": "d4ea5a1d-1beb-4c13-9a45-af894dc02607",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d4ea5a1d-1beb-4c13-9a45-af894dc02607",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"73d96826-6800-4e96-9132-96c7fe1d2518",
"bf6daaaa-8b41-46ab-a234-618f6b9c4136"
],
"Approvers": [
"bf7b5cb3-1fd2-4731-84b7-39783e442f6a",
"470a56c0-2f7f-41f4-ac05-18b96418caa5"
],
"ApprovedBy": "15e65d3e-994d-49a4-abd1-d27d52b656e9",
"ApprovalDate": "2026-06-25T14:38:02.6126927+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1e809ecb-f30d-4a80-891c-35814c65ac25",
"id": "a7523c3b-444b-4d60-957b-6e07f46637e9",
"ConfigId": "e63e402a-c8d9-47c2-8e60-52260047aecb"
}