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": "2025-11-19T18:55:20.1520761+00:00",
"SubmitDate": "2025-11-19T18:55:20.1520761+00:00",
"ReportPeriodStart": "2025-11-19T18:55:20.1520761+00:00",
"ReportPeriodEnd": "2025-11-19T18:55:20.1520761+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f1807ab3-5f8d-46e3-9b89-aaf71f0d97bf",
"Rows": [
{
"ItemId": "2feb28a7-c43c-4df5-b956-9b1752481601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2feb28a7-c43c-4df5-b956-9b1752481601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f1807ab3-5f8d-46e3-9b89-aaf71f0d97bf",
"Rows": [
{
"ItemId": "2feb28a7-c43c-4df5-b956-9b1752481601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2feb28a7-c43c-4df5-b956-9b1752481601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f56d48f3-30dd-4293-a835-6113a01dd263",
"c3221146-4f77-4c90-84cc-c374c9682834"
],
"Approvers": [
"24a50b90-bd5b-426c-b82d-f6d89384d9fd",
"adfb500a-1640-4124-ac5f-4a9d8dc33431"
],
"ApprovedBy": "25b5cd53-ff7c-4e18-b989-8e2aa1c3266a",
"ApprovalDate": "2025-11-19T18:55:20.1520761+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "30239d21-0b3f-41cd-8817-8b499b15ab7f",
"id": "ab3afd73-db7e-4546-96b8-f63521e94722",
"ConfigId": "39515dee-a2f5-4e9d-ac05-a7eea4ed660d"
}