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-06T15:47:20.4030795+00:00",
"SubmitDate": "2025-12-06T15:47:20.4030795+00:00",
"ReportPeriodStart": "2025-12-06T15:47:20.4030795+00:00",
"ReportPeriodEnd": "2025-12-06T15:47:20.4030795+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "178e3659-5462-42a5-919c-d87381a02fe3",
"Rows": [
{
"ItemId": "040fffa5-0cf9-4f2b-896d-504b51b14077",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "040fffa5-0cf9-4f2b-896d-504b51b14077",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "178e3659-5462-42a5-919c-d87381a02fe3",
"Rows": [
{
"ItemId": "040fffa5-0cf9-4f2b-896d-504b51b14077",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "040fffa5-0cf9-4f2b-896d-504b51b14077",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"524e57bf-2d4e-464c-ae2d-f0f45f19b8e2",
"c967986f-878f-47ad-b69c-5924f07e18f2"
],
"Approvers": [
"e8ffae80-4dd8-4179-8439-661e6e52fdba",
"12436fc4-c34c-4013-bae5-c85ede08f4cf"
],
"ApprovedBy": "0e25c6e7-2998-4a1c-8a11-e328f32e2cac",
"ApprovalDate": "2025-12-06T15:47:20.4030795+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "382d322e-e9a7-41f8-bcc9-589d107f681a",
"id": "b065e8d8-77e3-4d58-ad10-7a880e9f19d0",
"ConfigId": "3f15c74b-704d-4cc5-b1b4-0e626ff0779c"
}