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-06-23T10:15:14.1633114+00:00",
"SubmitDate": "2026-06-23T10:15:14.1633114+00:00",
"ReportPeriodStart": "2026-06-23T10:15:14.1633114+00:00",
"ReportPeriodEnd": "2026-06-23T10:15:14.1633114+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0d108d6a-70e0-46d7-bdb0-c34f6d098210",
"Rows": [
{
"ItemId": "8002a10d-3ecd-4895-aabe-0d5e6839080d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8002a10d-3ecd-4895-aabe-0d5e6839080d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0d108d6a-70e0-46d7-bdb0-c34f6d098210",
"Rows": [
{
"ItemId": "8002a10d-3ecd-4895-aabe-0d5e6839080d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8002a10d-3ecd-4895-aabe-0d5e6839080d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6860cc31-ebb4-4d2c-b649-d42f792bd38b",
"dec1bedc-fe8a-4591-ae5f-4f64f1edab64"
],
"Approvers": [
"defe033d-170d-420f-a37e-c66ff05e639f",
"ac3906f7-ddbe-4e98-8479-b03bbcfb2653"
],
"ApprovedBy": "06e47bc2-34e4-489c-9629-4292e67d01a2",
"ApprovalDate": "2026-06-23T10:15:14.1633114+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9ddb4f5e-d945-463d-ace3-906558924b3d",
"id": "36daf58d-33e5-4695-a9fc-a28707a06f4a",
"ConfigId": "c7151859-da7f-4982-866e-ddc9a692c5e1"
}