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-21T10:45:09.023233+00:00",
"SubmitDate": "2026-06-21T10:45:09.023233+00:00",
"ReportPeriodStart": "2026-06-21T10:45:09.023233+00:00",
"ReportPeriodEnd": "2026-06-21T10:45:09.023233+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "de84b562-b2e6-440e-beca-477faffb3df9",
"Rows": [
{
"ItemId": "7a4359d6-9da3-488d-b884-d1fec4ae97fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7a4359d6-9da3-488d-b884-d1fec4ae97fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "de84b562-b2e6-440e-beca-477faffb3df9",
"Rows": [
{
"ItemId": "7a4359d6-9da3-488d-b884-d1fec4ae97fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7a4359d6-9da3-488d-b884-d1fec4ae97fb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"53657a4a-fbef-4bca-8df4-23909d5bafaf",
"c643c0c7-fd97-4578-8576-b06660ec24f5"
],
"Approvers": [
"4fd047b8-d4bf-4dfb-b3cf-ea36c1ed798f",
"aafb9f19-e93f-4330-be7c-27efb65678f6"
],
"ApprovedBy": "6bbbd45d-1341-4afc-86e6-f797e1e46d16",
"ApprovalDate": "2026-06-21T10:45:09.023233+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "78d90db3-bd94-417f-8a24-47620bb0ef82",
"id": "0ffca440-b9b1-4633-b9d1-051f3ec9e0f2",
"ConfigId": "f84ef101-4e26-44ef-9ba2-e365ccae7632"
}