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-24T12:53:36.428677+00:00",
"SubmitDate": "2026-04-24T12:53:36.428677+00:00",
"ReportPeriodStart": "2026-04-24T12:53:36.428677+00:00",
"ReportPeriodEnd": "2026-04-24T12:53:36.428677+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f5dce993-b9a0-45e4-80f4-53278656f2c6",
"Rows": [
{
"ItemId": "f51e58b4-5779-4c82-b5ea-feb8ca6d19d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f51e58b4-5779-4c82-b5ea-feb8ca6d19d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f5dce993-b9a0-45e4-80f4-53278656f2c6",
"Rows": [
{
"ItemId": "f51e58b4-5779-4c82-b5ea-feb8ca6d19d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f51e58b4-5779-4c82-b5ea-feb8ca6d19d8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9d25d0c4-33b8-4bda-b321-21468219f165",
"4eba0c42-e593-486f-b72f-cdde8e95e960"
],
"Approvers": [
"744e58a1-96aa-46d7-a8be-b8b17ea121ed",
"3133a669-a4fd-4018-9c6d-4f2d9fa1e2f5"
],
"ApprovedBy": "3f17a257-261c-41f4-bf06-ec2a3ceaf215",
"ApprovalDate": "2026-04-24T12:53:36.428677+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4a669d5d-0f5a-4f60-ba8f-39613f1f3508",
"id": "1e893bcd-98e5-4b0a-a4c9-eaed8d1d66bb",
"ConfigId": "0b4ca26c-e74a-4315-8244-9afd66c1e8fd"
}