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-05-09T23:13:02.148371+00:00",
"SubmitDate": "2026-05-09T23:13:02.148371+00:00",
"ReportPeriodStart": "2026-05-09T23:13:02.148371+00:00",
"ReportPeriodEnd": "2026-05-09T23:13:02.148371+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "58f13d48-e778-452a-a12d-17d853255cf4",
"Rows": [
{
"ItemId": "71901b35-eb57-4f25-9a9f-ad1c1c9e693c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71901b35-eb57-4f25-9a9f-ad1c1c9e693c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "58f13d48-e778-452a-a12d-17d853255cf4",
"Rows": [
{
"ItemId": "71901b35-eb57-4f25-9a9f-ad1c1c9e693c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71901b35-eb57-4f25-9a9f-ad1c1c9e693c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f954bf70-0d94-4115-a641-4f9693abc029",
"b91701f4-7af0-44d4-afdb-47959d7d1bfb"
],
"Approvers": [
"b2b39fac-bfcc-4169-9650-24aec87e740a",
"bfde338a-c8cb-424e-96b9-b4b437395aae"
],
"ApprovedBy": "2092b150-ed7a-4b64-9505-1637528efccc",
"ApprovalDate": "2026-05-09T23:13:02.148371+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "88262108-4aff-45ed-8e1d-e3d99a40e5f1",
"id": "ee68b1c6-58d1-4dde-9275-65a523e62c66",
"ConfigId": "83eafdea-2fca-43fb-89d0-37025cf2a9f8"
}