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-25T21:46:19.3957921+00:00",
"SubmitDate": "2026-01-25T21:46:19.3957921+00:00",
"ReportPeriodStart": "2026-01-25T21:46:19.3957921+00:00",
"ReportPeriodEnd": "2026-01-25T21:46:19.3957921+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f1608bce-40e4-4fb6-aa14-982baad85d7d",
"Rows": [
{
"ItemId": "89a7d4db-3674-402c-aab1-8ea19907090c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "89a7d4db-3674-402c-aab1-8ea19907090c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f1608bce-40e4-4fb6-aa14-982baad85d7d",
"Rows": [
{
"ItemId": "89a7d4db-3674-402c-aab1-8ea19907090c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "89a7d4db-3674-402c-aab1-8ea19907090c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5ca52915-179b-48f6-9a40-0e2817336f3d",
"c3a87425-d7f0-4f67-a901-2b13d30b992d"
],
"Approvers": [
"da7c1161-f561-4a74-9aed-9e409b3ebcf2",
"70ed4b66-e5c7-4b7a-8e46-6b7cf084105e"
],
"ApprovedBy": "7dcc13f5-1f75-44bb-bab1-8e9beab25262",
"ApprovalDate": "2026-01-25T21:46:19.3957921+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e0125dc2-95d2-459f-9fdb-112b5ed4b676",
"id": "71e3983d-7183-4d2f-acf7-113a8a1eed29",
"ConfigId": "a6d1734c-309c-448f-a71a-83ab5a19bd80"
}