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-06-12T04:56:04.3810587+00:00",
"SubmitDate": "2026-06-12T04:56:04.3810587+00:00",
"ReportPeriodStart": "2026-06-12T04:56:04.3810587+00:00",
"ReportPeriodEnd": "2026-06-12T04:56:04.3810587+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "397bef1b-a15c-48a0-8129-27a15f00ec0e",
"Rows": [
{
"ItemId": "c9de5543-edd7-4618-8152-c42b77b97ae4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9de5543-edd7-4618-8152-c42b77b97ae4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "397bef1b-a15c-48a0-8129-27a15f00ec0e",
"Rows": [
{
"ItemId": "c9de5543-edd7-4618-8152-c42b77b97ae4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c9de5543-edd7-4618-8152-c42b77b97ae4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c72830c8-8b6c-40c9-a45d-d23bc76505f0",
"8500c691-f950-4b5a-a040-8280ad0cf163"
],
"Approvers": [
"2351c936-9f5c-4d6b-8b90-91dbcaa50c17",
"cdc6816e-6e46-4f40-be00-59ff6847e171"
],
"ApprovedBy": "f6327214-8b2c-4594-9a88-d47318fcb932",
"ApprovalDate": "2026-06-12T04:56:04.3810587+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "148c231a-89eb-49b1-8877-c2cf1d8f3316",
"id": "d8f911b5-2e81-40f6-bf4b-9b1731cedd4f",
"ConfigId": "202eb0f8-3f14-46ae-90f4-09258b368573"
}