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-12T22:30:23.2576728+00:00",
"SubmitDate": "2026-05-12T22:30:23.2576728+00:00",
"ReportPeriodStart": "2026-05-12T22:30:23.2576728+00:00",
"ReportPeriodEnd": "2026-05-12T22:30:23.2576728+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fc21e000-fb1d-4a00-ba8b-9e7025776190",
"Rows": [
{
"ItemId": "6db838fa-65ee-4d43-ad39-69517e255071",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6db838fa-65ee-4d43-ad39-69517e255071",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fc21e000-fb1d-4a00-ba8b-9e7025776190",
"Rows": [
{
"ItemId": "6db838fa-65ee-4d43-ad39-69517e255071",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6db838fa-65ee-4d43-ad39-69517e255071",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"efed5da2-bee6-4a5a-b3b0-3755485c5f42",
"44e0442e-b5f4-45e9-8a56-d54fc85d6a4b"
],
"Approvers": [
"2a714924-c5d1-4ac7-a84b-b63ca1bfd67c",
"3194a045-25bd-4130-aca3-836c7a0d32f0"
],
"ApprovedBy": "a3b4017d-5821-468f-af35-75ce6c44cd36",
"ApprovalDate": "2026-05-12T22:30:23.2576728+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c10c9e35-d883-44ea-8a0e-fd7f4681110b",
"id": "f8114baa-c5bc-4d3a-8261-7e55c5e1110c",
"ConfigId": "a923608d-2bf7-43f2-b5a2-d69ac51dd41f"
}