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-23T21:49:08.2087704+00:00",
"SubmitDate": "2026-07-23T21:49:08.2087704+00:00",
"ReportPeriodStart": "2026-07-23T21:49:08.2087704+00:00",
"ReportPeriodEnd": "2026-07-23T21:49:08.2087704+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03079224-48e8-48a9-94d4-a760b2a68005",
"Rows": [
{
"ItemId": "ba5f95c3-ca20-47e1-b861-b9b6af044bb2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ba5f95c3-ca20-47e1-b861-b9b6af044bb2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03079224-48e8-48a9-94d4-a760b2a68005",
"Rows": [
{
"ItemId": "ba5f95c3-ca20-47e1-b861-b9b6af044bb2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ba5f95c3-ca20-47e1-b861-b9b6af044bb2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"16d8b6d2-8206-4b11-82c2-c9cd233bd0f3",
"96abf1d1-64c1-4efe-83f6-7aa9f74e5dd5"
],
"Approvers": [
"99fe5e30-0f4c-4610-b386-a6684cc13bd9",
"78d9a3b0-c320-4a85-b446-821f597794da"
],
"ApprovedBy": "5d2ad805-8314-45a5-8641-ec2e736a0fa6",
"ApprovalDate": "2026-07-23T21:49:08.2087704+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "e64fb890-1f84-4e13-98ec-d0bf9ff8ef3a",
"WorkPlanId": "3696f202-8b92-4928-9b1d-cdd1455d7ea2",
"id": "c55e0a24-aadd-4005-9828-566f274eeeec",
"ConfigId": "c2881c4d-16c4-4cc6-b64b-4ba79c59f93e"
}