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-16T11:13:27.2146454+00:00",
"SubmitDate": "2026-09-16T11:13:27.2146454+00:00",
"ReportPeriodStart": "2026-09-16T11:13:27.2146454+00:00",
"ReportPeriodEnd": "2026-09-16T11:13:27.2146454+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ced42148-779b-4c60-bf63-09341a911daa",
"Rows": [
{
"ItemId": "15d90a5b-d0c2-4018-a30d-5a21f89312d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "15d90a5b-d0c2-4018-a30d-5a21f89312d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ced42148-779b-4c60-bf63-09341a911daa",
"Rows": [
{
"ItemId": "15d90a5b-d0c2-4018-a30d-5a21f89312d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "15d90a5b-d0c2-4018-a30d-5a21f89312d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9daee9fb-f77b-443f-b756-1f9fbaa34b43",
"14f7fc48-2309-4f69-964e-c811287bb43b"
],
"Approvers": [
"58b2c06e-d463-4851-b9dc-72464e554955",
"7328b1f4-9ee7-411d-b78e-57f0a2107549"
],
"ApprovedBy": "04729c3e-0291-4fda-ab0c-051e24a21c9d",
"ApprovalDate": "2026-09-16T11:13:27.2146454+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "df3241dc-4c85-4c3e-91d9-411bc58ea0fa",
"WorkPlanId": "7ef2d69a-4657-406c-8847-b52f428c2e40",
"id": "5ae61a93-8963-426d-94b6-d08ab2570f12",
"ConfigId": "b47864e5-1593-4232-808b-b6202a4ef949"
}