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-02-15T22:46:09.3495073+00:00",
"SubmitDate": "2026-02-15T22:46:09.3495073+00:00",
"ReportPeriodStart": "2026-02-15T22:46:09.3495073+00:00",
"ReportPeriodEnd": "2026-02-15T22:46:09.3495073+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "817e36ee-8086-4b18-965b-ffc516f461cd",
"Rows": [
{
"ItemId": "5784e55d-31f6-4f20-8048-8e02b5f8156c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5784e55d-31f6-4f20-8048-8e02b5f8156c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "817e36ee-8086-4b18-965b-ffc516f461cd",
"Rows": [
{
"ItemId": "5784e55d-31f6-4f20-8048-8e02b5f8156c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5784e55d-31f6-4f20-8048-8e02b5f8156c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a8b1e9f7-9deb-4ad0-8cbf-53fd5baa3184",
"3e96f73f-fc00-4d45-a46b-0f9fc9e6be69"
],
"Approvers": [
"54b49e39-2d4c-48cc-af76-6b651a566107",
"07ef5065-bc55-4dfb-835f-b05380cc54b6"
],
"ApprovedBy": "c2dcb09e-cf27-4969-b224-012bc7a67196",
"ApprovalDate": "2026-02-15T22:46:09.3495073+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "053644f3-37a6-4e76-bad1-274e7ecaab61",
"id": "4daa584b-60ee-400f-bf0d-aa6144ebaf6c",
"ConfigId": "5fd8c551-de4b-4e1b-8d23-c40cd9e0b893"
}