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-29T12:10:06.0837962+00:00",
"SubmitDate": "2025-12-29T12:10:06.0837962+00:00",
"ReportPeriodStart": "2025-12-29T12:10:06.0837962+00:00",
"ReportPeriodEnd": "2025-12-29T12:10:06.0837962+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a8e5acf5-a228-4386-8573-f33e99a252ae",
"Rows": [
{
"ItemId": "30a70c09-4619-4c9e-a6ad-32a140ba9f94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30a70c09-4619-4c9e-a6ad-32a140ba9f94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a8e5acf5-a228-4386-8573-f33e99a252ae",
"Rows": [
{
"ItemId": "30a70c09-4619-4c9e-a6ad-32a140ba9f94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30a70c09-4619-4c9e-a6ad-32a140ba9f94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b998362e-068b-47c8-912a-95396b50a123",
"5314b878-2772-4562-9087-c3c0dbc81a78"
],
"Approvers": [
"d1120227-8540-4594-8ee8-5fb1070212f2",
"d240e99a-9b81-4d7d-a4aa-24aa7fa523ec"
],
"ApprovedBy": "b9f06cab-419c-4674-b051-0d364c14aeea",
"ApprovalDate": "2025-12-29T12:10:06.0837962+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "559ac909-9ea5-4e95-b611-2fe63d5d8b9f",
"id": "06f6c1de-6fe5-48f2-8041-72d7146f60cc",
"ConfigId": "17074820-75e8-456a-bdb5-015a4c6fea7e"
}