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-16T01:20:12.6940381+00:00",
"SubmitDate": "2026-01-16T01:20:12.6940381+00:00",
"ReportPeriodStart": "2026-01-16T01:20:12.6940381+00:00",
"ReportPeriodEnd": "2026-01-16T01:20:12.6940381+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aab1539c-7efd-4e64-a320-6e4ca48f5325",
"Rows": [
{
"ItemId": "11e33dd0-c643-4474-a5a6-97eae85ed8ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "11e33dd0-c643-4474-a5a6-97eae85ed8ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aab1539c-7efd-4e64-a320-6e4ca48f5325",
"Rows": [
{
"ItemId": "11e33dd0-c643-4474-a5a6-97eae85ed8ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "11e33dd0-c643-4474-a5a6-97eae85ed8ff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"39673a31-4110-4c90-b0d2-802eb5f22f83",
"ae114df5-7b82-4015-a56c-55d6a83546ae"
],
"Approvers": [
"b13f5fef-139f-4c2d-ae42-0aa8ee726bb8",
"a5603b0a-664f-43d5-a799-69a809d7aaf3"
],
"ApprovedBy": "88a34b32-bd2e-41b6-95ee-baf0af8762da",
"ApprovalDate": "2026-01-16T01:20:12.6940381+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "61375afd-043d-4626-a708-a7662d3b45d0",
"id": "fa746d17-8c2c-4692-96b0-f6c84199a99d",
"ConfigId": "5ead31fd-19dc-42d2-9115-890b46461c49"
}