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-02-23T01:22:07.1923969+00:00",
"SubmitDate": "2026-02-23T01:22:07.1923969+00:00",
"ReportPeriodStart": "2026-02-23T01:22:07.1923969+00:00",
"ReportPeriodEnd": "2026-02-23T01:22:07.1923969+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "99918617-1f7a-4213-83b8-3f79e35ea8b6",
"Rows": [
{
"ItemId": "5f4d85e5-cb15-4b01-a9c1-67924fb79463",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f4d85e5-cb15-4b01-a9c1-67924fb79463",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "99918617-1f7a-4213-83b8-3f79e35ea8b6",
"Rows": [
{
"ItemId": "5f4d85e5-cb15-4b01-a9c1-67924fb79463",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f4d85e5-cb15-4b01-a9c1-67924fb79463",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dbb5c1cd-59ba-49f6-ad43-cd2a3843d733",
"8b362144-57be-496f-9b2c-7c0d1739d665"
],
"Approvers": [
"f920b2fd-62b9-4cd9-a254-ea8c9e30aa01",
"c3b827db-a76a-4e00-b0c3-d5be90c150d2"
],
"ApprovedBy": "90857d67-f639-4521-8271-de27d25ddd73",
"ApprovalDate": "2026-02-23T01:22:07.1923969+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "94b7a1d6-382b-4401-8d30-747667fbf5ae",
"id": "9f9e898a-4004-4659-ba99-4a9d73c36324",
"ConfigId": "6aac8343-db2c-430c-94fa-c704cd9a09f7"
}