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-03T11:53:29.3296917+00:00",
"SubmitDate": "2026-05-03T11:53:29.3296917+00:00",
"ReportPeriodStart": "2026-05-03T11:53:29.3296917+00:00",
"ReportPeriodEnd": "2026-05-03T11:53:29.3296917+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "457f671f-ac75-4aa4-9120-a7966d6099ae",
"Rows": [
{
"ItemId": "6476b0e5-f88e-4dbc-9635-bd111c9b0314",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6476b0e5-f88e-4dbc-9635-bd111c9b0314",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "457f671f-ac75-4aa4-9120-a7966d6099ae",
"Rows": [
{
"ItemId": "6476b0e5-f88e-4dbc-9635-bd111c9b0314",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6476b0e5-f88e-4dbc-9635-bd111c9b0314",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"33cca3b7-3900-4673-bf02-0e0197e39746",
"f0807b11-fe55-4d12-81ed-63df53ee7065"
],
"Approvers": [
"b0b307f3-bf5f-4c5a-8650-aa773eb584e3",
"4c155ef6-b760-4dd0-8473-5b134ae68199"
],
"ApprovedBy": "894dee72-aa45-4335-975d-cfae7eaceb7f",
"ApprovalDate": "2026-05-03T11:53:29.3296917+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a0abeab9-8a19-4d29-a046-9a940f0d9e91",
"id": "f9bf12e7-649b-4451-9017-440ebb7958b2",
"ConfigId": "f0f4380f-b919-462d-b298-031e31855047"
}