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-25T16:13:23.0189285+00:00",
"SubmitDate": "2026-04-25T16:13:23.0189285+00:00",
"ReportPeriodStart": "2026-04-25T16:13:23.0189285+00:00",
"ReportPeriodEnd": "2026-04-25T16:13:23.0189285+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9bd854a4-ee23-481f-bc34-66b4f27f61c1",
"Rows": [
{
"ItemId": "682fb3ef-50d4-4047-b501-1a252dfa42fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "682fb3ef-50d4-4047-b501-1a252dfa42fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9bd854a4-ee23-481f-bc34-66b4f27f61c1",
"Rows": [
{
"ItemId": "682fb3ef-50d4-4047-b501-1a252dfa42fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "682fb3ef-50d4-4047-b501-1a252dfa42fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"270b9240-6631-429a-91b0-4d870dc119b5",
"d5fe5f5d-630b-4644-863a-b662ba2b8c2f"
],
"Approvers": [
"4c71d16d-c4fc-446b-83eb-d1fceaf2bfc4",
"30a5696a-9959-428b-b425-f73294437e0a"
],
"ApprovedBy": "5468dec8-69e1-422d-994c-48ab276c8521",
"ApprovalDate": "2026-04-25T16:13:23.0189285+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7716384e-ef29-4e7b-938b-3ede8105ba1d",
"id": "487f4e0c-a9c0-471d-a27a-4e495e88ba32",
"ConfigId": "3ad0e1fb-f6ec-4f53-b011-35f91ec3c43e"
}