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-07T10:35:01.7516612+00:00",
"SubmitDate": "2025-12-07T10:35:01.7516612+00:00",
"ReportPeriodStart": "2025-12-07T10:35:01.7516612+00:00",
"ReportPeriodEnd": "2025-12-07T10:35:01.7516612+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "92cda628-f9c9-4617-ae0c-b9181218d2c3",
"Rows": [
{
"ItemId": "0238dcd6-7f2a-45af-a876-17435276ebe8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0238dcd6-7f2a-45af-a876-17435276ebe8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "92cda628-f9c9-4617-ae0c-b9181218d2c3",
"Rows": [
{
"ItemId": "0238dcd6-7f2a-45af-a876-17435276ebe8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0238dcd6-7f2a-45af-a876-17435276ebe8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ad783a8c-eafe-4d77-a1a5-0d9071c7592e",
"3e331a3c-a909-492d-83e3-606ad7737ce3"
],
"Approvers": [
"c84596a0-4875-473d-ae33-4484e83631ab",
"f8679c1a-f39e-4079-a9d7-42e6cc720f7c"
],
"ApprovedBy": "bb328d43-573b-47a4-9d77-128604a4c47a",
"ApprovalDate": "2025-12-07T10:35:01.7516612+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "22384332-bc0b-4099-85f3-dbba5ba114a6",
"id": "6f08b56f-76a5-4036-af86-b2559033c26a",
"ConfigId": "6ec85c5c-760e-4ae7-b6ad-aadb4cf9e9b8"
}