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-07T08:56:32.6923832+00:00",
"SubmitDate": "2026-04-07T08:56:32.6923832+00:00",
"ReportPeriodStart": "2026-04-07T08:56:32.6923832+00:00",
"ReportPeriodEnd": "2026-04-07T08:56:32.6923832+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ad1533d3-a6d7-4c1f-a6a2-9519194b40da",
"Rows": [
{
"ItemId": "dfc144ad-dd86-42b4-a764-90f7d6491b5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dfc144ad-dd86-42b4-a764-90f7d6491b5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ad1533d3-a6d7-4c1f-a6a2-9519194b40da",
"Rows": [
{
"ItemId": "dfc144ad-dd86-42b4-a764-90f7d6491b5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dfc144ad-dd86-42b4-a764-90f7d6491b5a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bbc27136-151e-4600-89cc-bb3dcaa470b1",
"d84939e4-52e0-4024-887b-2fc2b3e6d19a"
],
"Approvers": [
"33eed7d0-60f3-4309-be36-6708b8da35f2",
"21873722-b522-4884-be50-6b0d3f6c6fb3"
],
"ApprovedBy": "2a47e40c-d2ae-4494-8e5f-2d01a95296fa",
"ApprovalDate": "2026-04-07T08:56:32.6923832+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "92bc66bc-3cbd-4091-bf0a-c71e7c386afe",
"id": "c2e87fa8-53f8-47be-beca-45a8ef18a4aa",
"ConfigId": "ff2e77fa-9224-45b0-b748-b06e05f31834"
}