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-21T04:40:12.184434+00:00",
"SubmitDate": "2026-05-21T04:40:12.184434+00:00",
"ReportPeriodStart": "2026-05-21T04:40:12.184434+00:00",
"ReportPeriodEnd": "2026-05-21T04:40:12.184434+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a633c73-7ec1-4acc-a110-f7e223c4bcc2",
"Rows": [
{
"ItemId": "1a500680-326c-4d2f-ab96-6469076d4c4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1a500680-326c-4d2f-ab96-6469076d4c4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a633c73-7ec1-4acc-a110-f7e223c4bcc2",
"Rows": [
{
"ItemId": "1a500680-326c-4d2f-ab96-6469076d4c4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1a500680-326c-4d2f-ab96-6469076d4c4f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"27a5f0a8-27ef-4608-bc40-0ce4f3613515",
"83729595-3ce5-4f20-a809-992273a1da45"
],
"Approvers": [
"946b4b80-2194-4d1a-84f1-b1c46f9d2305",
"f323af5a-884b-4770-b75e-a6753854dd69"
],
"ApprovedBy": "0f68675e-4d30-437b-be1c-abd2508744e1",
"ApprovalDate": "2026-05-21T04:40:12.200044+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d5dbddb-e17c-491d-ac32-809c57c45d0f",
"id": "d033a83d-db2b-4f12-ac61-f199aee328a1",
"ConfigId": "7e95a58b-5809-43d6-937e-0e4ef822cc4e"
}