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-07-16T12:27:03.8743973+00:00", "SubmitDate": "2025-07-16T12:27:03.8743973+00:00", "ReportPeriodStart": "2025-07-16T12:27:03.8743973+00:00", "ReportPeriodEnd": "2025-07-16T12:27:03.8743973+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "8d791fe5-24a0-4f95-a222-252fd6360d6e", "Rows": [ { "ItemId": "25c70ea0-2390-41c0-b293-16281edf9fe5", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "25c70ea0-2390-41c0-b293-16281edf9fe5", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "8d791fe5-24a0-4f95-a222-252fd6360d6e", "Rows": [ { "ItemId": "25c70ea0-2390-41c0-b293-16281edf9fe5", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "25c70ea0-2390-41c0-b293-16281edf9fe5", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "8e7c73f4-2bd9-4b31-ab2b-438459877bc4", "9303d8e1-3e57-4ff8-a226-190fb2ea69d1" ], "Approvers": [ "b677de5c-5511-4131-be03-385b9faaf802", "ed24ad12-4ed3-462a-a742-c06d740e76c5" ], "ApprovedBy": "14647bc3-2bcb-4550-8f04-e3db3a7cf15b", "ApprovalDate": "2025-07-16T12:27:03.8743973+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "3bd415f5-c8c5-4693-80fc-8e5e9e193def", "id": "8f224a1b-ab1d-4b3b-8f57-0cfbcfa3db6d", "ConfigId": "8245414b-97a3-42d6-a658-8f0cabb2c044" }