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-05-23T21:00:26.2736969+00:00", "SubmitDate": "2025-05-23T21:00:26.2736969+00:00", "ReportPeriodStart": "2025-05-23T21:00:26.2736969+00:00", "ReportPeriodEnd": "2025-05-23T21:00:26.2736969+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "bff2daae-ee5b-488d-9097-15b223523d60", "Rows": [ { "ItemId": "50e57d85-3293-4c77-ad7c-fc03159e7a0c", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "50e57d85-3293-4c77-ad7c-fc03159e7a0c", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "bff2daae-ee5b-488d-9097-15b223523d60", "Rows": [ { "ItemId": "50e57d85-3293-4c77-ad7c-fc03159e7a0c", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "50e57d85-3293-4c77-ad7c-fc03159e7a0c", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "49cd852a-b4cb-4358-99ff-e070696c09e9", "8441a5cd-c7b0-4531-b9b2-e5b853f1a4d4" ], "Approvers": [ "8cc71ae4-d28f-46ab-9d87-27cf8e4d36ca", "c7c82ad7-1b57-460f-8281-f219382ab07c" ], "ApprovedBy": "66bdf6c3-fde4-4543-aa80-3e517bc859ac", "ApprovalDate": "2025-05-23T21:00:26.2736969+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "6bbe2299-a91c-482b-bc9b-7af33cc6dc78", "id": "9d5cd9d1-81f2-478b-841f-422ff621fd65", "ConfigId": "f5b91999-a7bf-438e-a0ba-b687397ba53b" }