POST api/statusreports/{id}/submit
Submit a report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-07-17T18:23:36.2372161+00:00",
"SubmitDate": "2026-07-17T18:23:36.2372161+00:00",
"ReportPeriodStart": "2026-07-17T18:23:36.2372161+00:00",
"ReportPeriodEnd": "2026-07-17T18:23:36.2372161+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cd55dceb-3b4d-4237-bae8-00d2c20b2b13",
"Rows": [
{
"ItemId": "c4f2f950-4165-4014-91f3-48be553d0714",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c4f2f950-4165-4014-91f3-48be553d0714",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cd55dceb-3b4d-4237-bae8-00d2c20b2b13",
"Rows": [
{
"ItemId": "c4f2f950-4165-4014-91f3-48be553d0714",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c4f2f950-4165-4014-91f3-48be553d0714",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7cc4ff16-9ed6-444c-985b-78b5b6f6838b",
"8b0c58b7-02b1-42a9-816f-c918032bff88"
],
"Approvers": [
"fbea6b28-4572-43c9-bb8b-883f3cbb6cc3",
"bcbaf6d3-0a70-4491-80a8-466f217f338b"
],
"ApprovedBy": "aabf6258-ae12-4d3d-bf89-6ca6add3b55c",
"ApprovalDate": "2026-07-17T18:23:36.2372161+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "85f34706-dd8d-45cf-9bfb-c2d4ea452f7d",
"WorkPlanId": "be61637d-f2e2-4a47-95a8-709f1282d1ff",
"id": "47f2f90e-96ab-4326-80f2-c9e9ba16055c",
"ConfigId": "e9591a2f-e800-46f6-ac14-7448e38681ef"
}