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-17T08:03:03.8667413+00:00",
"SubmitDate": "2026-04-17T08:03:03.8667413+00:00",
"ReportPeriodStart": "2026-04-17T08:03:03.8667413+00:00",
"ReportPeriodEnd": "2026-04-17T08:03:03.8667413+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6f54606e-6205-4559-8bc4-7e7672bacec6",
"Rows": [
{
"ItemId": "cb9e7c0f-0f56-4759-ab85-791145871331",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb9e7c0f-0f56-4759-ab85-791145871331",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6f54606e-6205-4559-8bc4-7e7672bacec6",
"Rows": [
{
"ItemId": "cb9e7c0f-0f56-4759-ab85-791145871331",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb9e7c0f-0f56-4759-ab85-791145871331",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ba3c263e-b655-4155-9e5e-1381d6833d1d",
"1422b159-c06e-43e8-95f6-fdd18d3c8d54"
],
"Approvers": [
"b109bbdc-79c6-4a00-95b7-ed5c508cd82d",
"ced5425c-2176-48e4-9e07-e867e86c9117"
],
"ApprovedBy": "73f42883-c72b-4f5f-be31-4df94691e3cd",
"ApprovalDate": "2026-04-17T08:03:03.8667413+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6042813c-0174-45a5-95d7-503035a11499",
"id": "e71a3efd-331e-4b15-87ad-279f36cd90f7",
"ConfigId": "3fbf5343-eceb-4de2-b74e-c2374028a176"
}