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-06T20:57:28.2346408+00:00",
"SubmitDate": "2026-05-06T20:57:28.2346408+00:00",
"ReportPeriodStart": "2026-05-06T20:57:28.2346408+00:00",
"ReportPeriodEnd": "2026-05-06T20:57:28.2346408+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dc3d13ec-e267-420a-b12a-f7d61ce8b624",
"Rows": [
{
"ItemId": "cf14909f-5ca7-4205-bb24-0affa8deb101",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cf14909f-5ca7-4205-bb24-0affa8deb101",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dc3d13ec-e267-420a-b12a-f7d61ce8b624",
"Rows": [
{
"ItemId": "cf14909f-5ca7-4205-bb24-0affa8deb101",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cf14909f-5ca7-4205-bb24-0affa8deb101",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4f834e94-fc67-4134-98e0-27d1c440c7ba",
"42bccefe-21e6-4103-bc1b-879e62fb12ff"
],
"Approvers": [
"c72fc3da-a776-43d1-98f2-e18f65663690",
"3664ce8f-5b5d-4dca-95cf-f7a91192531b"
],
"ApprovedBy": "cc10ca6c-0a66-4bf9-b61c-c14fefb8f34d",
"ApprovalDate": "2026-05-06T20:57:28.2346408+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4b2a69c5-0f8d-4ce2-b893-baa003e6c0d3",
"id": "4085fd7b-2d8a-4644-a62b-bff8aad76012",
"ConfigId": "b9e02a40-db65-4928-80f4-3de7561a7a4f"
}