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-06-20T09:36:43.0732679+00:00",
"SubmitDate": "2026-06-20T09:36:43.0732679+00:00",
"ReportPeriodStart": "2026-06-20T09:36:43.0732679+00:00",
"ReportPeriodEnd": "2026-06-20T09:36:43.0732679+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "124e0cdc-10ce-48c7-9c2b-c79956cc5f52",
"Rows": [
{
"ItemId": "dcddcf9b-effe-416b-9a07-d57bf986b814",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcddcf9b-effe-416b-9a07-d57bf986b814",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "124e0cdc-10ce-48c7-9c2b-c79956cc5f52",
"Rows": [
{
"ItemId": "dcddcf9b-effe-416b-9a07-d57bf986b814",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcddcf9b-effe-416b-9a07-d57bf986b814",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9ac60d90-c29a-4d1a-b088-fd904e6e007e",
"3d236093-8b62-48f1-a522-cdf86fb5bd8f"
],
"Approvers": [
"2bc89f55-5d06-40a7-8495-28f4d556d24f",
"20930d4b-a1f4-4569-b860-207ce067df33"
],
"ApprovedBy": "9d304665-cbfe-4176-834b-9135584b49cf",
"ApprovalDate": "2026-06-20T09:36:43.0732679+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ea464422-c1f7-4785-b9b8-a9be2e5fd1a9",
"id": "f66a3bd2-a31c-43c0-b168-3ecab443b0a8",
"ConfigId": "82f17845-7678-4466-8435-be8801798965"
}