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-03T07:13:54.2673386+00:00", "SubmitDate": "2025-07-03T07:13:54.2673386+00:00", "ReportPeriodStart": "2025-07-03T07:13:54.2673386+00:00", "ReportPeriodEnd": "2025-07-03T07:13:54.2673386+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "2c82b798-b7ec-4f8b-a890-6e3ccb3d2b06", "Rows": [ { "ItemId": "141f0f99-ec14-4f0b-855d-3326aeece81c", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "141f0f99-ec14-4f0b-855d-3326aeece81c", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "2c82b798-b7ec-4f8b-a890-6e3ccb3d2b06", "Rows": [ { "ItemId": "141f0f99-ec14-4f0b-855d-3326aeece81c", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "141f0f99-ec14-4f0b-855d-3326aeece81c", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "f9627709-0397-4011-a6e0-1cb8ada759b3", "e026e224-3e52-43d0-885a-568b0d57573c" ], "Approvers": [ "312fb1a5-ab17-4d8d-952d-3cf538321628", "1d8a6b5e-470d-4b59-a644-4b373749e6c3" ], "ApprovedBy": "6342f076-6763-4df0-954d-bd0d45adca31", "ApprovalDate": "2025-07-03T07:13:54.2829641+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "b3bedb48-234c-43d5-a730-bd3f5f9cf2c1", "id": "2715eefc-8a50-42e7-908c-af8af1475710", "ConfigId": "e3213b29-d850-4e51-bc2a-9796c6b6a7a9" }