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-05-11T01:57:00.1624515+00:00",
"SubmitDate": "2026-05-11T01:57:00.1624515+00:00",
"ReportPeriodStart": "2026-05-11T01:57:00.1624515+00:00",
"ReportPeriodEnd": "2026-05-11T01:57:00.1624515+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0c45fb8f-5b1a-4d10-afbd-fa586e1b4165",
"Rows": [
{
"ItemId": "62649f05-b962-4c45-8713-58f08c00fb72",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "62649f05-b962-4c45-8713-58f08c00fb72",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0c45fb8f-5b1a-4d10-afbd-fa586e1b4165",
"Rows": [
{
"ItemId": "62649f05-b962-4c45-8713-58f08c00fb72",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "62649f05-b962-4c45-8713-58f08c00fb72",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8e653dba-f22a-4060-a092-5800d7f9dedb",
"fd8c651d-3bcb-45a7-846e-2ea563bef702"
],
"Approvers": [
"018d16d6-79f6-4aaa-b2fd-bf167b344fdd",
"db6786a3-5ff6-4b70-91f0-6a5c05d7ddb9"
],
"ApprovedBy": "02fb4696-939e-435e-a2fd-f56ffdd8eeb5",
"ApprovalDate": "2026-05-11T01:57:00.1624515+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3300db42-e7c1-4f05-a17d-e3511b01503d",
"id": "dc31a7c5-bcf3-4937-8f6f-6d4687fb91fb",
"ConfigId": "43733208-df9f-435b-9c02-72ccc1dbfc52"
}