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-09-13T12:34:52.3839503+00:00",
"SubmitDate": "2026-09-13T12:34:52.3839503+00:00",
"ReportPeriodStart": "2026-09-13T12:34:52.3839503+00:00",
"ReportPeriodEnd": "2026-09-13T12:34:52.3839503+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7356cdf3-1736-45a9-8e0a-cfb0d66f4901",
"Rows": [
{
"ItemId": "e1320cef-6f98-4213-8137-fa42105abc88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e1320cef-6f98-4213-8137-fa42105abc88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7356cdf3-1736-45a9-8e0a-cfb0d66f4901",
"Rows": [
{
"ItemId": "e1320cef-6f98-4213-8137-fa42105abc88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e1320cef-6f98-4213-8137-fa42105abc88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"eee787f7-6411-4e5c-95a6-d45a26681329",
"3ca3e91b-3f7b-463c-9db4-7ccc746b29f4"
],
"Approvers": [
"1f21aafd-3b9f-4bfe-89db-7fb11b746d63",
"23656bfc-c50c-41ab-b4c9-82ac5d91b4a5"
],
"ApprovedBy": "01cff7cb-af9a-4d8e-aa45-4fa613e34ee2",
"ApprovalDate": "2026-09-13T12:34:52.3839503+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "3fed7f9c-b7d2-4b9b-bdc1-77b19f8b0875",
"WorkPlanId": "c64efbb8-af63-4a95-8260-d941dd6f7c81",
"id": "b0763c0d-7a4f-4b19-a2e7-56c36ee60348",
"ConfigId": "ee6adaaa-2a45-49ac-a0ea-5984768a05d8"
}