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-26T22:17:47.4399252+00:00",
"SubmitDate": "2026-04-26T22:17:47.4399252+00:00",
"ReportPeriodStart": "2026-04-26T22:17:47.4399252+00:00",
"ReportPeriodEnd": "2026-04-26T22:17:47.4399252+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "33be75e5-cf29-4081-85be-541fe03990bd",
"Rows": [
{
"ItemId": "b579b617-8d2e-4fda-8573-e81374f25795",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b579b617-8d2e-4fda-8573-e81374f25795",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "33be75e5-cf29-4081-85be-541fe03990bd",
"Rows": [
{
"ItemId": "b579b617-8d2e-4fda-8573-e81374f25795",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b579b617-8d2e-4fda-8573-e81374f25795",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"949027c3-c43a-44c7-8fc8-efe7eacb127c",
"6ab0b1d8-2262-4a0d-a78f-9d76035f46b2"
],
"Approvers": [
"aa6cd3df-1bb8-4a97-8646-80b1514d90d4",
"57ad4736-6315-4b62-8980-ef541605c972"
],
"ApprovedBy": "2d4aa668-c456-4c81-b02d-3d353c456325",
"ApprovalDate": "2026-04-26T22:17:47.4399252+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "572c7094-520d-49e7-b103-a66e914a0998",
"id": "44efefd0-1e26-4956-90bd-64da16f7090c",
"ConfigId": "83c2c56b-6351-4332-853c-3d3f43e7b85d"
}