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-08-14T02:21:57.5800519+00:00",
"SubmitDate": "2026-08-14T02:21:57.5800519+00:00",
"ReportPeriodStart": "2026-08-14T02:21:57.5800519+00:00",
"ReportPeriodEnd": "2026-08-14T02:21:57.5800519+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6a585e8c-105d-41c1-ad66-a148051c9dad",
"Rows": [
{
"ItemId": "6289dc54-bfe5-477d-b08f-ed6fa6c0ea27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6289dc54-bfe5-477d-b08f-ed6fa6c0ea27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6a585e8c-105d-41c1-ad66-a148051c9dad",
"Rows": [
{
"ItemId": "6289dc54-bfe5-477d-b08f-ed6fa6c0ea27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6289dc54-bfe5-477d-b08f-ed6fa6c0ea27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6932b056-2280-4879-9cdf-614b7e72919c",
"ad33e456-3fdf-4850-ae2d-32f65d75dbda"
],
"Approvers": [
"5066d1da-4d39-457e-9386-c854f11c28b3",
"c32de11a-cb23-417f-bf4f-3f555e99bb5a"
],
"ApprovedBy": "2119ef2e-2f2f-493c-bc81-ef0f5fd9fcc7",
"ApprovalDate": "2026-08-14T02:21:57.5800519+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "75f6ada4-d9a4-41a4-bb85-b9a4281ada2f",
"WorkPlanId": "273e64bc-0a47-4d66-bc2a-77e4069e341d",
"id": "cde922b1-01f6-4219-aad3-435bc72dce6f",
"ConfigId": "7136f54c-702c-4735-8456-fd1f9a738f13"
}