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-01-17T01:15:26.7057657+00:00",
"SubmitDate": "2026-01-17T01:15:26.7057657+00:00",
"ReportPeriodStart": "2026-01-17T01:15:26.7057657+00:00",
"ReportPeriodEnd": "2026-01-17T01:15:26.7057657+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "12cf8ec0-5c2e-4d90-81af-3c2f6b183bec",
"Rows": [
{
"ItemId": "0773d97f-9676-4a9b-b814-87c621cfc9f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0773d97f-9676-4a9b-b814-87c621cfc9f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "12cf8ec0-5c2e-4d90-81af-3c2f6b183bec",
"Rows": [
{
"ItemId": "0773d97f-9676-4a9b-b814-87c621cfc9f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0773d97f-9676-4a9b-b814-87c621cfc9f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"add6d717-21fc-47ad-bc04-e703a77c6dcb",
"f2a1ae42-4416-4048-b2b3-aa80453c9a3d"
],
"Approvers": [
"5e2f5e6e-e32a-446d-b1e8-91a6d288bfa5",
"3657bdc0-33fb-4eb2-b9b7-2a19c81eb8d4"
],
"ApprovedBy": "4cd6112b-a14f-415b-b078-1a3478badfb8",
"ApprovalDate": "2026-01-17T01:15:26.7057657+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d6f9c8e5-5a98-402c-83d4-13cf44b3bce7",
"id": "3fac1b06-bf66-4f03-86ac-040866360473",
"ConfigId": "709ff7eb-9ba1-4980-94d4-4a2dc84fa668"
}