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-04-20T23:17:51.8832156+00:00",
"SubmitDate": "2026-04-20T23:17:51.8832156+00:00",
"ReportPeriodStart": "2026-04-20T23:17:51.8832156+00:00",
"ReportPeriodEnd": "2026-04-20T23:17:51.8832156+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a2d65618-f22e-478c-9566-ea26b8af689f",
"Rows": [
{
"ItemId": "54a498da-a9ac-47a0-9140-c2dc80ab29fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "54a498da-a9ac-47a0-9140-c2dc80ab29fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a2d65618-f22e-478c-9566-ea26b8af689f",
"Rows": [
{
"ItemId": "54a498da-a9ac-47a0-9140-c2dc80ab29fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "54a498da-a9ac-47a0-9140-c2dc80ab29fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ba370d26-c943-4c4c-ac6d-9785c1869898",
"b6580bb2-f542-4455-b2ea-56b0067e27f2"
],
"Approvers": [
"b8af3d07-2987-4029-94c5-83dbae436e14",
"9563b2a8-0132-489a-9d5b-729642015bcb"
],
"ApprovedBy": "aca8b0a0-4bc2-49e3-9455-81abe4c6a12c",
"ApprovalDate": "2026-04-20T23:17:51.898841+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a402155f-f8df-4787-ab2a-57ee5e519595",
"id": "80a7072b-a58b-476c-953d-4286bfeeb0d2",
"ConfigId": "12b09fc6-1679-493b-bcec-50b98769b033"
}