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-21T19:28:51.1419725+00:00",
"SubmitDate": "2026-01-21T19:28:51.1419725+00:00",
"ReportPeriodStart": "2026-01-21T19:28:51.1419725+00:00",
"ReportPeriodEnd": "2026-01-21T19:28:51.1419725+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "be3e4faf-be90-4395-adfc-89962c300b5f",
"Rows": [
{
"ItemId": "d7571ac4-b88c-4bc5-9ef3-8d6090436798",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d7571ac4-b88c-4bc5-9ef3-8d6090436798",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "be3e4faf-be90-4395-adfc-89962c300b5f",
"Rows": [
{
"ItemId": "d7571ac4-b88c-4bc5-9ef3-8d6090436798",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d7571ac4-b88c-4bc5-9ef3-8d6090436798",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0dbab551-9526-4ea6-9939-e693e75b8f05",
"d4880627-3326-4336-9f12-971f7600861b"
],
"Approvers": [
"c842936d-3aa8-4b1f-9ba8-28abff699cc4",
"dfb3390d-5601-451b-bb09-d4b727757eda"
],
"ApprovedBy": "f8b23b7d-99c2-4cd1-84b5-1e349059a9f9",
"ApprovalDate": "2026-01-21T19:28:51.1419725+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "51e75d55-b369-454d-96aa-6e5d3441f9bf",
"id": "37a45d21-499e-4c79-ba9f-047245682226",
"ConfigId": "0eded08f-a4d4-49f8-9874-d0b738387add"
}