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-01T06:19:16.3794199+00:00",
"SubmitDate": "2026-02-01T06:19:16.3794199+00:00",
"ReportPeriodStart": "2026-02-01T06:19:16.3794199+00:00",
"ReportPeriodEnd": "2026-02-01T06:19:16.3794199+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "32136718-02b1-44dc-992e-e3a80fffcbb6",
"Rows": [
{
"ItemId": "faa88de2-bcc8-44ef-ae81-e72bf00fcc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "faa88de2-bcc8-44ef-ae81-e72bf00fcc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "32136718-02b1-44dc-992e-e3a80fffcbb6",
"Rows": [
{
"ItemId": "faa88de2-bcc8-44ef-ae81-e72bf00fcc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "faa88de2-bcc8-44ef-ae81-e72bf00fcc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"19eddc9c-3d90-4d12-8a45-2042a1cb58c1",
"848df4ab-2d4c-41f1-9df0-33ae39923f4a"
],
"Approvers": [
"df550772-336a-4f96-a1ed-589c92d4f798",
"15dd8e36-06bd-4ecc-bb74-146f198f8956"
],
"ApprovedBy": "80796c0a-4bb3-414e-99ac-9907893db1ca",
"ApprovalDate": "2026-02-01T06:19:16.3794199+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9454758b-8538-4d23-b5af-8e7ac48f302f",
"id": "97bdc715-f5d9-4a78-92f5-aa1352e87560",
"ConfigId": "3657c5ca-c79a-4190-974f-5547ab184f62"
}