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-08T00:10:27.603745+00:00",
"SubmitDate": "2026-08-08T00:10:27.603745+00:00",
"ReportPeriodStart": "2026-08-08T00:10:27.603745+00:00",
"ReportPeriodEnd": "2026-08-08T00:10:27.603745+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a0ed0ce6-88e8-4f4e-af9d-c2ac9c690abd",
"Rows": [
{
"ItemId": "097c847f-d5db-4935-ace8-306b91b0db28",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "097c847f-d5db-4935-ace8-306b91b0db28",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a0ed0ce6-88e8-4f4e-af9d-c2ac9c690abd",
"Rows": [
{
"ItemId": "097c847f-d5db-4935-ace8-306b91b0db28",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "097c847f-d5db-4935-ace8-306b91b0db28",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dd740a49-ed5f-498a-928f-7988fa72422e",
"2b89e553-3548-4cbb-aa8c-fcf2020c8f13"
],
"Approvers": [
"972a476b-8ae3-47eb-8899-dabe79026dfe",
"ebdcbfe8-1247-480a-b139-cece46414d16"
],
"ApprovedBy": "4500b2ab-0157-43c2-8fc5-77e1210de54c",
"ApprovalDate": "2026-08-08T00:10:27.603745+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e73558c4-d01e-4261-b89f-f89492035aa6",
"WorkPlanId": "60372ed2-3f3d-4d74-adfb-61652e3959b9",
"id": "ccda5c13-3b30-45cd-ac2c-db8fe9417eb4",
"ConfigId": "a82e1673-0615-4822-b87f-18719cfbe624"
}