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-30T12:30:32.3072362+00:00",
"SubmitDate": "2025-11-30T12:30:32.3072362+00:00",
"ReportPeriodStart": "2025-11-30T12:30:32.3072362+00:00",
"ReportPeriodEnd": "2025-11-30T12:30:32.3072362+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0d73fb4c-93f4-4fad-9d51-6302a9b4b8fd",
"Rows": [
{
"ItemId": "46b4c0e6-2369-41c2-8f8d-b41ca77c58aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "46b4c0e6-2369-41c2-8f8d-b41ca77c58aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0d73fb4c-93f4-4fad-9d51-6302a9b4b8fd",
"Rows": [
{
"ItemId": "46b4c0e6-2369-41c2-8f8d-b41ca77c58aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "46b4c0e6-2369-41c2-8f8d-b41ca77c58aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"05b7bf59-ea79-4160-be6b-7376f51be38a",
"709ea576-c430-46ad-8e2c-c82a9c524653"
],
"Approvers": [
"fe086505-6ccb-4d2d-971a-94ebc4397406",
"249cc0a6-5732-4f24-955d-35838f206c6a"
],
"ApprovedBy": "cbe8b52f-8756-4cc3-b3e6-f2b0b4107f34",
"ApprovalDate": "2025-11-30T12:30:32.3072362+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0da19f65-de8f-4e59-a5eb-d9c752e7c633",
"id": "0a3372ac-2f74-4db6-a844-a920c97c9246",
"ConfigId": "1b13d416-3861-4c87-9099-780e74a0f86c"
}