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-12-16T15:32:57.8712382+00:00",
"SubmitDate": "2025-12-16T15:32:57.8712382+00:00",
"ReportPeriodStart": "2025-12-16T15:32:57.8712382+00:00",
"ReportPeriodEnd": "2025-12-16T15:32:57.8712382+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7a2a365d-ea59-4444-b716-aebd61a39385",
"Rows": [
{
"ItemId": "5f425ea0-ccb0-4357-8cb1-50841a8fdc4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f425ea0-ccb0-4357-8cb1-50841a8fdc4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7a2a365d-ea59-4444-b716-aebd61a39385",
"Rows": [
{
"ItemId": "5f425ea0-ccb0-4357-8cb1-50841a8fdc4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f425ea0-ccb0-4357-8cb1-50841a8fdc4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"465b6e4b-9be4-4819-ad61-9b96b49fb34d",
"94e11493-d63e-4c17-9b95-ad4bafee7f0a"
],
"Approvers": [
"4d879a50-016e-4f8c-80b9-7bfe92ec7189",
"2986fd57-0fce-47db-aa20-67d8464aec3b"
],
"ApprovedBy": "7359b6a5-174a-4f46-b060-9c91f5524acf",
"ApprovalDate": "2025-12-16T15:32:57.8712382+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "05724062-10c5-4630-9811-aee93cff388e",
"id": "a91d8f28-1176-463b-92e3-a0a083f3f792",
"ConfigId": "13ec5197-edfb-421b-b30c-102dc83f9b68"
}