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": "2025-11-25T03:27:34.386895+00:00",
"SubmitDate": "2025-11-25T03:27:34.386895+00:00",
"ReportPeriodStart": "2025-11-25T03:27:34.386895+00:00",
"ReportPeriodEnd": "2025-11-25T03:27:34.386895+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e21d8459-824d-4b44-81d2-70b48c764647",
"Rows": [
{
"ItemId": "2fba01bf-680b-4d46-8cf5-7b9d297ca705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2fba01bf-680b-4d46-8cf5-7b9d297ca705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e21d8459-824d-4b44-81d2-70b48c764647",
"Rows": [
{
"ItemId": "2fba01bf-680b-4d46-8cf5-7b9d297ca705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2fba01bf-680b-4d46-8cf5-7b9d297ca705",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"68ef8b4d-89a0-40f9-b9ee-8b12a5e4780e",
"fc10f9e7-ab79-47be-807b-237d21e6dac3"
],
"Approvers": [
"c1615b2e-dc27-4549-893a-6e79b0440419",
"3fe92b09-90a2-44b3-9d0c-03807b8972ac"
],
"ApprovedBy": "41a06374-0dcb-45e0-bc4a-ae24c28eac05",
"ApprovalDate": "2025-11-25T03:27:34.386895+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "248e07c9-8c89-48ed-af10-4cd90aff0f80",
"id": "467f2f07-18cb-4be8-b7bb-6570eb564911",
"ConfigId": "21adf302-9862-4cf6-85f3-afa5d62a8eef"
}