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-04-21T12:27:38.9495502+00:00",
"SubmitDate": "2026-04-21T12:27:38.9495502+00:00",
"ReportPeriodStart": "2026-04-21T12:27:38.9495502+00:00",
"ReportPeriodEnd": "2026-04-21T12:27:38.9495502+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "10f0c347-c51d-4859-b50b-9faf761a3415",
"Rows": [
{
"ItemId": "43548314-a0e9-4662-916a-9c92b6972fcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43548314-a0e9-4662-916a-9c92b6972fcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "10f0c347-c51d-4859-b50b-9faf761a3415",
"Rows": [
{
"ItemId": "43548314-a0e9-4662-916a-9c92b6972fcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43548314-a0e9-4662-916a-9c92b6972fcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e3a05efe-30d7-497f-a0cc-72a0f88023eb",
"95c01aca-28bb-4994-9199-65ed354c05ec"
],
"Approvers": [
"43fe265f-a58d-461e-a887-925c251f244a",
"b285a745-4e81-4c7f-9886-a73d95244a73"
],
"ApprovedBy": "584d0b02-9a3d-46c9-a439-5319b61fdd66",
"ApprovalDate": "2026-04-21T12:27:38.9495502+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "70f63d86-1e1c-4cfb-9ddd-50651a2e582c",
"id": "ffd9c71e-f856-4830-9e87-4612580d40a8",
"ConfigId": "92d7557d-f5af-41eb-9b38-e1b294700225"
}