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-02-25T13:45:25.6019372+00:00",
"SubmitDate": "2026-02-25T13:45:25.6019372+00:00",
"ReportPeriodStart": "2026-02-25T13:45:25.6019372+00:00",
"ReportPeriodEnd": "2026-02-25T13:45:25.6019372+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "800849fe-59ed-48ec-b453-809eb533b4bf",
"Rows": [
{
"ItemId": "566ee54e-19d6-40b5-9487-d9c55a34b122",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "566ee54e-19d6-40b5-9487-d9c55a34b122",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "800849fe-59ed-48ec-b453-809eb533b4bf",
"Rows": [
{
"ItemId": "566ee54e-19d6-40b5-9487-d9c55a34b122",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "566ee54e-19d6-40b5-9487-d9c55a34b122",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f61e3910-9e70-48c4-a200-c2c053cb3db4",
"95962d48-0cd4-4cef-927b-e5bc2fbdfa0e"
],
"Approvers": [
"9ed04973-2757-43e2-8426-db94d5ea615a",
"082172a3-e22b-4799-8f95-c9e65fa4ee16"
],
"ApprovedBy": "0879dce5-2ac1-43ef-b013-82842269cb7e",
"ApprovalDate": "2026-02-25T13:45:25.6019372+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "71e69e75-2f09-4278-af54-eac21110c893",
"id": "75bcac9c-e1cd-4f1e-8377-50fecb7d1f72",
"ConfigId": "8ce7fa67-d8c4-497f-ab19-05e82957bf53"
}