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": "2025-11-29T11:37:20.599766+00:00",
"SubmitDate": "2025-11-29T11:37:20.599766+00:00",
"ReportPeriodStart": "2025-11-29T11:37:20.599766+00:00",
"ReportPeriodEnd": "2025-11-29T11:37:20.599766+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3c285085-4cfd-4424-a1ff-481b67fdab5b",
"Rows": [
{
"ItemId": "a59207c6-d011-4db4-ae02-20a5af890e80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a59207c6-d011-4db4-ae02-20a5af890e80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3c285085-4cfd-4424-a1ff-481b67fdab5b",
"Rows": [
{
"ItemId": "a59207c6-d011-4db4-ae02-20a5af890e80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a59207c6-d011-4db4-ae02-20a5af890e80",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"621a1a67-9967-4931-815b-5189d5e3dfcc",
"11469dc1-b101-4987-aa2d-e640a296eecc"
],
"Approvers": [
"e0f046ab-897d-4760-a1f2-373277f51fd0",
"89cf2d43-a091-47d6-bb8a-f9fdf9808221"
],
"ApprovedBy": "1fad3f7b-26b5-4123-a7c4-9843959d6836",
"ApprovalDate": "2025-11-29T11:37:20.599766+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f3e5c049-3fb3-4edd-ae8e-cb9f9bbb7580",
"id": "83672806-6b52-4218-84ff-38ea9afee594",
"ConfigId": "52aadde9-0ae4-4eab-803b-12931adde0fa"
}