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-16T17:12:15.6397217+00:00",
"SubmitDate": "2026-01-16T17:12:15.6397217+00:00",
"ReportPeriodStart": "2026-01-16T17:12:15.6397217+00:00",
"ReportPeriodEnd": "2026-01-16T17:12:15.6397217+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "78fd62a4-46c4-4166-9592-1529812b95b8",
"Rows": [
{
"ItemId": "b6d9e76b-f29e-4ffe-867e-44f917a57059",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6d9e76b-f29e-4ffe-867e-44f917a57059",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "78fd62a4-46c4-4166-9592-1529812b95b8",
"Rows": [
{
"ItemId": "b6d9e76b-f29e-4ffe-867e-44f917a57059",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6d9e76b-f29e-4ffe-867e-44f917a57059",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ebccd42a-e468-4019-8732-901036355af2",
"b9d3b974-80a8-4522-bacc-0eb193bf9a61"
],
"Approvers": [
"15b237e0-b168-4c89-a037-2e32cc787cbe",
"cb49ee7f-3db2-466b-b21a-7f342f76a21d"
],
"ApprovedBy": "582b0447-54b1-4572-b7d6-4199ab25412f",
"ApprovalDate": "2026-01-16T17:12:15.6397217+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7b9d2d8e-b522-43d7-bfad-045b6ced25a8",
"id": "f1de661b-3955-48af-a158-ea1a87a81589",
"ConfigId": "7162b75c-6a1f-489b-84ac-81431889f527"
}