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": "2025-12-22T09:16:29.9184364+00:00",
"SubmitDate": "2025-12-22T09:16:29.9184364+00:00",
"ReportPeriodStart": "2025-12-22T09:16:29.9184364+00:00",
"ReportPeriodEnd": "2025-12-22T09:16:29.9184364+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d07bd302-6633-40ec-bc9c-090d64844085",
"Rows": [
{
"ItemId": "ed5de302-53e7-4fc8-b5f5-0844df85dba6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ed5de302-53e7-4fc8-b5f5-0844df85dba6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d07bd302-6633-40ec-bc9c-090d64844085",
"Rows": [
{
"ItemId": "ed5de302-53e7-4fc8-b5f5-0844df85dba6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ed5de302-53e7-4fc8-b5f5-0844df85dba6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d50f1bde-c9ec-41c5-be97-1bbbe0328920",
"f94a3047-5b8d-4148-b1d0-14024a75ebb0"
],
"Approvers": [
"23e514d5-00c5-420f-b431-250e1b1ae9cd",
"3ba074d8-0a39-4480-8bf6-3dbfa08bfd72"
],
"ApprovedBy": "90ddbd89-ff64-4e5f-849f-c635a0e026de",
"ApprovalDate": "2025-12-22T09:16:29.9184364+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5d070c4a-cf04-455f-a820-4b248e59351c",
"id": "26641930-93e8-4098-9c7c-94e567147991",
"ConfigId": "eecf9e3f-cd49-4ecc-bd8a-32bd9fe930c5"
}