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-02T07:02:11.8106049+00:00",
"SubmitDate": "2026-02-02T07:02:11.8106049+00:00",
"ReportPeriodStart": "2026-02-02T07:02:11.8106049+00:00",
"ReportPeriodEnd": "2026-02-02T07:02:11.8106049+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4d5e35e1-1d57-4de0-bbd9-77c8e46380ed",
"Rows": [
{
"ItemId": "3abc9735-915a-465a-b4eb-d7a115207e06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3abc9735-915a-465a-b4eb-d7a115207e06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4d5e35e1-1d57-4de0-bbd9-77c8e46380ed",
"Rows": [
{
"ItemId": "3abc9735-915a-465a-b4eb-d7a115207e06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3abc9735-915a-465a-b4eb-d7a115207e06",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5d5b0aaa-4f69-4e8e-b6c5-861c3ef00d59",
"374f6740-3507-4161-b267-7ed43967b286"
],
"Approvers": [
"b029e0eb-8670-498e-aab2-4fece145dc52",
"53e766fa-407e-42c6-bdde-1fe661017f58"
],
"ApprovedBy": "e27a05f3-2eb4-4c54-a041-0735e523b94f",
"ApprovalDate": "2026-02-02T07:02:11.8106049+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "156d289e-0191-4f7b-a545-7819681e2f90",
"id": "2b037e7b-d253-4354-9137-a2fbf68fe042",
"ConfigId": "901004dd-36f7-485e-ba26-800e98e346f8"
}