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-10T22:12:40.9168235+00:00",
"SubmitDate": "2026-02-10T22:12:40.9168235+00:00",
"ReportPeriodStart": "2026-02-10T22:12:40.9168235+00:00",
"ReportPeriodEnd": "2026-02-10T22:12:40.9168235+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e3c35eb3-9945-445d-9a7f-dd6db839fb06",
"Rows": [
{
"ItemId": "46b9a4eb-78da-4a7b-86fe-8d70d9a18466",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "46b9a4eb-78da-4a7b-86fe-8d70d9a18466",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e3c35eb3-9945-445d-9a7f-dd6db839fb06",
"Rows": [
{
"ItemId": "46b9a4eb-78da-4a7b-86fe-8d70d9a18466",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "46b9a4eb-78da-4a7b-86fe-8d70d9a18466",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d178afcb-33cf-42ce-a247-7437adb908dd",
"6e260e59-541e-4c68-a095-45a90c330525"
],
"Approvers": [
"626f1bd1-967e-4748-a345-7c27df9412a8",
"65cade9b-dec3-4f69-a4d5-9d262e1289a0"
],
"ApprovedBy": "a1748ade-6572-4cf2-90ec-83ff0375a85a",
"ApprovalDate": "2026-02-10T22:12:40.9168235+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e5596d54-7f13-4f26-8bc9-47211fb2d551",
"id": "53cc606a-3e4d-41e0-a679-f87b9f4a5737",
"ConfigId": "e21b94c0-37af-46f4-8148-6ad1a95b9c16"
}