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-13T01:39:19.6192486+00:00",
"SubmitDate": "2025-12-13T01:39:19.6192486+00:00",
"ReportPeriodStart": "2025-12-13T01:39:19.6192486+00:00",
"ReportPeriodEnd": "2025-12-13T01:39:19.6192486+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "56b88102-1af5-4a53-88e8-a4d2d9d833d8",
"Rows": [
{
"ItemId": "3dddcf46-a242-41c6-9998-39410cfce602",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3dddcf46-a242-41c6-9998-39410cfce602",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "56b88102-1af5-4a53-88e8-a4d2d9d833d8",
"Rows": [
{
"ItemId": "3dddcf46-a242-41c6-9998-39410cfce602",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3dddcf46-a242-41c6-9998-39410cfce602",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"08c7f34c-bcd1-4f2d-8d17-313991ed2f17",
"347032f2-b46a-4bca-aa06-5cebb3e7a76e"
],
"Approvers": [
"e69bba01-8fb3-4c77-abde-2512b2ac5d9a",
"e178ff8a-cfbc-4fe1-a2b9-4fb708648af1"
],
"ApprovedBy": "d1fb609b-1732-4f1b-a4c4-3bedc3e5546d",
"ApprovalDate": "2025-12-13T01:39:19.6192486+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bfe38685-de22-4e94-8da3-3af5e7eec662",
"id": "d24210c3-0452-4bdc-bc7e-d95463a2f112",
"ConfigId": "19e51dcc-a4bb-4796-82f1-f2b9d6682738"
}