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-04-19T08:46:03.3333174+00:00",
"SubmitDate": "2026-04-19T08:46:03.3333174+00:00",
"ReportPeriodStart": "2026-04-19T08:46:03.3333174+00:00",
"ReportPeriodEnd": "2026-04-19T08:46:03.3333174+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e59fbe10-7a71-4f58-bead-959ec1032d64",
"Rows": [
{
"ItemId": "2c1ba10d-94d1-4958-a1e6-4e32d6f19250",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c1ba10d-94d1-4958-a1e6-4e32d6f19250",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e59fbe10-7a71-4f58-bead-959ec1032d64",
"Rows": [
{
"ItemId": "2c1ba10d-94d1-4958-a1e6-4e32d6f19250",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c1ba10d-94d1-4958-a1e6-4e32d6f19250",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7abceb89-7199-4751-824b-37709d81d65d",
"c5175f7d-cfab-41a3-a717-35e20a1e62d7"
],
"Approvers": [
"fc259d9a-f6ea-4a8f-9f71-afc2b3f1184d",
"e6ad8c13-855c-48f1-bf2b-f77674f4c8e8"
],
"ApprovedBy": "e7fa55e1-4026-48e6-9d6a-58f0ce346227",
"ApprovalDate": "2026-04-19T08:46:03.3333174+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5da0f493-1a05-418c-8ab7-4ae574b2f953",
"id": "88d9b761-490c-4f04-8344-ccff3cb79874",
"ConfigId": "c050e1d7-968c-42ea-bb88-b1b2c9646be9"
}