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-16T17:47:15.9720138+00:00",
"SubmitDate": "2025-11-16T17:47:15.9720138+00:00",
"ReportPeriodStart": "2025-11-16T17:47:15.9720138+00:00",
"ReportPeriodEnd": "2025-11-16T17:47:15.9720138+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2d6cf781-edd6-46dc-81a9-e9fb965e0ddc",
"Rows": [
{
"ItemId": "99f4d3f5-a5b3-43a2-bba7-a7156740ee51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "99f4d3f5-a5b3-43a2-bba7-a7156740ee51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2d6cf781-edd6-46dc-81a9-e9fb965e0ddc",
"Rows": [
{
"ItemId": "99f4d3f5-a5b3-43a2-bba7-a7156740ee51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "99f4d3f5-a5b3-43a2-bba7-a7156740ee51",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"36c8b43e-a8da-4449-b080-44578f6673cb",
"124b172d-70b0-4e70-a3bf-76125a28f1a2"
],
"Approvers": [
"a6b5bdba-6be3-41be-be19-47872c033881",
"1e4c9fd3-b42a-40db-a27a-ebc4f2f227f0"
],
"ApprovedBy": "019255ca-b0c6-4a09-b595-4ef5f85b5cba",
"ApprovalDate": "2025-11-16T17:47:15.9720138+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6c9aac71-17bb-4951-820d-034c7ba1f712",
"id": "9405a856-3555-4644-8b73-4b8c2e0c7431",
"ConfigId": "137ec81b-1317-48e6-ae5e-38d9a684ab64"
}