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-24T19:56:19.9278267+00:00",
"SubmitDate": "2026-01-24T19:56:19.9278267+00:00",
"ReportPeriodStart": "2026-01-24T19:56:19.9278267+00:00",
"ReportPeriodEnd": "2026-01-24T19:56:19.9278267+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4c7d3c88-74cd-4297-9daa-095b8030ed09",
"Rows": [
{
"ItemId": "cd824c2f-a020-49e5-833b-97266ec4ebef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cd824c2f-a020-49e5-833b-97266ec4ebef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4c7d3c88-74cd-4297-9daa-095b8030ed09",
"Rows": [
{
"ItemId": "cd824c2f-a020-49e5-833b-97266ec4ebef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cd824c2f-a020-49e5-833b-97266ec4ebef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a9932a19-6fda-4483-8083-51a425a2da59",
"8a02d0b9-98b0-49dd-b92e-f2e083ff481c"
],
"Approvers": [
"efa22430-7354-43ec-a4f1-86db51bbc456",
"5fe95e99-4ce4-49ec-8230-43bbff18dafd"
],
"ApprovedBy": "f761eae1-650b-4f2a-bf87-96978f54d763",
"ApprovalDate": "2026-01-24T19:56:19.9278267+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2035831b-acf8-45e5-820c-fa3e4c1d3878",
"id": "89fc592c-64ac-428d-a7ae-928f78420ad4",
"ConfigId": "9d4f9164-be1e-420b-9373-e0b47a9d2763"
}