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-07T10:57:23.5284203+00:00",
"SubmitDate": "2026-09-07T10:57:23.5284203+00:00",
"ReportPeriodStart": "2026-09-07T10:57:23.5284203+00:00",
"ReportPeriodEnd": "2026-09-07T10:57:23.5284203+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6ab2f377-e9ec-4224-901f-457f80659733",
"Rows": [
{
"ItemId": "3504f717-9d00-4325-a30c-1970a677667c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3504f717-9d00-4325-a30c-1970a677667c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6ab2f377-e9ec-4224-901f-457f80659733",
"Rows": [
{
"ItemId": "3504f717-9d00-4325-a30c-1970a677667c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3504f717-9d00-4325-a30c-1970a677667c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"68d528ae-e9ea-47e8-820f-0c0b17604970",
"6e8c0f34-395e-4725-a551-f8c599a80006"
],
"Approvers": [
"46d20676-357c-4ac6-90b4-a85b29399ae9",
"a5ed9884-0ddc-4fb6-a60a-e4fdef6b19e5"
],
"ApprovedBy": "c4e513bf-159f-4130-8c20-51c07d07a85e",
"ApprovalDate": "2026-09-07T10:57:23.5284203+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "894a3643-7e65-41e0-8f24-63162a6b4cf8",
"WorkPlanId": "9d385913-275e-43bc-89d4-a5f015d72410",
"id": "4bf32f6a-bb18-43c0-93b5-a4bf950cd874",
"ConfigId": "29f4a111-3d30-4b30-a344-0aac82284383"
}