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-02T16:22:51.6220806+00:00",
"SubmitDate": "2025-12-02T16:22:51.6220806+00:00",
"ReportPeriodStart": "2025-12-02T16:22:51.6220806+00:00",
"ReportPeriodEnd": "2025-12-02T16:22:51.6220806+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b8b60880-6385-42ce-9782-99cd42dafddd",
"Rows": [
{
"ItemId": "e931d2c7-2c66-41cf-9af1-b595596d36d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e931d2c7-2c66-41cf-9af1-b595596d36d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b8b60880-6385-42ce-9782-99cd42dafddd",
"Rows": [
{
"ItemId": "e931d2c7-2c66-41cf-9af1-b595596d36d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e931d2c7-2c66-41cf-9af1-b595596d36d0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9bb13e93-18b4-40bb-83cc-ee3a305c8cd0",
"0bf36649-0ed6-4954-9bf1-28a21bb7447b"
],
"Approvers": [
"0b2cb17a-27c0-4d6d-b155-7176f2722b93",
"b41347a6-9aef-4e43-b4bf-dfec8e87b259"
],
"ApprovedBy": "0a5ea450-0f54-448c-a599-5e397b531d7a",
"ApprovalDate": "2025-12-02T16:22:51.6220806+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "43ed8f7e-d09f-48a8-86e3-d6674939aad3",
"id": "06d3bfe7-1d6b-439f-a2bb-a2aa6ca86d8b",
"ConfigId": "a358dec5-2a0b-42cc-b9b4-8e2d977a4bc4"
}