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-01-20T18:35:19.1842861+00:00",
"SubmitDate": "2026-01-20T18:35:19.1842861+00:00",
"ReportPeriodStart": "2026-01-20T18:35:19.1842861+00:00",
"ReportPeriodEnd": "2026-01-20T18:35:19.1842861+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b9d3ba9f-4ab1-4684-8068-0d943e1d73b3",
"Rows": [
{
"ItemId": "b294292e-b7f4-4257-b0c1-0c2514aa1435",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b294292e-b7f4-4257-b0c1-0c2514aa1435",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b9d3ba9f-4ab1-4684-8068-0d943e1d73b3",
"Rows": [
{
"ItemId": "b294292e-b7f4-4257-b0c1-0c2514aa1435",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b294292e-b7f4-4257-b0c1-0c2514aa1435",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3c7c638e-89e5-4603-a292-d39e6bb922ba",
"64c56ca9-4425-4071-8706-3e19c581b345"
],
"Approvers": [
"590d50bd-9b28-41d1-a1c7-3391380f69b5",
"5de54b35-5c29-4e95-a627-c17cd895ce73"
],
"ApprovedBy": "df355e17-acdf-4649-be00-d04baf9053d5",
"ApprovalDate": "2026-01-20T18:35:19.1842861+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f6f00a00-4603-4fa3-b65c-1b67a29a7f9f",
"id": "0ced880a-bc3d-43cc-a6f9-dc618a3a1d0b",
"ConfigId": "fa1c1774-e7d9-476d-869c-cc5a4758210c"
}