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-25T00:43:11.588921+00:00",
"SubmitDate": "2026-02-25T00:43:11.588921+00:00",
"ReportPeriodStart": "2026-02-25T00:43:11.588921+00:00",
"ReportPeriodEnd": "2026-02-25T00:43:11.588921+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bb34cf45-b678-48ee-8b0f-54cc48d4b3ad",
"Rows": [
{
"ItemId": "ea91b5f3-78e2-4267-9654-61ebed79f6b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea91b5f3-78e2-4267-9654-61ebed79f6b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bb34cf45-b678-48ee-8b0f-54cc48d4b3ad",
"Rows": [
{
"ItemId": "ea91b5f3-78e2-4267-9654-61ebed79f6b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ea91b5f3-78e2-4267-9654-61ebed79f6b7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"eac4ab78-d581-4732-8cf6-cb2a30c7f6b7",
"d313cd65-e91b-4058-ad30-527e6096400c"
],
"Approvers": [
"2e86b480-1d04-41d4-9bfb-72163dde91c1",
"7965ffcc-9503-4937-b956-6efdb6433c04"
],
"ApprovedBy": "5ea22de4-9927-4387-b6aa-5125b526fa6b",
"ApprovalDate": "2026-02-25T00:43:11.588921+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8df22ab8-92b5-45e8-851b-1f6834ea49fc",
"id": "6ae653f3-f39b-4732-9bdb-74f8f3bd0bb3",
"ConfigId": "dcd4072e-58e2-49ef-89ea-9ec186d596c4"
}