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-06-18T09:11:11.0228082+00:00",
"SubmitDate": "2026-06-18T09:11:11.0228082+00:00",
"ReportPeriodStart": "2026-06-18T09:11:11.0228082+00:00",
"ReportPeriodEnd": "2026-06-18T09:11:11.0228082+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7a75e9c8-aa14-451b-9ccf-26cb280cc3a6",
"Rows": [
{
"ItemId": "c161fee3-d699-41d4-91a6-5a4734ac96a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c161fee3-d699-41d4-91a6-5a4734ac96a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7a75e9c8-aa14-451b-9ccf-26cb280cc3a6",
"Rows": [
{
"ItemId": "c161fee3-d699-41d4-91a6-5a4734ac96a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c161fee3-d699-41d4-91a6-5a4734ac96a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"53bf8356-81df-4ec9-a5a3-bcb221ba1a42",
"a5e8a6bb-1079-45d9-ab7e-f06d085836fb"
],
"Approvers": [
"8f479da8-4fde-44f8-a41e-1d3292c4c733",
"5cc551f9-6a00-4161-bc1d-c38bf13572cc"
],
"ApprovedBy": "0adf2d0b-bbce-42bc-9dc0-eceb84e0a13f",
"ApprovalDate": "2026-06-18T09:11:11.0228082+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c220f9c8-3c5e-47ed-b830-9d84f5a770ff",
"id": "6274c95f-f485-4400-a213-2038d7feaf1f",
"ConfigId": "f5489535-e335-4914-9407-c6e3ee42eb81"
}