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-05T01:30:20.1721409+00:00",
"SubmitDate": "2026-01-05T01:30:20.1721409+00:00",
"ReportPeriodStart": "2026-01-05T01:30:20.1721409+00:00",
"ReportPeriodEnd": "2026-01-05T01:30:20.1721409+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a53b8ee6-9792-49e5-8b74-440f111c1e6b",
"Rows": [
{
"ItemId": "91a0151b-c431-4a23-9d25-8d5a2bc72f52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "91a0151b-c431-4a23-9d25-8d5a2bc72f52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a53b8ee6-9792-49e5-8b74-440f111c1e6b",
"Rows": [
{
"ItemId": "91a0151b-c431-4a23-9d25-8d5a2bc72f52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "91a0151b-c431-4a23-9d25-8d5a2bc72f52",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"501eda9f-67de-4d1b-95e5-3c24d105fc7c",
"34f90ff3-eb84-4867-b718-3a039936caf0"
],
"Approvers": [
"b08cbcf9-c633-425f-8ffb-8b6743f2d1ca",
"8b17f12e-d4b8-4ed0-b4bc-cbe43f507bc3"
],
"ApprovedBy": "0d8283dc-ca15-4a06-b9c5-8a925712b8b2",
"ApprovalDate": "2026-01-05T01:30:20.1721409+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "11a48753-4e7a-43c5-9f90-dab6c2933db0",
"id": "4d21f469-a524-40ed-92b8-f69d0e7e4581",
"ConfigId": "b732308b-bc86-4cef-a59b-17d5d0ba2d3c"
}