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-01-14T15:58:18.7681035+00:00",
"SubmitDate": "2026-01-14T15:58:18.7681035+00:00",
"ReportPeriodStart": "2026-01-14T15:58:18.7681035+00:00",
"ReportPeriodEnd": "2026-01-14T15:58:18.7681035+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dff14c10-a044-4b21-b65b-027b213cc6e4",
"Rows": [
{
"ItemId": "26661259-f72a-49e2-b6dc-738cba873838",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "26661259-f72a-49e2-b6dc-738cba873838",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dff14c10-a044-4b21-b65b-027b213cc6e4",
"Rows": [
{
"ItemId": "26661259-f72a-49e2-b6dc-738cba873838",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "26661259-f72a-49e2-b6dc-738cba873838",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"00723577-acdd-4e16-94d9-5ad20423be21",
"c8d0cb17-1119-49e7-9408-b730418b7075"
],
"Approvers": [
"16ba4b7d-8eb1-4d48-9c00-b1b5c79fbd83",
"3beccebb-840e-4740-b922-9f8a536160e1"
],
"ApprovedBy": "2996c3b1-e8b1-4423-b123-350595cb5786",
"ApprovalDate": "2026-01-14T15:58:18.7681035+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9f534b4d-14b9-4583-90d3-92f29fed077e",
"id": "609810f5-1ba6-4e25-a044-57ee80b07d2d",
"ConfigId": "07302033-e7b5-4e6b-9919-63d76fbce363"
}