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-10T12:47:52.9756378+00:00",
"SubmitDate": "2026-05-10T12:47:52.9756378+00:00",
"ReportPeriodStart": "2026-05-10T12:47:52.9756378+00:00",
"ReportPeriodEnd": "2026-05-10T12:47:52.9756378+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c4838818-d5bd-4c71-b3b4-daa99be240c0",
"Rows": [
{
"ItemId": "4cab979b-c33c-4ef0-a07c-3a72a14e9c78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cab979b-c33c-4ef0-a07c-3a72a14e9c78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c4838818-d5bd-4c71-b3b4-daa99be240c0",
"Rows": [
{
"ItemId": "4cab979b-c33c-4ef0-a07c-3a72a14e9c78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cab979b-c33c-4ef0-a07c-3a72a14e9c78",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7eb4c83e-3eb9-470f-bd1a-f60b9a6caf1e",
"3384a6c9-5cf9-44d1-aee3-cd284651073b"
],
"Approvers": [
"444ea6ca-4eb4-4e2c-8a72-94885673a673",
"ac681f47-fc58-4e17-8ee6-5f4d414a2995"
],
"ApprovedBy": "46a94d33-d943-4980-ab05-9524371e18dd",
"ApprovalDate": "2026-05-10T12:47:52.9756378+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9815b391-1724-4fba-8279-964eae4bef71",
"id": "82542add-19b2-461b-91c1-eb8a6faf1380",
"ConfigId": "e2b882d6-1275-4cb6-ba02-994f3689aea1"
}