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-11T10:00:03.9125005+00:00",
"SubmitDate": "2026-02-11T10:00:03.9125005+00:00",
"ReportPeriodStart": "2026-02-11T10:00:03.9125005+00:00",
"ReportPeriodEnd": "2026-02-11T10:00:03.9125005+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "56572f66-0eaa-4df3-9935-408c7948f473",
"Rows": [
{
"ItemId": "ddbd1928-deb1-4881-a1c8-e66a268af21a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ddbd1928-deb1-4881-a1c8-e66a268af21a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "56572f66-0eaa-4df3-9935-408c7948f473",
"Rows": [
{
"ItemId": "ddbd1928-deb1-4881-a1c8-e66a268af21a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ddbd1928-deb1-4881-a1c8-e66a268af21a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"77063766-f17d-41c8-a1e0-7c49cba3dc1c",
"0786cad5-ae58-47d6-8d66-09425b6ca7a3"
],
"Approvers": [
"32a5b9da-2d3b-46ba-b839-e398d352c2cb",
"3a68ea5b-5fe4-4ada-ae22-9f58668a78f8"
],
"ApprovedBy": "dafc1d4b-745c-4b82-bdc1-a58cee273676",
"ApprovalDate": "2026-02-11T10:00:03.9125005+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d80eb18d-e9c1-48ae-b3a7-9452a460797c",
"id": "6f98c3f7-880c-42ca-a5aa-d6a4a30541aa",
"ConfigId": "70e9ef12-9e7a-4994-8a11-c84fe90eb246"
}