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-12-01T20:05:39.6784176+00:00",
"SubmitDate": "2025-12-01T20:05:39.6784176+00:00",
"ReportPeriodStart": "2025-12-01T20:05:39.6784176+00:00",
"ReportPeriodEnd": "2025-12-01T20:05:39.6784176+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6ae51f63-e525-4cda-a4d1-e4e41f3b02fa",
"Rows": [
{
"ItemId": "a4e395e9-a73e-4af2-ad3a-1ae850e1d102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4e395e9-a73e-4af2-ad3a-1ae850e1d102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6ae51f63-e525-4cda-a4d1-e4e41f3b02fa",
"Rows": [
{
"ItemId": "a4e395e9-a73e-4af2-ad3a-1ae850e1d102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4e395e9-a73e-4af2-ad3a-1ae850e1d102",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0894f091-74bc-437a-96dd-ad8dc234a410",
"5dbd2c06-b623-4fb5-bd36-6adcca1f7877"
],
"Approvers": [
"b1917201-e195-4fe2-8eed-cb6820898329",
"ffe51802-f8e5-47fa-bca8-4b5c02fd24fe"
],
"ApprovedBy": "7278c317-644d-498a-b200-3ccb4548412c",
"ApprovalDate": "2025-12-01T20:05:39.6784176+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "43bed796-e1ea-4a5c-a0d3-0ec54a422944",
"id": "b1a186f3-8463-44af-9b47-6f49050eb7fb",
"ConfigId": "e008fb88-5c07-470c-9845-062e44dff02b"
}