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-15T08:00:46.1619421+00:00",
"SubmitDate": "2026-06-15T08:00:46.1619421+00:00",
"ReportPeriodStart": "2026-06-15T08:00:46.1619421+00:00",
"ReportPeriodEnd": "2026-06-15T08:00:46.1619421+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4dafbc20-9bb5-4896-a9a1-c4a1d854237d",
"Rows": [
{
"ItemId": "ddd8bfc3-8d8b-4f1d-88fb-1bbefd6b7e7e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ddd8bfc3-8d8b-4f1d-88fb-1bbefd6b7e7e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4dafbc20-9bb5-4896-a9a1-c4a1d854237d",
"Rows": [
{
"ItemId": "ddd8bfc3-8d8b-4f1d-88fb-1bbefd6b7e7e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ddd8bfc3-8d8b-4f1d-88fb-1bbefd6b7e7e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d86bfa00-f8a2-46bf-82be-1667060a2f80",
"f1afd889-9180-47c7-8a88-e939b7b27e4c"
],
"Approvers": [
"7e464fd5-1787-4088-9a6a-6f58902d5ef9",
"a4399fd5-e90c-4d1e-8bfd-6efad04999d6"
],
"ApprovedBy": "7f188341-01fc-4fff-887d-fdc649606e90",
"ApprovalDate": "2026-06-15T08:00:46.1619421+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e12d71b4-d557-4b4e-b638-f96eee62add5",
"id": "884d0a6c-fc7a-41c8-a42d-dc181372802d",
"ConfigId": "568221af-b528-46d5-adc6-629c669fc839"
}