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-12-17T20:33:03.4364909+00:00",
"SubmitDate": "2025-12-17T20:33:03.4364909+00:00",
"ReportPeriodStart": "2025-12-17T20:33:03.4364909+00:00",
"ReportPeriodEnd": "2025-12-17T20:33:03.4364909+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "96d5c54a-aca4-4450-bb1e-76e714af50e0",
"Rows": [
{
"ItemId": "160caa0a-e669-4ef8-8627-2a49b15ce088",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "160caa0a-e669-4ef8-8627-2a49b15ce088",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "96d5c54a-aca4-4450-bb1e-76e714af50e0",
"Rows": [
{
"ItemId": "160caa0a-e669-4ef8-8627-2a49b15ce088",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "160caa0a-e669-4ef8-8627-2a49b15ce088",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"179f4b04-02e0-4e3a-89a8-842e1141c842",
"066176d9-7cc0-4def-b48e-ffe18abf291d"
],
"Approvers": [
"a2b5c7ff-55cc-4584-b02d-bf48f2857b3f",
"d5c4c770-b6ab-481a-bc92-0e71bc692e68"
],
"ApprovedBy": "1c1f5bb8-7d7f-4b6b-a494-ab8a6a7ddcf3",
"ApprovalDate": "2025-12-17T20:33:03.4364909+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "aa908c5e-68ec-478a-ac9b-beb2313501e7",
"id": "f96a1e35-7f24-4fb4-8c9f-e2527befd0a2",
"ConfigId": "81397152-d42e-4559-acfc-72e051395a85"
}