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-05-14T07:09:27.4100438+00:00",
"SubmitDate": "2026-05-14T07:09:27.4100438+00:00",
"ReportPeriodStart": "2026-05-14T07:09:27.4100438+00:00",
"ReportPeriodEnd": "2026-05-14T07:09:27.4100438+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6d2d9ae1-a050-47c0-8915-aa1ee253a7bc",
"Rows": [
{
"ItemId": "e4269586-f3e3-40cf-8792-6077ea83c6ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e4269586-f3e3-40cf-8792-6077ea83c6ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6d2d9ae1-a050-47c0-8915-aa1ee253a7bc",
"Rows": [
{
"ItemId": "e4269586-f3e3-40cf-8792-6077ea83c6ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e4269586-f3e3-40cf-8792-6077ea83c6ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ba50a17b-a3bf-49ac-a74e-292843dcf22d",
"d559cdd1-550a-436f-853a-1a27bc9b3246"
],
"Approvers": [
"f9a0109f-5a22-45fd-8d72-b17ffe9898da",
"e508dd64-0083-4b88-a487-7763d8ea3338"
],
"ApprovedBy": "72e48b68-9cc8-4f18-9a1c-c3f63d906d0a",
"ApprovalDate": "2026-05-14T07:09:27.4100438+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ca38817c-4db5-45bf-9b89-f7612ac01cd1",
"id": "f40bbef4-a0bb-4a70-beee-8ebf4a443876",
"ConfigId": "888b19f1-e5ca-4deb-9423-04a84c566b3b"
}