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-05-06T06:41:52.1093326+00:00",
"SubmitDate": "2026-05-06T06:41:52.1093326+00:00",
"ReportPeriodStart": "2026-05-06T06:41:52.1093326+00:00",
"ReportPeriodEnd": "2026-05-06T06:41:52.1093326+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5d0f1c72-7907-4eab-b66f-3c900daf203b",
"Rows": [
{
"ItemId": "fb79bda1-5a0c-4388-ad33-5d9526c372ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fb79bda1-5a0c-4388-ad33-5d9526c372ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5d0f1c72-7907-4eab-b66f-3c900daf203b",
"Rows": [
{
"ItemId": "fb79bda1-5a0c-4388-ad33-5d9526c372ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fb79bda1-5a0c-4388-ad33-5d9526c372ea",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f3164dd0-8ea8-447d-92a1-a7722204855e",
"b879d027-a5b1-4beb-8bb6-5e66a3157e1e"
],
"Approvers": [
"ed2a3c44-dd7f-4933-ba0d-19c8fb223ce4",
"d46f8570-3340-41e7-ad36-379c977583fa"
],
"ApprovedBy": "a5cf1f40-744c-46f3-b55d-6a6c31771a54",
"ApprovalDate": "2026-05-06T06:41:52.1093326+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f6d03df3-07ba-4938-982a-4ace4807270c",
"id": "389be152-d481-488c-abad-eb3e89fddba2",
"ConfigId": "735a5712-5c33-4b62-8870-fd7e16d93558"
}