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-23T13:53:10.1027036+00:00",
"SubmitDate": "2026-05-23T13:53:10.1027036+00:00",
"ReportPeriodStart": "2026-05-23T13:53:10.1027036+00:00",
"ReportPeriodEnd": "2026-05-23T13:53:10.1027036+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dab524a5-8865-4049-a500-a04397a5b369",
"Rows": [
{
"ItemId": "00cb395a-cccb-47b6-be65-0aa46a16bc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "00cb395a-cccb-47b6-be65-0aa46a16bc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dab524a5-8865-4049-a500-a04397a5b369",
"Rows": [
{
"ItemId": "00cb395a-cccb-47b6-be65-0aa46a16bc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "00cb395a-cccb-47b6-be65-0aa46a16bc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"505045a5-558e-4d76-9ef4-f07ad2bcddb7",
"10f75910-6343-461c-9f3d-fb01c694ac0c"
],
"Approvers": [
"8912b84e-dcb4-4b68-80af-65d0dcaadac6",
"f8dd68f9-426f-411e-a04c-b91b58927d5b"
],
"ApprovedBy": "c849366a-0c98-4c82-99a4-ad559f9e0026",
"ApprovalDate": "2026-05-23T13:53:10.1027036+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5a5c2a83-9f33-442b-8996-893172f5bcc0",
"id": "2be0116f-ff68-4a77-b9d5-f19d17231cc3",
"ConfigId": "0e76957d-c41c-4a32-8c3e-e04140659394"
}