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-15T17:30:30.8076765+00:00",
"SubmitDate": "2026-05-15T17:30:30.8076765+00:00",
"ReportPeriodStart": "2026-05-15T17:30:30.8076765+00:00",
"ReportPeriodEnd": "2026-05-15T17:30:30.8076765+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "964c925c-a5d6-44dc-bb1b-4a1946b1cb97",
"Rows": [
{
"ItemId": "4f77d5b8-3911-40f8-8ba7-94a1efb99597",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4f77d5b8-3911-40f8-8ba7-94a1efb99597",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "964c925c-a5d6-44dc-bb1b-4a1946b1cb97",
"Rows": [
{
"ItemId": "4f77d5b8-3911-40f8-8ba7-94a1efb99597",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4f77d5b8-3911-40f8-8ba7-94a1efb99597",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c9189215-7949-4b9e-bb59-ee37df62a119",
"41e4079b-1a97-4005-8458-4a640284a7a3"
],
"Approvers": [
"34b0ecf2-e2a9-4668-bfba-3ba12c47b594",
"5ca04999-c2b5-4dd3-9e47-cfa8b444d404"
],
"ApprovedBy": "590a4e04-6fd7-4718-b503-c27e1c627a50",
"ApprovalDate": "2026-05-15T17:30:30.8076765+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f4b21018-fe1e-4cad-996d-9a01a7d18f97",
"id": "247c67d1-2876-4abd-9cd2-02808a0a2acd",
"ConfigId": "80e9c468-c2bc-4803-a83d-e08579a4757c"
}