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-03-24T08:20:23.1401947+00:00",
"SubmitDate": "2026-03-24T08:20:23.1401947+00:00",
"ReportPeriodStart": "2026-03-24T08:20:23.1401947+00:00",
"ReportPeriodEnd": "2026-03-24T08:20:23.1401947+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dc1538bd-aaa9-4db5-8e61-289a06285b1c",
"Rows": [
{
"ItemId": "6b1cb157-2cd7-47d8-ac38-a057b9f3844e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6b1cb157-2cd7-47d8-ac38-a057b9f3844e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dc1538bd-aaa9-4db5-8e61-289a06285b1c",
"Rows": [
{
"ItemId": "6b1cb157-2cd7-47d8-ac38-a057b9f3844e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6b1cb157-2cd7-47d8-ac38-a057b9f3844e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3a8a495d-eb37-4c0f-9133-7c0520dd89d6",
"6fccb9d9-9b7d-4143-af89-878099f7bc6d"
],
"Approvers": [
"26f1ceac-f766-4fc4-a117-76f5b991465c",
"67d97c84-9be8-435d-8760-5d42e9084e3e"
],
"ApprovedBy": "2deb46d5-c44b-4fe1-86df-9b0d2e76e539",
"ApprovalDate": "2026-03-24T08:20:23.1401947+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f0ab5592-e519-403e-a0cd-cdeae7249c57",
"id": "cae5a375-fa26-45ee-9a7f-e636ea297752",
"ConfigId": "a69ae24e-46c5-4ac8-b62c-93e64dfdad24"
}