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-11T17:05:09.9384454+00:00",
"SubmitDate": "2026-07-11T17:05:09.9384454+00:00",
"ReportPeriodStart": "2026-07-11T17:05:09.9384454+00:00",
"ReportPeriodEnd": "2026-07-11T17:05:09.9384454+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e7710959-2ee3-41da-8533-f7897a197552",
"Rows": [
{
"ItemId": "84f6f9c8-ea9c-428c-8135-904229de2482",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84f6f9c8-ea9c-428c-8135-904229de2482",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e7710959-2ee3-41da-8533-f7897a197552",
"Rows": [
{
"ItemId": "84f6f9c8-ea9c-428c-8135-904229de2482",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84f6f9c8-ea9c-428c-8135-904229de2482",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c6494eda-8fae-4a92-a1ef-173e0cdf93db",
"276feb1b-0f21-4856-ab3d-2e9b91b637b0"
],
"Approvers": [
"0982fe0a-895d-4f83-b31c-18649f2d19d7",
"d41adf8b-445d-49e4-8903-c528fad51a63"
],
"ApprovedBy": "a1381c49-6d27-4c61-be55-c6ec3f42aa6e",
"ApprovalDate": "2026-07-11T17:05:09.9384454+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "94d686de-5e90-4300-a3d2-823d5db10f01",
"WorkPlanId": "2b6edc84-568e-4de1-ac47-c1d81f680fe0",
"id": "ee68a30a-29c5-4aed-8b9a-6272913149e8",
"ConfigId": "ee414221-1997-4c12-9d50-6580d02ff9d5"
}