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-05-09T00:07:33.3445425+00:00",
"SubmitDate": "2026-05-09T00:07:33.3445425+00:00",
"ReportPeriodStart": "2026-05-09T00:07:33.3445425+00:00",
"ReportPeriodEnd": "2026-05-09T00:07:33.3445425+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1a63b221-7c9c-4ba9-a809-d8d54fc48083",
"Rows": [
{
"ItemId": "1a89f7b0-b18c-486c-bd3a-894d154bd17e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1a89f7b0-b18c-486c-bd3a-894d154bd17e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1a63b221-7c9c-4ba9-a809-d8d54fc48083",
"Rows": [
{
"ItemId": "1a89f7b0-b18c-486c-bd3a-894d154bd17e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1a89f7b0-b18c-486c-bd3a-894d154bd17e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e044cef8-58fa-478e-995d-6b55b44ae770",
"7488397c-7bd7-4074-bf3c-090c95ac13c9"
],
"Approvers": [
"9846c409-a188-46c8-80fe-a3c4369f5f5a",
"8bd19865-b705-41b7-8f3c-1ee652f45ad4"
],
"ApprovedBy": "d02a0574-dd28-4b68-92af-369e87d00d88",
"ApprovalDate": "2026-05-09T00:07:33.3445425+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8022a835-c1f2-4a33-9718-7fe1c9a763fb",
"id": "e9a8ddf7-1d0e-4469-a2e5-a2ab959091cd",
"ConfigId": "1b4a2087-e4af-4afb-bba2-55cf4f1c70e2"
}