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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-08-21T09:14:01.5483444+00:00",
"SubmitDate": "2026-08-21T09:14:01.5483444+00:00",
"ReportPeriodStart": "2026-08-21T09:14:01.5483444+00:00",
"ReportPeriodEnd": "2026-08-21T09:14:01.5483444+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d575918a-0809-4466-8006-0f7e755a62a4",
"Rows": [
{
"ItemId": "6a96a71f-df38-4989-9199-f2f34e7c3f39",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6a96a71f-df38-4989-9199-f2f34e7c3f39",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d575918a-0809-4466-8006-0f7e755a62a4",
"Rows": [
{
"ItemId": "6a96a71f-df38-4989-9199-f2f34e7c3f39",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6a96a71f-df38-4989-9199-f2f34e7c3f39",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e2220873-96ed-4d1a-9ecb-e24a75de7965",
"ddd5d33a-8ce9-4db0-ac50-eff98a924f00"
],
"Approvers": [
"d4ab9ab1-0023-4ae9-9803-01143dec47cf",
"a72983c0-8121-4ce4-8a6b-6a1bfdff470e"
],
"ApprovedBy": "dc47e1a1-1cae-4c07-b41b-9e9bbd636333",
"ApprovalDate": "2026-08-21T09:14:01.5483444+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "41ac7e78-5c58-4780-81c0-a8f2ff670482",
"WorkPlanId": "dab608cd-2e52-4519-ad00-7e44fc1ffe76",
"id": "50e84b19-a09a-4e45-866c-80b0d1ae04aa",
"ConfigId": "ce595cc0-5902-441c-b9d9-4954e8a184a0"
}