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-15T08:35:07.9003681+00:00",
"SubmitDate": "2026-06-15T08:35:07.9003681+00:00",
"ReportPeriodStart": "2026-06-15T08:35:07.9003681+00:00",
"ReportPeriodEnd": "2026-06-15T08:35:07.9003681+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "65d6a55b-6936-4ba4-866f-272d9bf19f58",
"Rows": [
{
"ItemId": "ea43060d-5f70-46c6-b11d-f3e1e8affade",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea43060d-5f70-46c6-b11d-f3e1e8affade",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "65d6a55b-6936-4ba4-866f-272d9bf19f58",
"Rows": [
{
"ItemId": "ea43060d-5f70-46c6-b11d-f3e1e8affade",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea43060d-5f70-46c6-b11d-f3e1e8affade",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f705af3c-49df-41d2-b940-6145284755f1",
"7eda1605-e4ae-460f-a6b2-c8ad211e5fac"
],
"Approvers": [
"807f2c59-ec40-41d5-8d45-9e8e25873628",
"179b044c-dc4f-4ce9-9f58-b8b57ec2ebab"
],
"ApprovedBy": "e1c74e3d-1d41-49f7-9326-f1408abe20d2",
"ApprovalDate": "2026-06-15T08:35:07.9003681+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9db973b6-1fc7-4d3d-a345-7cca3e522b93",
"id": "f15289fb-a105-4be6-80d9-30c11568ec82",
"ConfigId": "3e07d4c4-1fb5-48f7-a302-bb9496819533"
}