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-11-21T11:51:24.0796106+00:00",
"SubmitDate": "2025-11-21T11:51:24.0796106+00:00",
"ReportPeriodStart": "2025-11-21T11:51:24.0796106+00:00",
"ReportPeriodEnd": "2025-11-21T11:51:24.0796106+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e579e0ae-daab-4f3b-b0b4-cec9b5acb185",
"Rows": [
{
"ItemId": "9eadcbfd-bd05-429b-a680-24560c4e45fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9eadcbfd-bd05-429b-a680-24560c4e45fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e579e0ae-daab-4f3b-b0b4-cec9b5acb185",
"Rows": [
{
"ItemId": "9eadcbfd-bd05-429b-a680-24560c4e45fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9eadcbfd-bd05-429b-a680-24560c4e45fc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"923aa35e-6820-4e03-9005-e641912214b9",
"061347ba-a1b7-426d-be2d-9edecbae6757"
],
"Approvers": [
"69149b5e-97ee-476f-a86f-28ab5908b1e5",
"438cbc6b-cfad-4888-96d5-1a4dc0bd9254"
],
"ApprovedBy": "6b246f12-8e36-4a8b-9215-a4c1cb9c5cb3",
"ApprovalDate": "2025-11-21T11:51:24.0952369+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a799d238-4cf8-4ba6-bb98-bf1d072eb980",
"id": "ed9ccad7-bd98-444b-ad6f-831311f19161",
"ConfigId": "69246707-87b2-4e7c-8449-7bb082e54c6f"
}