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-01-07T03:59:16.9424469+00:00",
"SubmitDate": "2026-01-07T03:59:16.9424469+00:00",
"ReportPeriodStart": "2026-01-07T03:59:16.9424469+00:00",
"ReportPeriodEnd": "2026-01-07T03:59:16.9424469+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5a73abc4-6a6d-4845-9701-798e343c8de2",
"Rows": [
{
"ItemId": "a19c6eed-7c76-4223-95bc-cb32e8d5a8e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a19c6eed-7c76-4223-95bc-cb32e8d5a8e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5a73abc4-6a6d-4845-9701-798e343c8de2",
"Rows": [
{
"ItemId": "a19c6eed-7c76-4223-95bc-cb32e8d5a8e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a19c6eed-7c76-4223-95bc-cb32e8d5a8e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c3892abc-d789-4fc4-9902-bbf09ee9d592",
"f90c29c3-9379-4d25-90e5-76d278a7b198"
],
"Approvers": [
"b23c1be5-e910-481d-9498-74e0c72c3a7a",
"f943069d-52b3-4b72-8cfb-a4ce3b416904"
],
"ApprovedBy": "de9da25b-b57d-4db9-be12-e5c9327d9f06",
"ApprovalDate": "2026-01-07T03:59:16.9424469+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "45835c33-ab96-4990-b261-759f7950c6f7",
"id": "29673eaf-811b-461d-8233-0b57067b17a8",
"ConfigId": "61571264-512b-4f5e-9714-a444c66b7fa1"
}