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-16T17:45:26.6336792+00:00",
"SubmitDate": "2026-01-16T17:45:26.6336792+00:00",
"ReportPeriodStart": "2026-01-16T17:45:26.6336792+00:00",
"ReportPeriodEnd": "2026-01-16T17:45:26.6336792+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8896c3e5-0825-4c6f-91c3-a44f46427ac0",
"Rows": [
{
"ItemId": "57dcc839-dbc3-43cf-bcae-e54779e0446d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57dcc839-dbc3-43cf-bcae-e54779e0446d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8896c3e5-0825-4c6f-91c3-a44f46427ac0",
"Rows": [
{
"ItemId": "57dcc839-dbc3-43cf-bcae-e54779e0446d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57dcc839-dbc3-43cf-bcae-e54779e0446d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e5ccb48e-9600-4697-a4f7-27622e449996",
"51dbd107-7cd7-4fef-acfd-4684d1db4f83"
],
"Approvers": [
"4655ca73-2262-4f2d-9650-8ee77ff9a19a",
"e7a35706-aa96-460e-9a70-6ee6ef84538a"
],
"ApprovedBy": "d1dcb85a-6707-4c18-89ed-05388007a9de",
"ApprovalDate": "2026-01-16T17:45:26.6336792+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c432fdbb-e18d-44bf-ac16-97002f43475b",
"id": "8870e03d-7d06-4618-8683-25d3d25519bd",
"ConfigId": "61d0dd77-b402-4fb8-b111-8d482046cd4e"
}