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": "2025-11-25T23:15:39.8304405+00:00",
"SubmitDate": "2025-11-25T23:15:39.8304405+00:00",
"ReportPeriodStart": "2025-11-25T23:15:39.8304405+00:00",
"ReportPeriodEnd": "2025-11-25T23:15:39.8304405+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fa74dd03-189e-4c7d-9335-8580889d8a20",
"Rows": [
{
"ItemId": "61aaad1a-126a-42a7-9a06-4b7f9c17359b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "61aaad1a-126a-42a7-9a06-4b7f9c17359b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fa74dd03-189e-4c7d-9335-8580889d8a20",
"Rows": [
{
"ItemId": "61aaad1a-126a-42a7-9a06-4b7f9c17359b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "61aaad1a-126a-42a7-9a06-4b7f9c17359b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d5249ff0-ae52-4341-adf5-fac760d9d447",
"15b3de06-f5b3-462a-ad21-60fb6b37bc7a"
],
"Approvers": [
"5c8a7bf4-7923-43f4-96f9-792b23b43024",
"ed992d53-f0d3-4ce8-adcf-3f1b8ced6f42"
],
"ApprovedBy": "89adf8c1-81bb-4e83-a1ec-981ad01c3839",
"ApprovalDate": "2025-11-25T23:15:39.8460459+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "833e22b2-ff5c-44aa-95d2-43e8a908e920",
"id": "7db8f84e-6f05-490c-a370-418a783f38d7",
"ConfigId": "bd1ea9be-144a-4ed0-b4d5-8b6360248750"
}