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-03-25T23:50:12.8555976+00:00",
"SubmitDate": "2026-03-25T23:50:12.8555976+00:00",
"ReportPeriodStart": "2026-03-25T23:50:12.8555976+00:00",
"ReportPeriodEnd": "2026-03-25T23:50:12.8555976+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9b512517-3ae7-45e5-85f2-56293f939780",
"Rows": [
{
"ItemId": "efcae6c0-53a3-41cd-9133-a66aad461e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efcae6c0-53a3-41cd-9133-a66aad461e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9b512517-3ae7-45e5-85f2-56293f939780",
"Rows": [
{
"ItemId": "efcae6c0-53a3-41cd-9133-a66aad461e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efcae6c0-53a3-41cd-9133-a66aad461e4d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"63854e41-d182-4ecb-95aa-c7ca3ab2d461",
"80c879a1-c14c-4579-b36c-1d8e9bd53887"
],
"Approvers": [
"e45509b3-4f0b-4fcc-b479-5216591875ac",
"5bbe46b5-0aa5-4005-b62a-f90fab1748d2"
],
"ApprovedBy": "53608cae-d385-416e-9e60-edec4f2286dc",
"ApprovalDate": "2026-03-25T23:50:12.8555976+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "94207819-e4d8-4ae1-843c-4449212f75d0",
"id": "05409ed7-c240-4f40-a08d-5240ba3ff31c",
"ConfigId": "17eb6bb8-a533-48c5-9713-259ec58a6b52"
}