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-08T03:44:00.0694888+00:00",
"SubmitDate": "2026-06-08T03:44:00.0694888+00:00",
"ReportPeriodStart": "2026-06-08T03:44:00.0694888+00:00",
"ReportPeriodEnd": "2026-06-08T03:44:00.0694888+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f5c023f2-f5d8-4dcb-b962-1d9d17b37812",
"Rows": [
{
"ItemId": "34da91b4-63ee-4cee-87dd-20915064e704",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "34da91b4-63ee-4cee-87dd-20915064e704",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f5c023f2-f5d8-4dcb-b962-1d9d17b37812",
"Rows": [
{
"ItemId": "34da91b4-63ee-4cee-87dd-20915064e704",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "34da91b4-63ee-4cee-87dd-20915064e704",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d81d447d-6fd0-44de-93bb-0b8350019704",
"fe479aa9-163f-4e4f-b130-bc9290cb92a6"
],
"Approvers": [
"ff87d338-08c3-4161-8873-8c24ae73f0c3",
"0db7d8e6-b723-449b-b201-51586790bed6"
],
"ApprovedBy": "1aa5de06-eb0d-4994-b29c-c68d274328ff",
"ApprovalDate": "2026-06-08T03:44:00.0694888+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "33eb4a9b-8341-4b72-899d-f653f7c5f011",
"id": "94c3da0f-ccc1-44ac-84a5-a923d73f08aa",
"ConfigId": "9f63b67d-21fb-42d9-8c1c-a8a9f0d0bdcb"
}