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-06-07T04:02:50.5819608+00:00",
"SubmitDate": "2026-06-07T04:02:50.5819608+00:00",
"ReportPeriodStart": "2026-06-07T04:02:50.5819608+00:00",
"ReportPeriodEnd": "2026-06-07T04:02:50.5819608+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8c8f789f-44cd-4a1e-87e9-68ff10289f83",
"Rows": [
{
"ItemId": "e62beb4c-c28f-45e6-af2e-a8cb6f38c89c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e62beb4c-c28f-45e6-af2e-a8cb6f38c89c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8c8f789f-44cd-4a1e-87e9-68ff10289f83",
"Rows": [
{
"ItemId": "e62beb4c-c28f-45e6-af2e-a8cb6f38c89c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e62beb4c-c28f-45e6-af2e-a8cb6f38c89c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2941363b-744e-46a1-b68c-88d5059378ea",
"630eeb76-9032-4bd1-8ca3-2bb931f85b14"
],
"Approvers": [
"05f9ece2-e1f0-4ac2-9141-f345e4f85b4c",
"34ef95d5-280f-498c-8feb-73e1dd732914"
],
"ApprovedBy": "04903d77-19bc-4bdb-9eaa-1001070adfee",
"ApprovalDate": "2026-06-07T04:02:50.5819608+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "48e3b836-da5f-4cbc-bc9d-cddf5baa542c",
"id": "02b69ed0-cff7-441f-b484-0f4a0d1d444a",
"ConfigId": "5f4d7a51-ae2e-43fb-8185-a66b4a652dcb"
}