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-23T06:37:46.8012103+00:00",
"SubmitDate": "2026-05-23T06:37:46.8012103+00:00",
"ReportPeriodStart": "2026-05-23T06:37:46.8012103+00:00",
"ReportPeriodEnd": "2026-05-23T06:37:46.8012103+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5787313a-bbc9-490c-85bb-3b44e9eeb61f",
"Rows": [
{
"ItemId": "03771d0d-d31a-41fb-8449-5cbb30d18299",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "03771d0d-d31a-41fb-8449-5cbb30d18299",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5787313a-bbc9-490c-85bb-3b44e9eeb61f",
"Rows": [
{
"ItemId": "03771d0d-d31a-41fb-8449-5cbb30d18299",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "03771d0d-d31a-41fb-8449-5cbb30d18299",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7cdb5b5e-170c-495c-af44-4786911e0a1e",
"0ff6f263-8d18-43d6-bd2d-4cb0dff42002"
],
"Approvers": [
"cbe1acd4-f17b-4d56-973b-e080f66e013d",
"55c8b918-dc78-454f-9d89-ab6442047c9c"
],
"ApprovedBy": "4e05a3a2-ec21-464b-9a59-e25c0a729a50",
"ApprovalDate": "2026-05-23T06:37:46.8012103+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9a0c9c99-22a7-4dc2-b7e2-54ba48e32de0",
"id": "f5d22f63-0b07-43b7-bdae-659426747b41",
"ConfigId": "03dc337b-638e-47f7-bc17-7ca600e8cc5b"
}