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-06-05T16:21:42.5254447+00:00",
"SubmitDate": "2026-06-05T16:21:42.5254447+00:00",
"ReportPeriodStart": "2026-06-05T16:21:42.5254447+00:00",
"ReportPeriodEnd": "2026-06-05T16:21:42.5254447+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "129c0bfe-6322-4f73-b40b-6a4ec3b5782c",
"Rows": [
{
"ItemId": "f0354338-4757-42b3-8cb0-5d84309a90a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f0354338-4757-42b3-8cb0-5d84309a90a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "129c0bfe-6322-4f73-b40b-6a4ec3b5782c",
"Rows": [
{
"ItemId": "f0354338-4757-42b3-8cb0-5d84309a90a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f0354338-4757-42b3-8cb0-5d84309a90a9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e07dea26-ffc7-476f-af0f-6d243a02e226",
"29856697-1d03-4327-b92b-4bd901edfcd5"
],
"Approvers": [
"f99a6cc0-af9c-4d61-b08a-7632643abbab",
"b79ce074-6132-45df-ab6c-a5ad5814c87d"
],
"ApprovedBy": "277dad87-a9d8-47c4-9149-7e69ff1c296b",
"ApprovalDate": "2026-06-05T16:21:42.5254447+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2224f63b-8a58-4c13-821d-e76cf3ff962f",
"id": "b8176293-478b-4b63-9212-f7e2b3d82016",
"ConfigId": "218e69f2-4632-4a55-aca7-3972d808b700"
}