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-02-15T00:04:18.5176987+00:00",
"SubmitDate": "2026-02-15T00:04:18.5176987+00:00",
"ReportPeriodStart": "2026-02-15T00:04:18.5176987+00:00",
"ReportPeriodEnd": "2026-02-15T00:04:18.5176987+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "902c1ac8-b311-49be-9b4a-cc87e6637d5d",
"Rows": [
{
"ItemId": "36c10167-cea5-4a37-bc3e-78a990d0f14d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "36c10167-cea5-4a37-bc3e-78a990d0f14d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "902c1ac8-b311-49be-9b4a-cc87e6637d5d",
"Rows": [
{
"ItemId": "36c10167-cea5-4a37-bc3e-78a990d0f14d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "36c10167-cea5-4a37-bc3e-78a990d0f14d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c6efab2f-0303-4e9e-8715-af45830ba86f",
"99df295f-0748-4ef4-9e9e-4f9ae533313b"
],
"Approvers": [
"31c66f51-63c8-4ef3-b3ae-223b69d8ab08",
"7f269ed5-6ca5-4e57-b9c4-42a8a62b464a"
],
"ApprovedBy": "9ef95f48-0240-42d8-855e-a7ce51845f5d",
"ApprovalDate": "2026-02-15T00:04:18.5176987+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e15a3d0b-dffd-4596-8342-76798043255a",
"id": "f2a4efe9-fcac-4882-ae2c-b7f80035c53b",
"ConfigId": "76962a12-bb22-4a47-b365-c002185c523e"
}