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-20T03:36:24.7672839+00:00",
"SubmitDate": "2026-05-20T03:36:24.7672839+00:00",
"ReportPeriodStart": "2026-05-20T03:36:24.7672839+00:00",
"ReportPeriodEnd": "2026-05-20T03:36:24.7672839+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dc1ff782-0c27-4c56-b205-d0070becfcfd",
"Rows": [
{
"ItemId": "197f5665-c29c-41d2-a6bc-b0b6096c0ec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "197f5665-c29c-41d2-a6bc-b0b6096c0ec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dc1ff782-0c27-4c56-b205-d0070becfcfd",
"Rows": [
{
"ItemId": "197f5665-c29c-41d2-a6bc-b0b6096c0ec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "197f5665-c29c-41d2-a6bc-b0b6096c0ec3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a2d0da2b-4ce5-43aa-bdaa-9f0245b1c61b",
"0c168593-6279-4bb6-9dd1-c2a9739f3485"
],
"Approvers": [
"e0d877af-8b1d-431b-bf47-a7fdc90a2c3b",
"a6e88cc9-b40b-4be3-a5f4-e01b137d46e6"
],
"ApprovedBy": "e0953bf5-5f54-4bda-b1fc-93e63c7a7efe",
"ApprovalDate": "2026-05-20T03:36:24.782906+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ce64f00d-bf54-4a1c-b48b-5b7153bd291e",
"id": "7c7db4e2-a709-4235-b00c-c761671218fe",
"ConfigId": "7a486655-ee6c-47a4-aad2-d1b7b7992f62"
}