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-04-29T11:22:31.1390363+00:00",
"SubmitDate": "2026-04-29T11:22:31.1390363+00:00",
"ReportPeriodStart": "2026-04-29T11:22:31.1390363+00:00",
"ReportPeriodEnd": "2026-04-29T11:22:31.1390363+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe856f08-c53e-482f-8277-0f2d8ba6e4fa",
"Rows": [
{
"ItemId": "9f82976f-1f50-4201-b7d2-4f4d687d6333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f82976f-1f50-4201-b7d2-4f4d687d6333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe856f08-c53e-482f-8277-0f2d8ba6e4fa",
"Rows": [
{
"ItemId": "9f82976f-1f50-4201-b7d2-4f4d687d6333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f82976f-1f50-4201-b7d2-4f4d687d6333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d4bff034-362b-4118-90ff-a51d1810bcde",
"2d887f0a-9757-4986-ab95-e33ab4d28292"
],
"Approvers": [
"dc82e684-f200-47bf-b2e6-f122d1b5fa62",
"b44c0159-68c9-4a2a-916f-4a4359d6e9a0"
],
"ApprovedBy": "235d0e3a-e547-406f-9f68-59006bac90fa",
"ApprovalDate": "2026-04-29T11:22:31.1390363+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "55682ef6-9d52-42fc-b46e-582854ca6889",
"id": "bee42884-b8aa-4e75-b2ff-5fc28e6f96ef",
"ConfigId": "6b85b02c-e7ca-4ee3-8f63-03214d12a138"
}