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-10T00:16:57.2480882+00:00",
"SubmitDate": "2026-05-10T00:16:57.2480882+00:00",
"ReportPeriodStart": "2026-05-10T00:16:57.2480882+00:00",
"ReportPeriodEnd": "2026-05-10T00:16:57.2480882+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6d5917f9-d19f-4f1d-9fd3-ba2956582cd9",
"Rows": [
{
"ItemId": "265cb566-1637-4c42-a751-43fc4595764b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "265cb566-1637-4c42-a751-43fc4595764b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6d5917f9-d19f-4f1d-9fd3-ba2956582cd9",
"Rows": [
{
"ItemId": "265cb566-1637-4c42-a751-43fc4595764b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "265cb566-1637-4c42-a751-43fc4595764b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6474798c-d78c-4053-b6ac-283b90987373",
"86a7a945-f5ad-4e58-94e4-a7c2c2d1ca09"
],
"Approvers": [
"966d76cd-24d6-4321-95d4-ccd98517651e",
"aa000b0c-e4c6-45c5-8f1c-6dc0038ccd71"
],
"ApprovedBy": "4040d117-65ed-4289-a5ed-3d1beee6580f",
"ApprovalDate": "2026-05-10T00:16:57.2480882+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ab6713d7-0e0e-4c7d-94cd-86e445507087",
"id": "241068d2-f61c-460f-8069-165d5b03e1c5",
"ConfigId": "0dada8ae-4df3-419d-a981-a9f342a956ca"
}