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-04-15T00:54:06.7695913+00:00",
"SubmitDate": "2026-04-15T00:54:06.7695913+00:00",
"ReportPeriodStart": "2026-04-15T00:54:06.7695913+00:00",
"ReportPeriodEnd": "2026-04-15T00:54:06.7695913+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70a6260a-d8e8-431e-990e-a75d47e2345f",
"Rows": [
{
"ItemId": "02823f51-34ab-4115-8e9d-3e8e4b9edd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "02823f51-34ab-4115-8e9d-3e8e4b9edd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70a6260a-d8e8-431e-990e-a75d47e2345f",
"Rows": [
{
"ItemId": "02823f51-34ab-4115-8e9d-3e8e4b9edd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "02823f51-34ab-4115-8e9d-3e8e4b9edd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"16b05460-9537-44af-84e5-0cb0ac31e48e",
"f2a7895e-7538-4a8e-b2f9-f5a3ad156d53"
],
"Approvers": [
"80c168e6-f48a-4456-98d4-10c6b21497ef",
"c77f3387-2cc2-495b-afb5-b61d899cf50c"
],
"ApprovedBy": "c70209ce-4173-4ba9-8ed6-0b9fc8ee1c6b",
"ApprovalDate": "2026-04-15T00:54:06.7695913+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f4c18d80-12cb-4952-91c8-a3685a497a99",
"id": "d0641fa6-e2ce-4f5e-8bb1-aa266e182c89",
"ConfigId": "b7a1f4c7-c685-4f93-80b9-fb2e6a1fed9c"
}