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-09T13:29:39.8428975+00:00",
"SubmitDate": "2026-04-09T13:29:39.8428975+00:00",
"ReportPeriodStart": "2026-04-09T13:29:39.8428975+00:00",
"ReportPeriodEnd": "2026-04-09T13:29:39.8428975+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cc623d4b-fa0b-45bf-9365-80b9fe71d3d8",
"Rows": [
{
"ItemId": "53cfc149-5ea0-426a-bb20-3a9da167b351",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53cfc149-5ea0-426a-bb20-3a9da167b351",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cc623d4b-fa0b-45bf-9365-80b9fe71d3d8",
"Rows": [
{
"ItemId": "53cfc149-5ea0-426a-bb20-3a9da167b351",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53cfc149-5ea0-426a-bb20-3a9da167b351",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6262290b-af29-4cd0-ab6b-204fe1c4378d",
"6f84bc3d-9a46-4dc9-a305-990ef7249ae5"
],
"Approvers": [
"8227734e-fa46-44c5-8a52-d00fa0dc5826",
"ef6eeb71-6500-45d0-b0ca-d414cdea8b23"
],
"ApprovedBy": "8e6f9776-1ccb-4249-942f-e87a0a417932",
"ApprovalDate": "2026-04-09T13:29:39.8428975+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9c2c3b23-43ef-45db-9e9f-33b12cf68de7",
"id": "f7771162-7366-4c6e-89ee-059d7d4f1999",
"ConfigId": "34684224-a3d9-4ae3-a066-1cb122da1d34"
}