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-06-13T14:03:44.2860638+00:00",
"SubmitDate": "2026-06-13T14:03:44.2860638+00:00",
"ReportPeriodStart": "2026-06-13T14:03:44.2860638+00:00",
"ReportPeriodEnd": "2026-06-13T14:03:44.2860638+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "06c02045-0731-41b9-8a9b-a07d3f80fc0a",
"Rows": [
{
"ItemId": "3e9bbf4b-85e4-4da2-8f15-2b38057377e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3e9bbf4b-85e4-4da2-8f15-2b38057377e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "06c02045-0731-41b9-8a9b-a07d3f80fc0a",
"Rows": [
{
"ItemId": "3e9bbf4b-85e4-4da2-8f15-2b38057377e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3e9bbf4b-85e4-4da2-8f15-2b38057377e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0b9ec532-c7cf-43b0-8593-12a688e26992",
"59e24796-c7b0-4299-b67c-e1178d1a2228"
],
"Approvers": [
"8a35f541-4be6-44e5-ab58-45ebfb81c1b3",
"ae69ed7a-1839-4c2f-bf4f-fc3019d523fc"
],
"ApprovedBy": "10251d43-3e69-403b-a1d4-cd539fd2cae1",
"ApprovalDate": "2026-06-13T14:03:44.2860638+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "062334c0-0093-4912-b2a3-57ede951da74",
"id": "6c59d20a-78ea-410b-9d44-cae0e78bb055",
"ConfigId": "762f4d41-65a3-4170-b892-7b47382287d8"
}