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-01-31T15:56:07.3476304+00:00",
"SubmitDate": "2026-01-31T15:56:07.3476304+00:00",
"ReportPeriodStart": "2026-01-31T15:56:07.3476304+00:00",
"ReportPeriodEnd": "2026-01-31T15:56:07.3476304+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a88947a2-9c87-4b18-bb15-f57232d18542",
"Rows": [
{
"ItemId": "3203cec5-7820-4da0-8711-4184f0a76020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3203cec5-7820-4da0-8711-4184f0a76020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a88947a2-9c87-4b18-bb15-f57232d18542",
"Rows": [
{
"ItemId": "3203cec5-7820-4da0-8711-4184f0a76020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3203cec5-7820-4da0-8711-4184f0a76020",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"89541d60-b010-4bd0-b2f2-5b70932755c1",
"e19b58de-ed20-40c3-8bd5-5de0f52f4d5d"
],
"Approvers": [
"0c942b6e-5f83-4a73-ac7a-22ec67c339e1",
"b38bfc41-9c67-441d-aef1-f2021e163430"
],
"ApprovedBy": "c9cec2e3-a7c3-4178-85c7-dcfc351a6661",
"ApprovalDate": "2026-01-31T15:56:07.3476304+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4ce3a03c-4adb-40be-bee7-d6a0c784c044",
"id": "9d918d86-345b-4508-86a4-fb135dbf5884",
"ConfigId": "843dab44-ab15-446f-ae6e-fbe10f4bb4e3"
}