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-18T23:35:57.7474359+00:00",
"SubmitDate": "2026-02-18T23:35:57.7474359+00:00",
"ReportPeriodStart": "2026-02-18T23:35:57.7474359+00:00",
"ReportPeriodEnd": "2026-02-18T23:35:57.7474359+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4627663c-ef88-4e9f-9207-c2fe34c0c1dd",
"Rows": [
{
"ItemId": "602269ae-bb69-467d-84a3-08992d7ec661",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "602269ae-bb69-467d-84a3-08992d7ec661",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4627663c-ef88-4e9f-9207-c2fe34c0c1dd",
"Rows": [
{
"ItemId": "602269ae-bb69-467d-84a3-08992d7ec661",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "602269ae-bb69-467d-84a3-08992d7ec661",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a1d232d5-7839-445e-987d-211215ab0f2d",
"fdf57a89-a003-4774-92ba-2921561a3108"
],
"Approvers": [
"d88e4cb2-1c08-487b-8460-e79f21be15d7",
"dec01b7b-3212-41f5-9885-e15e31932d36"
],
"ApprovedBy": "c2e530b2-6249-4dae-9aa9-964c3de4f206",
"ApprovalDate": "2026-02-18T23:35:57.7474359+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bb64237e-7f30-43b7-a8e7-4e0f1b15befe",
"id": "0cf6db5d-1b56-4855-8bbf-dad55463c1b5",
"ConfigId": "25e3f560-23e5-4103-be2a-be369743f21d"
}