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-18T03:46:39.6541093+00:00",
"SubmitDate": "2026-01-18T03:46:39.6541093+00:00",
"ReportPeriodStart": "2026-01-18T03:46:39.6541093+00:00",
"ReportPeriodEnd": "2026-01-18T03:46:39.6541093+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "373a4d02-bbf4-48a9-bdfd-b4bce4d87640",
"Rows": [
{
"ItemId": "203e47fc-041c-4742-bd30-94d0a5da91e7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "203e47fc-041c-4742-bd30-94d0a5da91e7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "373a4d02-bbf4-48a9-bdfd-b4bce4d87640",
"Rows": [
{
"ItemId": "203e47fc-041c-4742-bd30-94d0a5da91e7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "203e47fc-041c-4742-bd30-94d0a5da91e7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7d553d25-34be-4f08-a0a2-a60a29af7d26",
"b7390926-f1fd-4a72-8c6c-d551bfc1b377"
],
"Approvers": [
"6d5f9462-2cde-41a4-a8d4-42a8d6a73e8e",
"15adc341-e539-40a2-8aff-e59ab74e1f3c"
],
"ApprovedBy": "d031f4a2-5a2c-4e16-8364-e079498e85bd",
"ApprovalDate": "2026-01-18T03:46:39.6541093+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e8e21d45-547f-4ab2-a858-2453c820baf2",
"id": "18ea9ee7-f972-475c-ba25-0e3c7b7dee1a",
"ConfigId": "8a533923-d4ea-41d2-8c1b-e2b16bc06402"
}