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-02-11T23:31:56.8139022+00:00",
"SubmitDate": "2026-02-11T23:31:56.8139022+00:00",
"ReportPeriodStart": "2026-02-11T23:31:56.8139022+00:00",
"ReportPeriodEnd": "2026-02-11T23:31:56.8139022+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bbf354de-30e2-44fb-b3ba-5908902e41d8",
"Rows": [
{
"ItemId": "35f46089-01e5-4c3e-83ba-05031db0f54b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "35f46089-01e5-4c3e-83ba-05031db0f54b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bbf354de-30e2-44fb-b3ba-5908902e41d8",
"Rows": [
{
"ItemId": "35f46089-01e5-4c3e-83ba-05031db0f54b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "35f46089-01e5-4c3e-83ba-05031db0f54b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bc99822c-1253-4449-a329-6a3031b4f266",
"f7fbc4d5-f814-4bdb-a78d-b090f1bd646b"
],
"Approvers": [
"26027bb2-497e-4b76-826c-a68ca70ea53b",
"4404bbba-902f-4f0a-a337-32af8153b7a0"
],
"ApprovedBy": "b3fc1cfa-8bad-40f9-b2cd-3811f7687d25",
"ApprovalDate": "2026-02-11T23:31:56.8139022+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "51f2d980-34b2-4563-8235-d98d14ad5246",
"id": "75c9e84f-0528-4f35-87ca-4f32bf890e47",
"ConfigId": "be12dea9-13ed-4e2d-8616-1086dd7b46a8"
}