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-05T01:54:34.2683296+00:00",
"SubmitDate": "2026-06-05T01:54:34.2683296+00:00",
"ReportPeriodStart": "2026-06-05T01:54:34.2683296+00:00",
"ReportPeriodEnd": "2026-06-05T01:54:34.2683296+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0516cc33-2d2a-43bb-b934-0842ec1be4f6",
"Rows": [
{
"ItemId": "013ccccf-2128-4273-8d08-b2f6c699809b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "013ccccf-2128-4273-8d08-b2f6c699809b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0516cc33-2d2a-43bb-b934-0842ec1be4f6",
"Rows": [
{
"ItemId": "013ccccf-2128-4273-8d08-b2f6c699809b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "013ccccf-2128-4273-8d08-b2f6c699809b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"25da4250-ae7b-4388-9ff6-fc1d65a3e764",
"3a9adf97-ef1e-45dd-a928-d55a704d7850"
],
"Approvers": [
"43c531fd-659c-4dda-bb32-37b053e8ef5f",
"71bf938b-f706-4aca-8f2c-44b3d1ae81e2"
],
"ApprovedBy": "7e5237e8-a54e-4df3-8837-8aff90c23c47",
"ApprovalDate": "2026-06-05T01:54:34.2683296+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f7e20973-9e46-454a-9ce4-951c8eaf9ce6",
"id": "e660f2db-5349-4c4e-9227-98c501ec761a",
"ConfigId": "f070f183-9468-4b4f-8763-9d2eed0716b0"
}