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-02-05T08:13:20.2706367+00:00",
"SubmitDate": "2026-02-05T08:13:20.2706367+00:00",
"ReportPeriodStart": "2026-02-05T08:13:20.2706367+00:00",
"ReportPeriodEnd": "2026-02-05T08:13:20.2706367+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "10ee912f-94db-4220-addc-352d10ad8011",
"Rows": [
{
"ItemId": "ffade2a1-8c51-4f1e-b894-338f0a9042d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ffade2a1-8c51-4f1e-b894-338f0a9042d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "10ee912f-94db-4220-addc-352d10ad8011",
"Rows": [
{
"ItemId": "ffade2a1-8c51-4f1e-b894-338f0a9042d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ffade2a1-8c51-4f1e-b894-338f0a9042d4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"af9af9cc-e252-4746-9ebb-9b2307374cb2",
"71a21cd3-ea63-4c21-bc84-42765390ed6e"
],
"Approvers": [
"59521f82-73ac-46a6-aaf9-f7f0f7cb8df6",
"976776e7-ef9d-4b05-ba39-f9a689a96361"
],
"ApprovedBy": "a2c01a82-0049-41d6-9ae8-d2c5b896a1e7",
"ApprovalDate": "2026-02-05T08:13:20.2706367+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4a17066d-0a08-4afa-9d43-98737aa17522",
"id": "13622f18-c253-49c5-b788-90f994e7043f",
"ConfigId": "f84e060d-758d-43c3-b5c8-0c7575c4f7f3"
}