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-29T02:44:23.8306352+00:00",
"SubmitDate": "2026-01-29T02:44:23.8306352+00:00",
"ReportPeriodStart": "2026-01-29T02:44:23.8306352+00:00",
"ReportPeriodEnd": "2026-01-29T02:44:23.8306352+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ea4c5d6d-6098-4cc7-bfdf-9fbb935c3f64",
"Rows": [
{
"ItemId": "f214e22d-f4b1-4ab3-b0d8-b016c1e8ed9f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f214e22d-f4b1-4ab3-b0d8-b016c1e8ed9f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ea4c5d6d-6098-4cc7-bfdf-9fbb935c3f64",
"Rows": [
{
"ItemId": "f214e22d-f4b1-4ab3-b0d8-b016c1e8ed9f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f214e22d-f4b1-4ab3-b0d8-b016c1e8ed9f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5ddf34ae-9404-4fb4-a1b1-76334963820f",
"bd49d20b-e9f5-4fda-b4c0-d598b9b5a37e"
],
"Approvers": [
"8910ec41-cc64-4df0-904c-b8cffcbf6c16",
"874cc127-59b7-4ee2-b96d-e36e7dddff50"
],
"ApprovedBy": "2cea95a2-d497-4d4a-974f-d77446bd6204",
"ApprovalDate": "2026-01-29T02:44:23.8306352+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "48d6bb07-883e-4886-afb2-02f1ce2a33d2",
"id": "9de5210b-d6d3-4c1d-8a8d-ae24641abb13",
"ConfigId": "5f342b0b-27a6-468d-8053-02777f84b750"
}