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-19T09:54:04.0160893+00:00",
"SubmitDate": "2026-04-19T09:54:04.0160893+00:00",
"ReportPeriodStart": "2026-04-19T09:54:04.0160893+00:00",
"ReportPeriodEnd": "2026-04-19T09:54:04.0160893+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1fed932c-8e15-42cc-b592-eadf2c6dd350",
"Rows": [
{
"ItemId": "8fefbd1b-87e9-4835-8a0c-c6297e0445aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8fefbd1b-87e9-4835-8a0c-c6297e0445aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1fed932c-8e15-42cc-b592-eadf2c6dd350",
"Rows": [
{
"ItemId": "8fefbd1b-87e9-4835-8a0c-c6297e0445aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8fefbd1b-87e9-4835-8a0c-c6297e0445aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"962f9d4b-fd63-4a11-8c7c-5c2bc3ffccec",
"fbcb505f-ab90-42ed-b8cb-59d128d675fa"
],
"Approvers": [
"2aa43f1d-d7b7-4de1-aa2f-0aa08e1625d4",
"d137767c-44d5-4c63-8ac0-1e5763540dc4"
],
"ApprovedBy": "aabf4fbf-7060-4e24-9092-93cda131db94",
"ApprovalDate": "2026-04-19T09:54:04.0160893+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "60f4fb14-59e3-48c4-860c-ce51446f9f71",
"id": "7cfbfbe3-236a-42d7-8880-b01d650cfe72",
"ConfigId": "a3292c60-dd9e-4488-be6a-58a0b1b70551"
}