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-06-06T15:10:49.8765009+00:00",
"SubmitDate": "2026-06-06T15:10:49.8765009+00:00",
"ReportPeriodStart": "2026-06-06T15:10:49.8765009+00:00",
"ReportPeriodEnd": "2026-06-06T15:10:49.8765009+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "629b6e33-6571-4153-8c9b-2c28546ad89e",
"Rows": [
{
"ItemId": "bb48458a-c914-4a84-b68c-bf5706824af5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb48458a-c914-4a84-b68c-bf5706824af5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "629b6e33-6571-4153-8c9b-2c28546ad89e",
"Rows": [
{
"ItemId": "bb48458a-c914-4a84-b68c-bf5706824af5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb48458a-c914-4a84-b68c-bf5706824af5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e9dc0357-6b37-4623-b261-1b025667e0d2",
"f8e57420-87b0-44cf-864d-25cac0c7b33b"
],
"Approvers": [
"b6190a73-aaef-46b9-a6d9-eacb8946c2a5",
"510e3c2b-04f6-4bf0-832e-e40bbf241e27"
],
"ApprovedBy": "296dc148-ea58-44ec-8ffe-23779d523082",
"ApprovalDate": "2026-06-06T15:10:49.8765009+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9235e258-a1a5-4c1a-860f-f29aefc6688b",
"id": "92d166b3-9953-4b33-b9a6-0b598edf97e1",
"ConfigId": "850a0b7a-13ab-40f9-909b-517a2013ffb0"
}