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-11T05:27:26.6489768+00:00",
"SubmitDate": "2026-06-11T05:27:26.6489768+00:00",
"ReportPeriodStart": "2026-06-11T05:27:26.6489768+00:00",
"ReportPeriodEnd": "2026-06-11T05:27:26.6489768+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a65c58a2-7ac8-4357-9278-e278ae9705ad",
"Rows": [
{
"ItemId": "d9a7eac8-fc73-4ff2-b887-f1a96d0d97cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d9a7eac8-fc73-4ff2-b887-f1a96d0d97cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a65c58a2-7ac8-4357-9278-e278ae9705ad",
"Rows": [
{
"ItemId": "d9a7eac8-fc73-4ff2-b887-f1a96d0d97cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d9a7eac8-fc73-4ff2-b887-f1a96d0d97cc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5b35da2b-0f7e-4d16-85c9-9376b18da1e9",
"188cd710-d78b-4ae7-863f-d632b25f7d8e"
],
"Approvers": [
"d6444b0d-70b1-4a3e-b6f1-c61a3ee63779",
"64a85797-d812-458a-8894-ee574b47208f"
],
"ApprovedBy": "c5aab40c-e72c-486c-a861-fad53f1d718c",
"ApprovalDate": "2026-06-11T05:27:26.6489768+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3b4d561d-3236-4e37-9417-6b2c39377df2",
"id": "033619f5-3d3a-4e20-bf58-81852786505a",
"ConfigId": "0e2aa101-cddf-4aa0-a313-8e1325505afc"
}