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": "2025-11-28T23:34:39.4803528+00:00",
"SubmitDate": "2025-11-28T23:34:39.4803528+00:00",
"ReportPeriodStart": "2025-11-28T23:34:39.4803528+00:00",
"ReportPeriodEnd": "2025-11-28T23:34:39.4803528+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "147fb20c-21d9-4f47-9368-6b6e20c58aa9",
"Rows": [
{
"ItemId": "ef31b72d-f569-452d-941c-359ce92c7782",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ef31b72d-f569-452d-941c-359ce92c7782",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "147fb20c-21d9-4f47-9368-6b6e20c58aa9",
"Rows": [
{
"ItemId": "ef31b72d-f569-452d-941c-359ce92c7782",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ef31b72d-f569-452d-941c-359ce92c7782",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b22a1edb-d97d-4a61-89c6-1f370de9e624",
"5e8f6d06-d0ed-4144-abc2-29126df0caf7"
],
"Approvers": [
"00295d15-6b72-406a-9f79-6921898c1b93",
"7fec9e3b-12b4-4d8d-ba9a-8a45dce11100"
],
"ApprovedBy": "98008ce6-9474-4f01-93a8-42e825a2bbdd",
"ApprovalDate": "2025-11-28T23:34:39.4803528+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "71d913ad-3a89-47c5-873c-6937fd36e6ca",
"id": "02c231b4-50ea-48c6-92dc-76480eec1f47",
"ConfigId": "7f49b751-7c22-4a7a-8cbe-f7740e2330f4"
}