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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-04-06T21:38:01.3299913+00:00",
"SubmitDate": "2026-04-06T21:38:01.3299913+00:00",
"ReportPeriodStart": "2026-04-06T21:38:01.3299913+00:00",
"ReportPeriodEnd": "2026-04-06T21:38:01.3299913+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "372932d3-f86e-4a0e-a28c-eb74894fed52",
"Rows": [
{
"ItemId": "84d02c33-af3d-40af-8802-3dc5c3da203a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84d02c33-af3d-40af-8802-3dc5c3da203a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "372932d3-f86e-4a0e-a28c-eb74894fed52",
"Rows": [
{
"ItemId": "84d02c33-af3d-40af-8802-3dc5c3da203a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84d02c33-af3d-40af-8802-3dc5c3da203a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"30641410-33d5-4cc1-b449-8db1c320d244",
"791693a9-be18-4109-84e5-7041114be0b4"
],
"Approvers": [
"eff6427c-fffc-4e30-8890-0945867f448d",
"877bf574-e416-4105-905f-b04cdeeb8845"
],
"ApprovedBy": "eafbcd9f-a328-4978-b5e0-43654353e8bd",
"ApprovalDate": "2026-04-06T21:38:01.3456162+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c14d0350-0efa-44d0-90e7-527015944b17",
"id": "08dce146-fc3a-4e03-8217-ecdd28ba1d8d",
"ConfigId": "bc780a1d-a64b-44db-96d2-ae3b94dcbc45"
}