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-18T20:48:02.5172414+00:00",
"SubmitDate": "2026-04-18T20:48:02.5172414+00:00",
"ReportPeriodStart": "2026-04-18T20:48:02.5172414+00:00",
"ReportPeriodEnd": "2026-04-18T20:48:02.5172414+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2da04f99-7182-437f-a69e-c1c6894607f0",
"Rows": [
{
"ItemId": "b785fb3d-76f2-4ae4-82b9-dbdef244ec0d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b785fb3d-76f2-4ae4-82b9-dbdef244ec0d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2da04f99-7182-437f-a69e-c1c6894607f0",
"Rows": [
{
"ItemId": "b785fb3d-76f2-4ae4-82b9-dbdef244ec0d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b785fb3d-76f2-4ae4-82b9-dbdef244ec0d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"89401113-6328-4d1c-8e0a-ebe81c0ac757",
"161d7b0e-657e-47f6-b49a-669a56a84e3f"
],
"Approvers": [
"5629b231-e557-456b-a5fe-309aef3d902c",
"03d4e490-4aec-43cc-9d6b-088fc655665d"
],
"ApprovedBy": "ac07d844-a237-4618-9b9f-aba111917c99",
"ApprovalDate": "2026-04-18T20:48:02.5172414+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3e7a7580-6b19-449e-bd4e-d0a60c78761c",
"id": "1763d92b-e01e-4239-a6c6-4332bb6e267a",
"ConfigId": "0d35ad6b-e466-4461-9023-22af529025a5"
}