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-02-16T01:37:59.1233252+00:00",
"SubmitDate": "2026-02-16T01:37:59.1233252+00:00",
"ReportPeriodStart": "2026-02-16T01:37:59.1233252+00:00",
"ReportPeriodEnd": "2026-02-16T01:37:59.1233252+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "75546fb7-4ebf-4f66-8f02-d1c005364af8",
"Rows": [
{
"ItemId": "512c83e6-57c4-4965-922b-08226bc174d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "512c83e6-57c4-4965-922b-08226bc174d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "75546fb7-4ebf-4f66-8f02-d1c005364af8",
"Rows": [
{
"ItemId": "512c83e6-57c4-4965-922b-08226bc174d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "512c83e6-57c4-4965-922b-08226bc174d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1d035999-9415-417b-a7bd-4c31abdfeca3",
"097a1fca-0515-4694-aba7-9770e4437d49"
],
"Approvers": [
"f28ef092-e2d3-41c5-9b6a-28c3de32859d",
"0816c16f-a6b4-4c22-914c-d79ded3433a7"
],
"ApprovedBy": "b68f6e00-f1f7-4432-8aa8-bdcbcf3acae7",
"ApprovalDate": "2026-02-16T01:37:59.1233252+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d899f4c4-f417-442e-999b-e21c728bf651",
"id": "fe322222-55a1-4189-8416-20fb5bed6726",
"ConfigId": "f0365ed5-00f2-46af-af8a-61347a8366cd"
}