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-15T02:50:30.5729165+00:00",
"SubmitDate": "2026-02-15T02:50:30.5729165+00:00",
"ReportPeriodStart": "2026-02-15T02:50:30.5729165+00:00",
"ReportPeriodEnd": "2026-02-15T02:50:30.5729165+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "56fbbddf-b07c-4fc9-8e82-021ccf25b9d1",
"Rows": [
{
"ItemId": "33d36696-9eee-4420-948f-128823e69977",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33d36696-9eee-4420-948f-128823e69977",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "56fbbddf-b07c-4fc9-8e82-021ccf25b9d1",
"Rows": [
{
"ItemId": "33d36696-9eee-4420-948f-128823e69977",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33d36696-9eee-4420-948f-128823e69977",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b5f2fbdc-f46e-461f-9e5d-5742f146257b",
"16d6aa3b-1c61-4cf4-8a31-d3f736f91009"
],
"Approvers": [
"cedcc545-9797-4834-9221-d61af63287da",
"f9c8802e-17bc-44cd-9dca-53407de5c7d7"
],
"ApprovedBy": "92c22d11-2c2d-4e01-a168-b2c7ff8c9caf",
"ApprovalDate": "2026-02-15T02:50:30.5729165+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4e4a5e4b-ef0d-4445-b7b5-29ba06536d01",
"id": "23086429-fdd6-4939-9439-c68e298123a2",
"ConfigId": "2f2bc14a-b715-4e56-a4a6-07f3c2c4d0a4"
}