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
StatusReportName | 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-04-04T02:36:33.4750088+00:00", "SubmitDate": "2025-04-04T02:36:33.4750088+00:00", "ReportPeriodStart": "2025-04-04T02:36:33.4750088+00:00", "ReportPeriodEnd": "2025-04-04T02:36:33.4750088+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "d9f1b321-ae3f-4a0b-bf47-6db8dcdb7d52", "Rows": [ { "ItemId": "c0da549b-1383-40f1-a05d-da3e29406620", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "c0da549b-1383-40f1-a05d-da3e29406620", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "d9f1b321-ae3f-4a0b-bf47-6db8dcdb7d52", "Rows": [ { "ItemId": "c0da549b-1383-40f1-a05d-da3e29406620", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "c0da549b-1383-40f1-a05d-da3e29406620", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "9f704f2c-4eb9-46a8-97f8-491a969343a8", "6c770978-1095-4ff1-9509-b907415be8b2" ], "Approvers": [ "58897c68-bafa-4d3c-b6f0-b892b47e61d8", "6dddcd0f-9176-47f7-b63d-96a6ac433d0a" ], "ApprovedBy": "7209d934-bd66-4225-be7f-d8f582b82ddf", "ApprovalDate": "2025-04-04T02:36:33.4750088+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "6e579763-fe3f-45a7-89b8-623f3291b3b0", "id": "710c67f9-867f-4475-ba96-8d8a5e96d12d", "ConfigId": "fe04038e-568a-4cb2-b036-2e5cbf5e5200" }