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-05-16T19:20:04.5798802+00:00",
"SubmitDate": "2026-05-16T19:20:04.5798802+00:00",
"ReportPeriodStart": "2026-05-16T19:20:04.5798802+00:00",
"ReportPeriodEnd": "2026-05-16T19:20:04.5798802+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a59d421f-f91f-4450-a279-19acb36feffd",
"Rows": [
{
"ItemId": "0b40b6bc-3f72-4b0c-a932-5d3d15dfb5c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b40b6bc-3f72-4b0c-a932-5d3d15dfb5c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a59d421f-f91f-4450-a279-19acb36feffd",
"Rows": [
{
"ItemId": "0b40b6bc-3f72-4b0c-a932-5d3d15dfb5c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b40b6bc-3f72-4b0c-a932-5d3d15dfb5c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8a5a78e1-8eb1-4b6b-bd38-4a100f332592",
"5b8054ce-6d0d-4e24-ad06-3a27ec6d116e"
],
"Approvers": [
"6128ca26-e0cb-40aa-8354-e5101a1a6f75",
"5587b684-7435-4255-8edd-78a90ca81189"
],
"ApprovedBy": "9af853f6-ef63-4385-a5dd-a102099bf1f4",
"ApprovalDate": "2026-05-16T19:20:04.5798802+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4bc2bf41-7bf0-4744-be21-e1220a528dcc",
"id": "5cc13b6c-c143-4b3a-a83b-f631b6eb83e0",
"ConfigId": "90e10066-f6f1-4dd1-b245-169ada434423"
}